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

Former-commit-id: 269a2f1091 [formerly a628c811ec] [formerly e8e90ff576] [formerly 269a2f1091 [formerly a628c811ec] [formerly e8e90ff576] [formerly 035029851a [formerly e8e90ff576 [formerly 4729ae8efbd4ada965c45a67540349cd58a4b543]]]]
Former-commit-id: 035029851a
Former-commit-id: f9e6adb11f [formerly fa2e5c0546] [formerly b8ba835c9b0693ac3c866aecdd38f33affb2f7f9 [formerly 8d2ad9c43a]]
Former-commit-id: bf65d73b86d0b7b13d16d96f8e1bda187a6e82d3 [formerly 386804aa8e]
Former-commit-id: 8f54660efa
This commit is contained in:
Greg Armendariz 2014-03-25 10:45:18 -05:00 committed by Gerrit Code Review
commit 84e0ab5efb
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

@ -325,6 +325,15 @@
version="2.3.0"
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
id="org.postgres"
download-size="0"