Merge "Issue #2851 - 64-bit Windows Jep DLL" into development
Former-commit-id:269a2f1091
[formerlya628c811ec
] [formerlye8e90ff576
] [formerly269a2f1091
[formerlya628c811ec
] [formerlye8e90ff576
] [formerly035029851a
[formerlye8e90ff576
[formerly 4729ae8efbd4ada965c45a67540349cd58a4b543]]]] Former-commit-id:035029851a
Former-commit-id:f9e6adb11f
[formerlyfa2e5c0546
] [formerly b8ba835c9b0693ac3c866aecdd38f33affb2f7f9 [formerly8d2ad9c43a
]] Former-commit-id: bf65d73b86d0b7b13d16d96f8e1bda187a6e82d3 [formerly386804aa8e
] Former-commit-id:8f54660efa
This commit is contained in:
commit
84e0ab5efb
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"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue