Update of /cvsroot/gpsmap/gpstool
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15353
Modified Files:
build.xml
Log Message:
fixed bug in gpstool, missing inner class when uploading
Index: build.xml
===================================================================
RCS file: /cvsroot/gpsmap/gpstool/build.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** build.xml 30 Jan 2008 20:47:48 -0000 1.56
--- build.xml 30 Jan 2008 21:17:08 -0000 1.57
***************
*** 473,476 ****
--- 473,477 ----
<include name="org/dinopolis/gpstool/GPSTool$*.class"/>
<include name="org/dinopolis/gpstool/gpx/ReadGPX.class"/>
+ <include name="org/dinopolis/gpstool/gpx/ReadGPX$*.class"/>
</fileset>
|