You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/04/24 20:40:20 UTC

svn commit: r396641 - /geronimo/branches/1.1/maven.xml

Author: hogstrom
Date: Mon Apr 24 11:40:18 2006
New Revision: 396641

URL: http://svn.apache.org/viewcvs?rev=396641&view=rev
Log:
Modified build to only build the database portion of DayTrader

Modified:
    geronimo/branches/1.1/maven.xml

Modified: geronimo/branches/1.1/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/maven.xml?rev=396641&r1=396640&r2=396641&view=diff
==============================================================================
--- geronimo/branches/1.1/maven.xml (original)
+++ geronimo/branches/1.1/maven.xml Mon Apr 24 11:40:18 2006
@@ -49,7 +49,7 @@
     </goal>
 
     <goal name="new3">
-        <maven:reactor basedir="${basedir}" includes="applications/*/project.xml,applications/daytrader/*/project.xml"
+        <maven:reactor basedir="${basedir}" includes="applications/*/project.xml,applications/daytrader/derby/project.xml"
             excludes="" goals="multiproject:install-callback" banner="applications" ignoreFailures="false" />
     </goal>