Merge "Issue #2851 - 64-bit Windows Jep DLL" into development

Former-commit-id: 4729ae8efbd4ada965c45a67540349cd58a4b543
This commit is contained in:
Greg Armendariz 2014-03-25 10:45:18 -05:00 committed by Gerrit Code Review
commit 035029851a
5 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.jep.win64</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>

View file

@ -0,0 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Windows 64-bit Jep Library
Bundle-SymbolicName: org.jep.win64
Bundle-Version: 1.14.0
Fragment-Host: org.jep;bundle-version="2.3.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86_64))

View file

@ -0,0 +1,2 @@
bin.includes = META-INF/,\
jep.dll

BIN
cots/org.jep.win64/jep.dll Normal file

Binary file not shown.

View file

@ -324,6 +324,15 @@
install-size="0" install-size="0"
version="2.3.0" version="2.3.0"
fragment="true"/> fragment="true"/>
<plugin
id="org.jep.win64"
os="win32"
arch="x86_64"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"/>
<plugin <plugin
id="org.postgres" id="org.postgres"