mobile.thauvin.net update.

This commit is contained in:
Erik C. Thauvin 2005-02-24 15:24:03 +00:00
parent f5d7bb4fb7
commit 922c93336b
3 changed files with 4 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>

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