Merge "Issue #2851 - jogl plugin fragment for MSFT Windows 64-bit" into development

Former-commit-id: 5b287c87e27e77b07b2f72030bf9e23c72e50912
This commit is contained in:
Nate Jensen 2014-03-18 09:20:16 -05:00 committed by Gerrit Code Review
commit 6148c00ed2
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.