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

Former-commit-id: 7e25d848a9 [formerly 0e4fbed3ef] [formerly 3e90c26b14] [formerly 3e90c26b14 [formerly 9b2af366c1]] [formerly 6ba13b2b44 [formerly 3e90c26b14 [formerly 9b2af366c1] [formerly 6ba13b2b44 [formerly 5f0d983aa7cd428d532aa3b418eaddf21e31718a]]]]
Former-commit-id: 6ba13b2b44
Former-commit-id: d66205df307cf829d4764ba067c62c0f74b7e435 [formerly 816b374f58a9d0828d47626217f16d7f05d481b6] [formerly f0ff052afc [formerly 2b053a3bc8]]
Former-commit-id: f0ff052afc
Former-commit-id: 35d9056fee
This commit is contained in:
Bryan Kowal 2014-03-13 17:39:32 -05:00
parent 5f296921e7
commit 2ae9007535
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.