qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/JQEditor build.xml


From: Goneri Le Bouder
Subject: [Qsos-commits] qsos/apps/JQEditor build.xml
Date: Thu, 22 Jun 2006 14:38:25 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Goneri Le Bouder <goneri>       06/06/22 14:38:24

Modified files:
        apps/JQEditor  : build.xml 

Log message:
        suggestion from Oliver Pilot

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/JQEditor/build.xml?cvsroot=qsos&r1=1.2&r2=1.3

Patches:
Index: build.xml
===================================================================
RCS file: /sources/qsos/qsos/apps/JQEditor/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- build.xml   20 Jun 2006 12:39:01 -0000      1.2
+++ build.xml   22 Jun 2006 14:38:24 -0000      1.3
@@ -48,4 +48,17 @@
        <target name="all" depends="clean,build">
                <antcall target="jar-jqeditor"/>
        </target>
+       <target name="run" description="RUN the program">
+               <java classname="org.qsos.main.JQ">
+                       <classpath>
+                               <path refid="classpath"/>
+                               <pathelement location="${dist}/jqeditor.jar"/>
+                       </classpath>
+               </java>
+       </target>
+       <copy todir="${out}">
+               <fileset dir="${src}">
+                       <exclude name="**/*.java"/>
+               </fileset>
+       </copy>
 </project>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]