Forráskód Böngészése

SDK: Update icon and description for JME3 Test Android project template.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10388 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
iwg..om 12 éve
szülő
commit
9671775e97

+ 1 - 1
jme3-templates/src/com/jme3/gde/templates/Bundle.properties

@@ -5,4 +5,4 @@ OpenIDE-Module-Long-Description=\
 OpenIDE-Module-Name=Project Templates
 OpenIDE-Module-Short-Description=Provides Project Templates
 Templates/Project/JME3/BasicGameProject.zip=BasicGame
-Templates/Project/JME3/JME3TestsAndroidProject.zip=jME3TestsAndroid
+Templates/Project/JME3/JME3TestsAndroidProject.zip=JME3 Tests Android

BIN
jme3-templates/src/com/jme3/gde/templates/Phone_16.gif


+ 1 - 1
jme3-templates/src/com/jme3/gde/templates/layer.xml

@@ -13,7 +13,7 @@
                     <attr name="template" boolvalue="true"/>
                 </file>
                 <file name="JME3TestsAndroidProject.zip" url="JME3TestsAndroidProject.zip">
-                    <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/com/jme3/gde/templates/Phone_16.gif"/>
+                    <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/com/jme3/gde/templates/phone16.png"/>
                     <attr name="displayName" bundlevalue="com.jme3.gde.templates.Bundle#Templates/Project/JME3/JME3TestsAndroidProject.zip"/>
                     <attr name="instantiatingIterator" methodvalue="com.jme3.gde.templates.testsandroid.JME3TestsAndroidWizardIterator.createIterator"/>
                     <attr name="instantiatingWizardURL" urlvalue="nbresloc:/com/jme3/gde/templates/testsandroid/JME3TestsAndroidDescription.html"/>

BIN
jme3-templates/src/com/jme3/gde/templates/phone16.png


+ 2 - 1
jme3-templates/src/com/jme3/gde/templates/testsandroid/JME3TestsAndroidDescription.html

@@ -7,6 +7,7 @@ and open the template in the editor.
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     </head>
     <body>
-        Sample jME3 Tests Template for Android project
+        This template is the same as the JME3 Tests template, but configured to run as an Android project.<br>
+        Feel free to modify the code samples and experiment! If you break something, you can always recreate the packaged samples from this template.
     </body>
 </html>