Issue #2851 - jogl plugin fragment for MSFT Windows 64-bit
Former-commit-id:6ba13b2b44
[formerly9b2af366c1
[formerly 5f0d983aa7cd428d532aa3b418eaddf21e31718a]] Former-commit-id:9b2af366c1
Former-commit-id:3e90c26b14
This commit is contained in:
parent
06fa63341d
commit
0e4fbed3ef
8 changed files with 44 additions and 0 deletions
|
@ -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"
|
||||
|
|
22
cots/javax.media.opengl.win64/.project
Normal file
22
cots/javax.media.opengl.win64/.project
Normal 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>
|
8
cots/javax.media.opengl.win64/META-INF/MANIFEST.MF
Normal file
8
cots/javax.media.opengl.win64/META-INF/MANIFEST.MF
Normal 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))
|
5
cots/javax.media.opengl.win64/build.properties
Normal file
5
cots/javax.media.opengl.win64/build.properties
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin.includes = META-INF/,\
|
||||
gluegen-rt.dll,\
|
||||
jogl.dll,\
|
||||
jogl_awt.dll,\
|
||||
jogl_cg.dll
|
BIN
cots/javax.media.opengl.win64/gluegen-rt.dll
Normal file
BIN
cots/javax.media.opengl.win64/gluegen-rt.dll
Normal file
Binary file not shown.
BIN
cots/javax.media.opengl.win64/jogl.dll
Normal file
BIN
cots/javax.media.opengl.win64/jogl.dll
Normal file
Binary file not shown.
BIN
cots/javax.media.opengl.win64/jogl_awt.dll
Normal file
BIN
cots/javax.media.opengl.win64/jogl_awt.dll
Normal file
Binary file not shown.
BIN
cots/javax.media.opengl.win64/jogl_cg.dll
Normal file
BIN
cots/javax.media.opengl.win64/jogl_cg.dll
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue