SDK:
- update libraries sets for SDK (networking and effects) git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9191 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
b0ada38d21
commit
8848c90b47
@ -1,8 +1,8 @@
|
||||
build.xml.data.CRC32=06721bf2
|
||||
build.xml.data.CRC32=304ca0be
|
||||
build.xml.script.CRC32=cdae6a36
|
||||
build.xml.stylesheet.CRC32=a56c6a5b@1.46.2
|
||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
||||
nbproject/build-impl.xml.data.CRC32=06721bf2
|
||||
nbproject/build-impl.xml.data.CRC32=304ca0be
|
||||
nbproject/build-impl.xml.script.CRC32=246f9b81
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.46.2
|
||||
|
@ -1,3 +1,13 @@
|
||||
file.reference.jME3-blender.jar=release/modules/ext/jME3-blender.jar
|
||||
file.reference.jME3-core.jar=release/modules/ext/jME3-core.jar
|
||||
file.reference.jME3-desktop.jar=release/modules/ext/jME3-desktop.jar
|
||||
file.reference.jME3-jbullet.jar=release/modules/ext/jME3-jbullet.jar
|
||||
file.reference.jME3-jogg.jar=release/modules/ext/jME3-jogg.jar
|
||||
file.reference.jME3-lwjgl-natives.jar=release/modules/ext/jME3-lwjgl-natives.jar
|
||||
file.reference.jME3-lwjgl.jar=release/modules/ext/jME3-lwjgl.jar
|
||||
file.reference.jME3-niftygui.jar=release/modules/ext/jME3-niftygui.jar
|
||||
file.reference.jME3-plugins.jar=release/modules/ext/jME3-plugins.jar
|
||||
file.reference.jME3-terrain.jar=release/modules/ext/jME3-terrain.jar
|
||||
javac.source=1.5
|
||||
javac.compilerargs=-Xlint -Xlint\:-serial
|
||||
license.file=../license-jme.txt
|
||||
|
@ -138,6 +138,10 @@
|
||||
<runtime-relative-path>ext/jME3-blender.jar</runtime-relative-path>
|
||||
<binary-origin>release/modules/ext/jME3-blender.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/jME3-effects.jar</runtime-relative-path>
|
||||
<binary-origin>release/modules/ext/jME3-effects.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/jME3-desktop.jar</runtime-relative-path>
|
||||
<binary-origin>release/modules/ext/jME3-desktop.jar</binary-origin>
|
||||
@ -146,6 +150,10 @@
|
||||
<runtime-relative-path>ext/jME3-lwjgl.jar</runtime-relative-path>
|
||||
<binary-origin>release/modules/ext/jME3-lwjgl.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/jME3-networking.jar</runtime-relative-path>
|
||||
<binary-origin>release/modules/ext/jME3-networking.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/jME3-terrain.jar</runtime-relative-path>
|
||||
<binary-origin>release/modules/ext/jME3-terrain.jar</binary-origin>
|
||||
|
@ -0,0 +1,23 @@
|
||||
<?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>
|
@ -0,0 +1,23 @@
|
||||
<?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>
|
@ -12,6 +12,8 @@ and open the template in the editor.
|
||||
<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>
|
||||
|
@ -12,6 +12,8 @@
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user