SDK:
- remove versions in nifty library names git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8352 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
b830d910d3
commit
98b7de0fc3
@ -150,8 +150,8 @@
|
|||||||
<binary-origin>release/modules/ext/jinput.jar</binary-origin>
|
<binary-origin>release/modules/ext/jinput.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/nifty-default-controls-1.3.jar</runtime-relative-path>
|
<runtime-relative-path>ext/nifty-default-controls.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/nifty-default-controls-1.3.jar</binary-origin>
|
<binary-origin>release/modules/ext/nifty-default-controls.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/stack-alloc.jar</runtime-relative-path>
|
<runtime-relative-path>ext/stack-alloc.jar</runtime-relative-path>
|
||||||
@ -162,20 +162,20 @@
|
|||||||
<binary-origin>release/modules/ext/noise-0.0.1-SNAPSHOT.jar</binary-origin>
|
<binary-origin>release/modules/ext/noise-0.0.1-SNAPSHOT.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/nifty-style-black-1.3.jar</runtime-relative-path>
|
<runtime-relative-path>ext/nifty-style-black.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/nifty-style-black-1.3.jar</binary-origin>
|
<binary-origin>release/modules/ext/nifty-style-black.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/nifty-1.3.jar</runtime-relative-path>
|
<runtime-relative-path>ext/nifty.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/nifty-1.3.jar</binary-origin>
|
<binary-origin>release/modules/ext/nifty.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/xmlpull-xpp3-1.1.4c.jar</runtime-relative-path>
|
<runtime-relative-path>ext/xmlpull-xpp3.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/xmlpull-xpp3-1.1.4c.jar</binary-origin>
|
<binary-origin>release/modules/ext/xmlpull-xpp3.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/eventbus-1.4.jar</runtime-relative-path>
|
<runtime-relative-path>ext/eventbus.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/eventbus-1.4.jar</binary-origin>
|
<binary-origin>release/modules/ext/eventbus.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/vecmath.jar</runtime-relative-path>
|
<runtime-relative-path>ext/vecmath.jar</runtime-relative-path>
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
<?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.libraries/libs/nifty-style-black.jar!/</resource>
|
||||||
|
</volume>
|
||||||
|
<volume>
|
||||||
|
<type>src</type>
|
||||||
|
|
||||||
|
</volume>
|
||||||
|
<volume>
|
||||||
|
<type>javadoc</type>
|
||||||
|
</volume>
|
||||||
|
</library>
|
@ -10,11 +10,10 @@ and open the template in the editor.
|
|||||||
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle>
|
<localizing-bundle>com.jme3.gde.project.libraries.Bundle</localizing-bundle>
|
||||||
<volume>
|
<volume>
|
||||||
<type>classpath</type>
|
<type>classpath</type>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/eventbus-1.4.jar!/</resource>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/eventbus.jar!/</resource>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-1.3.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-1.3.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-1.3.jar!/</resource>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/xmlpull-xpp3.jar!/</resource>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/xmlpull-xpp3-1.1.4c.jar!/</resource>
|
|
||||||
</volume>
|
</volume>
|
||||||
<volume>
|
<volume>
|
||||||
<type>src</type>
|
<type>src</type>
|
||||||
@ -22,6 +21,6 @@ and open the template in the editor.
|
|||||||
</volume>
|
</volume>
|
||||||
<volume>
|
<volume>
|
||||||
<type>javadoc</type>
|
<type>javadoc</type>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-1.3-javadoc.jar!/</resource>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-javadoc.jar!/</resource>
|
||||||
</volume>
|
</volume>
|
||||||
</library>
|
</library>
|
||||||
|
@ -17,13 +17,13 @@ and open the template in the editor.
|
|||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jbullet.jar!/</resource>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jbullet.jar!/</resource>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jinput.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.libraries/libs/lwjgl.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/eventbus.jar!/</resource>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-1.3.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-1.3.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-1.3.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/stack-alloc.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>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/vecmath.jar!/</resource>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/xmlpull-xpp3-1.1.4c.jar!/</resource>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/xmlpull-xpp3.jar!/</resource>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/noise-0.0.1-SNAPSHOT.jar!/</resource>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/noise-0.0.1-SNAPSHOT.jar!/</resource>
|
||||||
</volume>
|
</volume>
|
||||||
<volume>
|
<volume>
|
||||||
@ -32,6 +32,6 @@ and open the template in the editor.
|
|||||||
</volume>
|
</volume>
|
||||||
<volume>
|
<volume>
|
||||||
<type>javadoc</type>
|
<type>javadoc</type>
|
||||||
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-1.3-javadoc.jar!/</resource>
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/nifty-javadoc.jar!/</resource>
|
||||||
</volume>
|
</volume>
|
||||||
</library>
|
</library>
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<file name="jme3-libraries.xml" url="jme3-libraries.xml"/>
|
<file name="jme3-libraries.xml" url="jme3-libraries.xml"/>
|
||||||
<file name="jme3-libraries-lwjgl-minimum.xml" url="jme3-libraries-lwjgl-minimum.xml"/>
|
<file name="jme3-libraries-lwjgl-minimum.xml" url="jme3-libraries-lwjgl-minimum.xml"/>
|
||||||
<file name="jme3-libraries-gui.xml" url="jme3-libraries-gui.xml"/>
|
<file name="jme3-libraries-gui.xml" url="jme3-libraries-gui.xml"/>
|
||||||
|
<file name="jme3-libraries-gui-style-black.xml" url="jme3-libraries-gui-style-black.xml"/>
|
||||||
<file name="jme3-libraries-physics.xml" url="jme3-libraries-physics.xml"/>
|
<file name="jme3-libraries-physics.xml" url="jme3-libraries-physics.xml"/>
|
||||||
<file name="jme3-libraries-physics-native.xml" url="jme3-libraries-physics-native.xml"/>
|
<file name="jme3-libraries-physics-native.xml" url="jme3-libraries-physics-native.xml"/>
|
||||||
<file name="jme3-libraries-video.xml" url="jme3-libraries-video.xml"/>
|
<file name="jme3-libraries-video.xml" url="jme3-libraries-video.xml"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user