Issue #2851 - jogl plugin fragment for MSFT Windows 64-bit

Former-commit-id: 6ba13b2b44 [formerly 9b2af366c1 [formerly 5f0d983aa7cd428d532aa3b418eaddf21e31718a]]
Former-commit-id: 9b2af366c1
Former-commit-id: 3e90c26b14
This commit is contained in:
Bryan Kowal 2014-03-13 17:39:32 -05:00
parent 06fa63341d
commit 0e4fbed3ef
8 changed files with 44 additions and 0 deletions

View file

@ -200,6 +200,15 @@
install-size="0"
version="1.1.1"
fragment="true"/>
<plugin
id="javax.media.opengl.win64"
os="win32"
arch="x86_64"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"/>
<plugin
id="com.raytheon.uf.common.dataplugin.maps"

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>javax.media.opengl.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: JOGL Win64 Specific Fragment
Bundle-SymbolicName: javax.media.opengl.win64
Bundle-Version: 1.14.0
Fragment-Host: javax.media.opengl;bundle-version="1.1.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86_64))

View file

@ -0,0 +1,5 @@
bin.includes = META-INF/,\
gluegen-rt.dll,\
jogl.dll,\
jogl_awt.dll,\
jogl_cg.dll

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.