SDK: Add missing global library for android native bullet

experimental
iwgeric 10 years ago
parent 36493353c9
commit ca76754889
  1. 1
      sdk/build.gradle
  2. 19
      sdk/jme3-project-baselibs/src/com/jme3/gde/project/baselibs/jme3-bullet-native-android.xml
  3. 1
      sdk/jme3-project-baselibs/src/com/jme3/gde/project/baselibs/layer.xml

@ -32,6 +32,7 @@ dependencies {
optlibs project(':jme3-ios')
optlibs project(':jme3-android-native')
optlibs project(':jme3-bullet-native')
optlibs project(':jme3-bullet-native-android')
testdatalibs project(':jme3-testdata')
examplelibs project(':jme3-examples')

@ -0,0 +1,19 @@
<?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-bullet-native-android</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-bullet-native-android-3.1.0-snapshot-github.jar!/</resource>
</volume>
<volume>
<type>src</type>
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-bullet-native-android-3.1.0-snapshot-github-sources.jar!/</resource>
</volume>
<volume>
<type>javadoc</type>
<resource>jar:nbinst://com.jme3.gde.project.baselibs/libs/jme3-bullet-native-android-3.1.0-snapshot-github-javadoc.jar!/</resource>
</volume>
</library>

@ -20,6 +20,7 @@
<file name='jme3-ios.xml' url='jme3-ios.xml' />
<file name='jme3-android-native.xml' url='jme3-android-native.xml' />
<file name='jme3-bullet-native.xml' url='jme3-bullet-native.xml' />
<file name='jme3-bullet-native-android.xml' url='jme3-bullet-native-android.xml' />
</folder>
</folder>
</filesystem>
Loading…
Cancel
Save