- rename library from jme3-android to android-base to avoid mixup with the user-added libraries
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9215 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
4073fee081
commit
32c4e50953
@ -1,5 +1,5 @@
|
||||
com_jme3_gde_android_update_center=http://kenai.com/projects/nbandroid/downloads/download/updatecenter/updates.xml
|
||||
jme3-android=jme3-android
|
||||
android-base=android-base
|
||||
OpenIDE-Module-Display-Category=jMonkeyEngine
|
||||
OpenIDE-Module-Name=Android Support
|
||||
OpenIDE-Module-Short-Description=Provides Android deployment for jMonkeyEngine SDK
|
||||
|
@ -66,7 +66,7 @@ public class MobileCompositeProvider implements ProjectCustomizer.CompositeCateg
|
||||
public SavePropsListener(ProjectExtensionProperties props, Project project) {
|
||||
this.properties = props;
|
||||
this.project = project;
|
||||
manager.setAntTaskLibrary("jme3-android");
|
||||
manager.setAntTaskLibrary("android-base");
|
||||
}
|
||||
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
@ -47,7 +47,7 @@
|
||||
<echo>Adding libraries for android.</echo>
|
||||
<copy todir="mobile/libs" flatten="true">
|
||||
<path>
|
||||
<pathelement path="${libs.jme3-android.classpath}"/>
|
||||
<pathelement path="${libs.android-base.classpath}"/>
|
||||
</path>
|
||||
</copy>
|
||||
<antcall target="-unzip-bullet-libs"/>
|
||||
|
@ -5,7 +5,7 @@ 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-android</name>
|
||||
<name>android-base</name>
|
||||
<type>j2se</type>
|
||||
<localizing-bundle>com.jme3.gde.android.Bundle</localizing-bundle>
|
||||
<volume>
|
@ -4,7 +4,7 @@
|
||||
<folder name="org-netbeans-api-project-libraries">
|
||||
<folder name="Libraries">
|
||||
<file name="jme3.xml" url="jme3.xml"/>
|
||||
<file name="jme3-android.xml" url="jme3-android.xml"/>
|
||||
<file name="android-base.xml" url="android-base.xml"/>
|
||||
</folder>
|
||||
</folder>
|
||||
</filesystem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user