Merge "Issue #2851 - 64-bit Windows Jep DLL" into development
Former-commit-id: 4729ae8efbd4ada965c45a67540349cd58a4b543
This commit is contained in:
commit
035029851a
5 changed files with 41 additions and 0 deletions
22
cots/org.jep.win64/.project
Normal file
22
cots/org.jep.win64/.project
Normal 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>
|
8
cots/org.jep.win64/META-INF/MANIFEST.MF
Normal file
8
cots/org.jep.win64/META-INF/MANIFEST.MF
Normal 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))
|
2
cots/org.jep.win64/build.properties
Normal file
2
cots/org.jep.win64/build.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bin.includes = META-INF/,\
|
||||||
|
jep.dll
|
BIN
cots/org.jep.win64/jep.dll
Normal file
BIN
cots/org.jep.win64/jep.dll
Normal file
Binary file not shown.
|
@ -325,6 +325,15 @@
|
||||||
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"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue