git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7404 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
ba365cf8f3
commit
580f9de4e4
@ -1,8 +1,8 @@ |
||||
build.xml.data.CRC32=e2184cca |
||||
build.xml.data.CRC32=71b4f227 |
||||
build.xml.script.CRC32=cdae6a36 |
||||
build.xml.stylesheet.CRC32=a56c6a5b@1.42.2 |
||||
build.xml.stylesheet.CRC32=a56c6a5b@1.45.1 |
||||
# 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=e2184cca |
||||
nbproject/build-impl.xml.data.CRC32=71b4f227 |
||||
nbproject/build-impl.xml.script.CRC32=246f9b81 |
||||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.42.2 |
||||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.45.1 |
||||
|
@ -0,0 +1,24 @@ |
||||
<?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.baselibs/libs/jME3-bullet-natives.jar!/</resource> |
||||
</volume> |
||||
<volume> |
||||
<type>src</type> |
||||
|
||||
</volume> |
||||
<volume> |
||||
<type>javadoc</type> |
||||
|
||||
</volume> |
||||
</library> |
Loading…
Reference in new issue