Issue #2851 - 64-bit Windows Jep DLL
cots/org.jep.win64/jep.dll: PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly Former-commit-id:5871d767db
[formerly5871d767db
[formerly c03701dbe9e78dcd72a08a579329be9b4408295f]] Former-commit-id:1feefeb41b
Former-commit-id:a02cf1f5df
This commit is contained in:
parent
464ae77609
commit
116711b64f
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.
|
@ -324,6 +324,15 @@
|
|||
install-size="0"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue