Compare commits
No commits in common. "master" and "v0_1_0" have entirely different histories.
4 changed files with 3 additions and 9 deletions
|
@ -2,6 +2,5 @@
|
|||
<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
5
.gitignore
vendored
|
@ -1,5 +0,0 @@
|
|||
/CVS/
|
||||
CVS
|
||||
/build/
|
||||
/verified/
|
||||
/deployed/
|
|
@ -6,5 +6,5 @@ MIDlet-Version: 0.1.0
|
|||
MIDlet-Vendor: Erik C. Thauvin
|
||||
MIDlet-Name: TipME
|
||||
MIDlet-Description: TipME
|
||||
MIDlet-Info-URL: http://mobile.thauvin.net/j2me/
|
||||
MIDlet-Info-URL: http://www.thauvin.net/erik/j2me/
|
||||
MicroEdition-Profile: MIDP-2.0
|
||||
|
|
|
@ -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.WTK_HOME}"/>
|
||||
<property name="wtk.home" value="${env.WTK2_HOME}"/>
|
||||
<property name="wtk.midp.version" value="2.0"/>
|
||||
<property name="wtk.cldc.version" value="1.0"/>
|
||||
<property name="path.build" value="build"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue