Compare commits

...

2 commits

Author SHA1 Message Date
a0bd122a01 Added ignore file for Git. 2012-05-12 00:11:28 -07:00
922c93336b mobile.thauvin.net update. 2005-02-24 15:24:03 +00:00
4 changed files with 9 additions and 3 deletions

View file

@ -2,5 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="J2MELIB"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="output" path="build"/>
</classpath>

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/CVS/
CVS
/build/
/verified/
/deployed/

View file

@ -6,5 +6,5 @@ MIDlet-Version: 0.1.0
MIDlet-Vendor: Erik C. Thauvin
MIDlet-Name: TipME
MIDlet-Description: TipME
MIDlet-Info-URL: http://www.thauvin.net/erik/j2me/
MIDlet-Info-URL: http://mobile.thauvin.net/j2me/
MicroEdition-Profile: MIDP-2.0

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project name="TipME" default="build" basedir=".">
<taskdef resource="antenna.properties"/>
<property environment="env"/>
<property name="wtk.home" value="${env.WTK2_HOME}"/>
<property name="wtk.home" value="${env.WTK_HOME}"/>
<property name="wtk.midp.version" value="2.0"/>
<property name="wtk.cldc.version" value="1.0"/>
<property name="path.build" value="build"/>