|
From: <jpi...@us...> - 2011-03-30 09:35:25
|
Revision: 3511
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3511&view=rev
Author: jpilgrim
Date: 2011-03-30 09:35:14 +0000 (Wed, 30 Mar 2011)
Log Message:
-----------
Initial import of eclipse plugins. Note: The plugins are only skeletons, the actual plugins are to be build with the Ant script found in org.lwjgl.build/build.xml. See org.lwjgl.build/READ.ME for details.
Plugin lwjgl.org contains a binary version of LWJGL for development purposes (of this plugin) only. This binary version is ignored by the build script.
Added Paths:
-----------
trunk/LWJGL/eclipse-update/org.lwjgl/.classpath
trunk/LWJGL/eclipse-update/org.lwjgl/.project
trunk/LWJGL/eclipse-update/org.lwjgl/.settings/
trunk/LWJGL/eclipse-update/org.lwjgl/.settings/org.eclipse.jdt.core.prefs
trunk/LWJGL/eclipse-update/org.lwjgl/AppleJavaExtensions.jar
trunk/LWJGL/eclipse-update/org.lwjgl/META-INF/
trunk/LWJGL/eclipse-update/org.lwjgl/META-INF/MANIFEST.MF
trunk/LWJGL/eclipse-update/org.lwjgl/build/
trunk/LWJGL/eclipse-update/org.lwjgl/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl/jinput.jar
trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl.jar
trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_test.jar
trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_util.jar
trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_util_applet.jar
trunk/LWJGL/eclipse-update/org.lwjgl/lzma.jar
trunk/LWJGL/eclipse-update/org.lwjgl/native/
trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/
trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libjinput-linux.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libjinput-linux64.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/liblwjgl.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/liblwjgl64.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libopenal.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libopenal64.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/
trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/libjinput-osx.jnilib
trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/liblwjgl.jnilib
trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/openal.dylib
trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/
trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/liblwjgl.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/liblwjgl64.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/libopenal.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/libopenal64.so
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/OpenAL32.dll
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/OpenAL64.dll
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-dx8.dll
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-dx8_64.dll
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-raw.dll
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-raw_64.dll
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/lwjgl.dll
trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/lwjgl64.dll
trunk/LWJGL/eclipse-update/org.lwjgl/src/
trunk/LWJGL/eclipse-update/org.lwjgl/src/java/
trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/
trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/
trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/Activator.java
trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/LibraryPathUtil.java
trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/OSNotSupportedException.java
trunk/LWJGL/eclipse-update/org.lwjgl.build/.classpath
trunk/LWJGL/eclipse-update/org.lwjgl.build/.project
trunk/LWJGL/eclipse-update/org.lwjgl.build/META-INF/
trunk/LWJGL/eclipse-update/org.lwjgl.build/META-INF/MANIFEST.MF
trunk/LWJGL/eclipse-update/org.lwjgl.build/READ.ME
trunk/LWJGL/eclipse-update/org.lwjgl.build/anttasks/
trunk/LWJGL/eclipse-update/org.lwjgl.build/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml
trunk/LWJGL/eclipse-update/org.lwjgl.build/lwjgl-archives/
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/NormalizeVersion.java
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/PackageList.java
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/buildtest/
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/buildtest/build.xml
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/lwjgl/
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/lwjgl/ant/
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/lwjgl/ant/NormalizeVersionTest.java
trunk/LWJGL/eclipse-update/org.lwjgl.build/teststore
trunk/LWJGL/eclipse-update/org.lwjgl.doc/.project
trunk/LWJGL/eclipse-update/org.lwjgl.doc/META-INF/
trunk/LWJGL/eclipse-update/org.lwjgl.doc/META-INF/MANIFEST.MF
trunk/LWJGL/eclipse-update/org.lwjgl.doc/about.html
trunk/LWJGL/eclipse-update/org.lwjgl.doc/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/addLib_1.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/addLib_2.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/addLib_3.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/addLib_4.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/logo.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/lwjgl_logo.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/mesh.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/openView_1.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/openView_2.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/openView_Info.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/fig/openView_Test.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/overview.html
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/plugins.html
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/tools.html
trunk/LWJGL/eclipse-update/org.lwjgl.doc/html/views.html
trunk/LWJGL/eclipse-update/org.lwjgl.doc/lwjgl_logo.png
trunk/LWJGL/eclipse-update/org.lwjgl.doc/plugin.xml
trunk/LWJGL/eclipse-update/org.lwjgl.doc/toc.xml
trunk/LWJGL/eclipse-update/org.lwjgl.feature/.project
trunk/LWJGL/eclipse-update/org.lwjgl.feature/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl.feature/feature.xml
trunk/LWJGL/eclipse-update/org.lwjgl.feature/feature.xml.template
trunk/LWJGL/eclipse-update/org.lwjgl.feature/lwjgl_logo.png
trunk/LWJGL/eclipse-update/org.lwjgl.feature.sdk/.project
trunk/LWJGL/eclipse-update/org.lwjgl.feature.sdk/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl.feature.sdk/feature.xml
trunk/LWJGL/eclipse-update/org.lwjgl.feature.sdk/feature.xml.template
trunk/LWJGL/eclipse-update/org.lwjgl.info/.classpath
trunk/LWJGL/eclipse-update/org.lwjgl.info/.project
trunk/LWJGL/eclipse-update/org.lwjgl.info/.settings/
trunk/LWJGL/eclipse-update/org.lwjgl.info/.settings/org.eclipse.jdt.core.prefs
trunk/LWJGL/eclipse-update/org.lwjgl.info/META-INF/
trunk/LWJGL/eclipse-update/org.lwjgl.info/META-INF/MANIFEST.MF
trunk/LWJGL/eclipse-update/org.lwjgl.info/about.html
trunk/LWJGL/eclipse-update/org.lwjgl.info/build/
trunk/LWJGL/eclipse-update/org.lwjgl.info/build/classes/
trunk/LWJGL/eclipse-update/org.lwjgl.info/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl.info/icons/
trunk/LWJGL/eclipse-update/org.lwjgl.info/icons/lwjgl_logo_16.gif
trunk/LWJGL/eclipse-update/org.lwjgl.info/lwjgl_logo.png
trunk/LWJGL/eclipse-update/org.lwjgl.info/plugin.xml
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/java/
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/java/org/
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/java/org/lwjgl/
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/java/org/lwjgl/info/
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/java/org/lwjgl/info/FpsStatusLineItem.java
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/java/org/lwjgl/info/LWJGLInfoView.java
trunk/LWJGL/eclipse-update/org.lwjgl.info/src/java/org/lwjgl/info/LWJGLTestView.java
trunk/LWJGL/eclipse-update/org.lwjgl.source/.project
trunk/LWJGL/eclipse-update/org.lwjgl.source/META-INF/
trunk/LWJGL/eclipse-update/org.lwjgl.source/META-INF/MANIFEST.MF
trunk/LWJGL/eclipse-update/org.lwjgl.source/about.html
trunk/LWJGL/eclipse-update/org.lwjgl.source/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl.source/lwjgl_logo.png
trunk/LWJGL/eclipse-update/org.lwjgl.source/plugin.xml
trunk/LWJGL/eclipse-update/org.lwjgl.source/src/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/.classpath
trunk/LWJGL/eclipse-update/org.lwjgl.tools/.project
trunk/LWJGL/eclipse-update/org.lwjgl.tools/.settings/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/.settings/org.eclipse.jdt.core.prefs
trunk/LWJGL/eclipse-update/org.lwjgl.tools/META-INF/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/META-INF/MANIFEST.MF
trunk/LWJGL/eclipse-update/org.lwjgl.tools/about.html
trunk/LWJGL/eclipse-update/org.lwjgl.tools/build/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/build/classes/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/build.properties
trunk/LWJGL/eclipse-update/org.lwjgl.tools/plugin.xml
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/org/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/Activator.java
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/BuildPathSupport.java
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/LWJGLClasspathContainerInitializer.java
trunk/LWJGL/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/LWJGLClasspathContainerPage.java
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/.project
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/about.html
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/index.html
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/site.xml
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/site.xml.template
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/web/
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/web/site.css
trunk/LWJGL/eclipse-update/org.lwjgl.updatesite/web/site.xsl
Added: trunk/LWJGL/eclipse-update/org.lwjgl/.classpath
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl/.classpath (rev 0)
+++ trunk/LWJGL/eclipse-update/org.lwjgl/.classpath 2011-03-30 09:35:14 UTC (rev 3511)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/java"/>
+ <classpathentry exported="true" kind="lib" path="AppleJavaExtensions.jar"/>
+ <classpathentry exported="true" kind="lib" path="jinput.jar"/>
+ <classpathentry exported="true" kind="lib" path="lwjgl.jar"/>
+ <classpathentry exported="true" kind="lib" path="lwjgl_test.jar"/>
+ <classpathentry exported="true" kind="lib" path="lwjgl_util.jar"/>
+ <classpathentry exported="true" kind="lib" path="lwjgl_util_applet.jar"/>
+ <classpathentry exported="true" kind="lib" path="lzma.jar"/>
+ <classpathentry kind="output" path="build/classes"/>
+</classpath>
Added: trunk/LWJGL/eclipse-update/org.lwjgl/.project
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl/.project (rev 0)
+++ trunk/LWJGL/eclipse-update/org.lwjgl/.project 2011-03-30 09:35:14 UTC (rev 3511)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.lwjgl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <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>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/LWJGL/eclipse-update/org.lwjgl/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/LWJGL/eclipse-update/org.lwjgl/.settings/org.eclipse.jdt.core.prefs 2011-03-30 09:35:14 UTC (rev 3511)
@@ -0,0 +1,12 @@
+#Tue Nov 23 14:49:20 CET 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Added: trunk/LWJGL/eclipse-update/org.lwjgl/AppleJavaExtensions.jar
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/AppleJavaExtensions.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/META-INF/MANIFEST.MF
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl/META-INF/MANIFEST.MF (rev 0)
+++ trunk/LWJGL/eclipse-update/org.lwjgl/META-INF/MANIFEST.MF 2011-03-30 09:35:14 UTC (rev 3511)
@@ -0,0 +1,38 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: LWJGL Lightweight Java Game Library
+Bundle-SymbolicName: org.lwjgl
+Bundle-Version: 2.0.0
+Bundle-Vendor: Lightweight Java Game Library Project
+Bundle-Activator: org.lwjgl.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-ActivationPolicy: lazy
+Export-Package: LZMA,
+ com.apple.eawt,
+ com.apple.eio,
+ net.java.games.input,
+ net.java.games.util,
+ net.java.games.util.plugins,
+ org.lwjgl,
+ org.lwjgl.input,
+ org.lwjgl.openal,
+ org.lwjgl.opencl,
+ org.lwjgl.opencl.api,
+ org.lwjgl.opengl,
+ org.lwjgl.util,
+ org.lwjgl.util.applet,
+ org.lwjgl.util.glu,
+ org.lwjgl.util.glu.tessellation,
+ org.lwjgl.util.input,
+ org.lwjgl.util.jinput,
+ org.lwjgl.util.vector
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: .,
+ lwjgl.jar,
+ lwjgl_util.jar,
+ lwjgl_util_applet.jar,
+ lwjgl_test.jar,
+ AppleJavaExtensions.jar,
+ jinput.jar,
+ lzma.jar
Added: trunk/LWJGL/eclipse-update/org.lwjgl/build.properties
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl/build.properties (rev 0)
+++ trunk/LWJGL/eclipse-update/org.lwjgl/build.properties 2011-03-30 09:35:14 UTC (rev 3511)
@@ -0,0 +1,11 @@
+source.. = src/java/
+output.. = build/classes/
+bin.includes = META-INF/,\
+ .,\
+ lzma.jar,\
+ jinput.jar,\
+ lwjgl.jar,\
+ lwjgl_test.jar,\
+ lwjgl_util.jar,\
+ lwjgl_util_applet.jar,\
+ native/
Added: trunk/LWJGL/eclipse-update/org.lwjgl/jinput.jar
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/jinput.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl.jar
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_test.jar
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_test.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_util.jar
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_util.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_util_applet.jar
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/lwjgl_util_applet.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/lzma.jar
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/lzma.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libjinput-linux.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libjinput-linux.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libjinput-linux64.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libjinput-linux64.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/liblwjgl.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/liblwjgl.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/liblwjgl64.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/liblwjgl64.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libopenal.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libopenal.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libopenal64.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/linux/libopenal64.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/libjinput-osx.jnilib
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/libjinput-osx.jnilib
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/liblwjgl.jnilib
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/liblwjgl.jnilib
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/openal.dylib
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/macosx/openal.dylib
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/liblwjgl.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/liblwjgl.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/liblwjgl64.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/liblwjgl64.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/libopenal.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/libopenal.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/libopenal64.so
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/solaris/libopenal64.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/OpenAL32.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/OpenAL32.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/OpenAL64.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/OpenAL64.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-dx8.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-dx8.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-dx8_64.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-dx8_64.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-raw.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-raw.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-raw_64.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/jinput-raw_64.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/lwjgl.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/lwjgl.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/lwjgl64.dll
===================================================================
(Binary files differ)
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/native/windows/lwjgl64.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/Activator.java
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/Activator.java (rev 0)
+++ trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/Activator.java 2011-03-30 09:35:14 UTC (rev 3511)
@@ -0,0 +1,83 @@
+/*******************************************************************************
+ * Copyright (c) 2011 LWJGL Project and others
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html, and under the terms of the
+ * BSD license, see http://lwjgl.org/license.php for details.
+ *
+ * Contributors:
+ * Jens von Pilgrim - initial implementation
+ ******************************************************************************/
+package org.lwjgl;
+
+import org.eclipse.core.runtime.Plugin;
+import org.eclipse.core.runtime.Status;
+import org.osgi.framework.BundleContext;
+import org.osgi.framework.BundleException;
+
+/**
+ * The activator class controls the plug-in life cycle.
+ *
+ * @author Jens von Pilgrim (dev...@je...)
+ * @since Mar 30, 2011
+ */
+public class Activator extends Plugin {
+
+ // The plug-in ID
+ public static final String PLUGIN_ID = "org.lwjgl";
+
+ // The shared instance
+ private static Activator plugin;
+
+ /**
+ * The constructor
+ */
+ public Activator() {
+ plugin = this;
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
+ */
+ @Override
+ public void start(BundleContext context) throws Exception {
+
+ super.start(context);
+
+ try {
+ String path = LibraryPathUtil.getLWJGLLibraryPath(context);
+ Status status = new Status(Status.INFO, PLUGIN_ID, Status.INFO,
+ "Set org.lwjgl.librarypath to " + path, null);
+ getLog().log(status);
+
+ } catch (Throwable ex) {
+ Status status = new Status(Status.ERROR, PLUGIN_ID, Status.ERROR,
+ "Error setting native LWJGL libraries path: " + ex.toString(), ex);
+ getLog().log(status);
+ throw new BundleException(status.getMessage(), ex);
+ }
+
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
+ */
+ @Override
+ public void stop(BundleContext context) throws Exception {
+ plugin = null;
+ super.stop(context);
+ }
+
+ /**
+ * Returns the shared instance
+ *
+ * @return the shared instance
+ */
+ public static Activator getDefault() {
+ return plugin;
+ }
+
+}
Property changes on: trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/Activator.java
___________________________________________________________________
Added: svn:keywords
+ Date Revision Author HeadURL Id
Added: trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/LibraryPathUtil.java
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/LibraryPathUtil.java (rev 0)
+++ trunk/LWJGL/eclipse-update/org.lwjgl/src/java/org/lwjgl/LibraryPathUtil.java 2011-03-30 09:35:14 UTC (rev 3511)
@@ -0,0 +1,92 @@
+/*******************************************************************************
+ * Copyright (c) 2011 LWJGL Project and others
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html, and under the terms of the
+ * BSD license, see http://lwjgl.org/license.php for details.
+ *
+ * Contributo...
[truncated message content] |