dino: use project annotations in dino
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 26 Apr 2014 00:47:56 +0000 (20:47 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 23 May 2014 17:48:33 +0000 (13:48 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

examples/mnit_dino/src/dino.nit
examples/mnit_dino/src/dino_android.nit

index d3e930f..8fc0d7e 100644 (file)
 # limitations under the License.
 
 # App for the Dino game, manages App lifecyle and inputs
-module dino
+module dino is
+       app_version(0, 2, git_revision)
+       app_name("mnit Dino")
+end
 
 import mnit
 import realtime
index f2a7260..1284c58 100644 (file)
@@ -14,7 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module dino_android
+module dino_android is
+       java_package("org.nitlanguage.dino")
+end
 
 import dino