You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2005/02/18 00:16:01 UTC

svn commit: r154218 - incubator/graffito/trunk/maven.xml

Author: clombart
Date: Thu Feb 17 16:16:00 2005
New Revision: 154218

URL: http://svn.apache.org/viewcvs?view=rev&rev=154218
Log:
fix paths to the browser application

Modified:
    incubator/graffito/trunk/maven.xml

Modified: incubator/graffito/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/maven.xml?view=diff&r1=154217&r2=154218
==============================================================================
--- incubator/graffito/trunk/maven.xml (original)
+++ incubator/graffito/trunk/maven.xml Thu Feb 17 16:16:00 2005
@@ -31,7 +31,7 @@
         >
     <maven:reactor
                basedir="${basedir}"
-               includes="*/project.xml"               
+               includes="*/project.xml,applications/*/project.xml"               
                goals="clean"
                banner="Cleaning"
                ignoreFailures="true"/>
@@ -78,7 +78,7 @@
 	      
       <!-- Build war -->	      
      <maven:reactor
-               basedir="${basedir}/applications/graffito-browser"
+               basedir="${basedir}/applications/browser"
                includes="project.xml"
                goals="war:install"
                banner="Build and Install the Graffito Browser application WAR in your Maven Repo"
@@ -131,7 +131,7 @@
            
       
      <maven:reactor
-               basedir="${basedir}/applications/graffito-browser"
+               basedir="${basedir}/applications/browser"
                includes="project.xml"
                goals="deploy"
                banner="Deploy the Graffito Browser application WAR"