kimptoc 02/04/04 13:18:19 Modified: . build.xml project.properties Log: tweaks to the maven dependencies Revision Changes Path 1.3 +30 -1 jakarta-jetspeed/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 4 Apr 2002 14:04:36 -0000 1.2 +++ build.xml 4 Apr 2002 21:18:19 -0000 1.3 @@ -12,6 +12,34 @@ <!-- Set default values for the build --> <property file="project.properties" /> + + <!-- ================================================================== --> + <!-- JETSPEED CUSTOM DELEGATORS --> + <!-- Add calls here to jetspeed specific targets --> + <!-- ================================================================== --> + + <target + name="apis"> + <ant antfile="build/build.xml" target="apis"/> + </target> + + <target + name="war"> + <ant antfile="build/build.xml" target="war"/> + </target> + + <target + name="install"> + <ant antfile="build/build.xml" target="war"/> + </target> + + <target + name="deploy"> + <ant antfile="build/build.xml" target="war"/> + </target> + + + <!-- maven:start --> <!-- ================================================================== --> @@ -24,7 +52,8 @@ </target> <target - name="maven:jar"> + name="maven:jar" + depends="apis"> <echo> NOTE: You need to have installed maven before using this script. 1.2 +2 -0 jakarta-jetspeed/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-jetspeed/project.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.properties 4 Apr 2002 08:37:08 -0000 1.1 +++ project.properties 4 Apr 2002 21:18:19 -0000 1.2 @@ -5,6 +5,8 @@ #set this in your ${user.home}/build.properties rather than here #maven.home = ${user.home}/maven +build.dir = target + compile.debug = on compile.optimize = off compile.deprecation = off
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>