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:3ea4a759ed
[formerlyaa83fbe567
] [formerlya758bbdfaa
] [formerlya758bbdfaa
[formerly5871d767db
]] [formerly3ea4a759ed
[formerlyaa83fbe567
] [formerlya758bbdfaa
] [formerlya758bbdfaa
[formerly5871d767db
]] [formerly1feefeb41b
[formerlya758bbdfaa
[formerly5871d767db
] [formerly1feefeb41b
[formerly c03701dbe9e78dcd72a08a579329be9b4408295f]]]]] Former-commit-id:1feefeb41b
Former-commit-id:ffc53cd866
[formerlyea67a997f6
] [formerly278ff3c00a
] [formerly 3d2879ea5b069e3c3ee6da2352c8a95faa309683 [formerly a02f1e3bc84b917182117b2f562502f1f22a9e07] [formerly278ff3c00a
[formerlya02cf1f5df
]]] Former-commit-id: 29ff670eb376cbb6a7d6e61c3504b84e5517525c [formerly a5023b761e0b37f2491c40fe890db51bf84322da] [formerly8c8a0539ce
[formerly116711b64f
]] Former-commit-id:8c8a0539ce
Former-commit-id:03a99a0883
This commit is contained in:
parent
37f413722b
commit
76afb30fc9
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