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
3.0
iwg..om 12 years ago
parent d3426d8f5e
commit 1d1b893510
  1. 2
      sdk/jme3-templates/src/com/jme3/gde/templates/Bundle.properties
  2. BIN
      sdk/jme3-templates/src/com/jme3/gde/templates/Phone_16.gif
  3. 2
      sdk/jme3-templates/src/com/jme3/gde/templates/layer.xml
  4. BIN
      sdk/jme3-templates/src/com/jme3/gde/templates/phone16.png
  5. 3
      sdk/jme3-templates/src/com/jme3/gde/templates/testsandroid/JME3TestsAndroidDescription.html

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

@ -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"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

@ -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>

Loading…
Cancel
Save