Add SDK project library creation scripts to build that creates the J2SE library entries from the engine build setup. Some libraries are renamed and some still missing (android-base etc.)
Also moved the library descriptors completely to jme3-project-baselibs, only the actual jar files remain in jme3-project-libraries.experimental
parent
ac68202a0f
commit
fa70181dbc
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>android-base</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.android.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-android.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-bullet.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jME3-bullet-natives-android.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -1,21 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>android-openal-soft</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-openal-soft-natives-android.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>ios-base</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.ios.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-ios.jar!/</resource> |
||||
<!--resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-bullet.jar!/</resource--> |
||||
<!--resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jME3-bullet-natives-ios.jar!/</resource--> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,18 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-blender.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-blender-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-blender-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,18 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-core.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-core-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-core-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,18 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-desktop.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-desktop-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-desktop-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,18 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-effects.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-effects-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-effects-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,21 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-jbullet.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-jbullet-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jbullet.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/stack-alloc.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/vecmath-1.3.1.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-jbullet-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,20 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-jogg.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-jogg-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/j-ogg-oggd.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/j-ogg-vorbisd.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-jogg-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,27 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-lwjgl.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-lwjgl-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/lwjgl-2.9.0.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/lwjgl-platform-2.9.0-natives-windows.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/lwjgl-platform-2.9.0-natives-linux.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/lwjgl-platform-2.9.0-natives-osx.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jinput-2.0.5.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jutils-1.0.0.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jinput-platform-2.0.5-natives-linux.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jinput-platform-2.0.5-natives-windows.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jinput-platform-2.0.5-natives-osx.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-lwjgl-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,18 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-networking.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-networking-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-networking-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,23 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-niftygui.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-niftygui-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-1.3.3.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-default-controls-1.3.3.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/xpp3-1.1.4c.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/eventbus-1.4.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jglfont-core-1.3.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-niftygui-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,18 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-plugins.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-plugins-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-plugins-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -0,0 +1,18 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version='1.0' encoding='UTF-8'> |
||||
<name>jme3-terrain.xml</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-terrain-3.0.10-pre-alpha-svn.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-terrain-3.0.10-pre-alpha-svn-sources.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.baselibs.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-core.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,12 +1,19 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd"> |
||||
<filesystem> |
||||
<folder name="org-netbeans-api-project-libraries"> |
||||
<folder name="Libraries"> |
||||
<file name="jme3.xml" url="jme3.xml"/> |
||||
<file name="android-base.xml" url="android-base.xml"/> |
||||
<file name="android-openal-soft.xml" url="android-openal-soft.xml"/> |
||||
<file name="ios-base.xml" url="ios-base.xml"/> |
||||
</folder> |
||||
<folder name='org-netbeans-api-project-libraries'> |
||||
<folder name='Libraries'> |
||||
<file name='jme3-blender.xml' url='jme3-blender.xml' /> |
||||
<file name='jme3-core.xml' url='jme3-core.xml' /> |
||||
<file name='jme3-desktop.xml' url='jme3-desktop.xml' /> |
||||
<file name='jme3-effects.xml' url='jme3-effects.xml' /> |
||||
<file name='jme3-jbullet.xml' url='jme3-jbullet.xml' /> |
||||
<file name='jme3-jogg.xml' url='jme3-jogg.xml' /> |
||||
<file name='jme3-lwjgl.xml' url='jme3-lwjgl.xml' /> |
||||
<file name='jme3-networking.xml' url='jme3-networking.xml' /> |
||||
<file name='jme3-niftygui.xml' url='jme3-niftygui.xml' /> |
||||
<file name='jme3-plugins.xml' url='jme3-plugins.xml' /> |
||||
<file name='jme3-terrain.xml' url='jme3-terrain.xml' /> |
||||
</folder> |
||||
</folder> |
||||
</filesystem> |
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-blender</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-blender.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-effects</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-effects.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,22 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-gui-style-black</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-style-black.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
|
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
</volume> |
||||
</library> |
@ -1,28 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-gui</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-niftygui.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-default-controls.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/eventbus.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/xmlpull-xpp3.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
|
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-javadoc.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-default-controls-javadoc.jar!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,27 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-lwjgl-minimum</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-desktop.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-lwjgl.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jME3-lwjgl-natives.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jinput.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/lwjgl.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-networking</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-networking.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,25 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-oggvorbis</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-jogg.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/j-ogg-oggd.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/j-ogg-vorbisd.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,24 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-physics-native</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-bullet.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jME3-bullet-natives.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,26 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-physics</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-jbullet.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jbullet.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/stack-alloc.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/vecmath.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-plugins</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-plugins.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,23 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries-terrain</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-terrain.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,50 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- |
||||
To change this template, choose Tools | Templates |
||||
and open the template in the editor. |
||||
--> |
||||
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd"> |
||||
<library version="1.0"> |
||||
<name>jme3-libraries</name> |
||||
<type>j2se</type> |
||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle> |
||||
<volume> |
||||
<type>classpath</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-desktop.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-plugins.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-effects.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-networking.jar!/</resource> |
||||
|
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-jogg.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/j-ogg-oggd.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/j-ogg-vorbisd.jar!/</resource> |
||||
|
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-terrain.jar!/</resource> |
||||
|
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-lwjgl.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jME3-lwjgl-natives.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jinput.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/lwjgl.jar!/</resource> |
||||
|
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-jbullet.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jbullet.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/vecmath.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/stack-alloc.jar!/</resource> |
||||
|
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jME3-niftygui.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-default-controls.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-style-black.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/eventbus.jar!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/xmlpull-xpp3.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-sources.zip!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jMonkeyEngine3-javadoc.zip!/</resource> |
||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-javadoc.jar!/</resource> |
||||
</volume> |
||||
</library> |
@ -1,20 +1,4 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd"> |
||||
<filesystem> |
||||
<folder name="org-netbeans-api-project-libraries"> |
||||
<folder name="Libraries"> |
||||
<file name="jme3-libraries-blender.xml" url="jme3-libraries-blender.xml"/> |
||||
<file name="jme3-libraries-gui-style-black.xml" url="jme3-libraries-gui-style-black.xml"/> |
||||
<file name="jme3-libraries-gui.xml" url="jme3-libraries-gui.xml"/> |
||||
<file name="jme3-libraries-lwjgl-minimum.xml" url="jme3-libraries-lwjgl-minimum.xml"/> |
||||
<file name="jme3-libraries-oggvorbis.xml" url="jme3-libraries-oggvorbis.xml"/> |
||||
<file name="jme3-libraries-physics-native.xml" url="jme3-libraries-physics-native.xml"/> |
||||
<file name="jme3-libraries-physics.xml" url="jme3-libraries-physics.xml"/> |
||||
<file name="jme3-libraries-plugins.xml" url="jme3-libraries-plugins.xml"/> |
||||
<file name="jme3-libraries-terrain.xml" url="jme3-libraries-terrain.xml"/> |
||||
<file name="jme3-libraries-effects.xml" url="jme3-libraries-effects.xml"/> |
||||
<file name="jme3-libraries-networking.xml" url="jme3-libraries-networking.xml"/> |
||||
<file name="jme3-libraries.xml" url="jme3-libraries.xml"/> |
||||
</folder> |
||||
</folder> |
||||
</filesystem> |
||||
|
Loading…
Reference in new issue