You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/09/21 14:44:44 UTC

svn commit: r448537 - /gump/metadata/project/antbook.xml

Author: stevel
Date: Thu Sep 21 05:44:44 2006
New Revision: 448537

URL: http://svn.apache.org/viewvc?view=rev&rev=448537
Log:
fix the work paths

Modified:
    gump/metadata/project/antbook.xml

Modified: gump/metadata/project/antbook.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/antbook.xml?view=diff&rev=448537&r1=448536&r2=448537
==============================================================================
--- gump/metadata/project/antbook.xml (original)
+++ gump/metadata/project/antbook.xml Thu Sep 21 05:44:44 2006
@@ -101,27 +101,27 @@
        bits of ant -->
   <!-- =========================================== -->
   <project name="antbook-sections">
-    <home nested="diary/sections/"/>
-    <work nested="diary/sections/extending/ch17_tasks/filesize/first/build/classes"/>
-    <work nested="diary/sections/extending/ch17_tasks/tasks/build/classes"/>
-    <work nested="diary/sections/extending/ch17_tasks/runjava/build/classes"/>
+    <home nested="sections/"/>
+    <work nested="sections/extending/ch17_tasks/filesize/first/build/classes"/>
+    <work nested="sections/extending/ch17_tasks/tasks/build/classes"/>
+    <work nested="sections/extending/ch17_tasks/runjava/build/classes"/>
 
     <work
-      nested="diary/sections/extending/ch18_extras/conditions/build/classes"/>
+      nested="sections/extending/ch18_extras/conditions/build/classes"/>
     <work
-      nested="diary/sections/extending/ch18_extras/embed/build/classes"/>
+      nested="sections/extending/ch18_extras/embed/build/classes"/>
     <work
-      nested="diary/sections/extending/ch18_extras/filters/build/classes"/>
+      nested="sections/extending/ch18_extras/filters/build/classes"/>
     <work
-      nested="diary/sections/extending/ch18_extras/listeners/build/classes"/>
+      nested="sections/extending/ch18_extras/listeners/build/classes"/>
     <work
-      nested="diary/sections/extending/ch18_extras/mappers/build/classes"/>
+      nested="sections/extending/ch18_extras/mappers/build/classes"/>
     <work
-      nested="diary/sections/extending/ch18_extras/resources/build/classes"/>
+      nested="sections/extending/ch18_extras/resources/build/classes"/>
     <work
-      nested="diary/sections/extending/ch18_extras/script/build/classes"/>
+      nested="sections/extending/ch18_extras/script/build/classes"/>
     <work
-      nested="diary/sections/extending/ch18_extras/selectors/build/classes"/>
+      nested="sections/extending/ch18_extras/selectors/build/classes"/>
 
     <ant basedir="sections" target="gump">
       <property name="jar.version" value="@@DATE@@"/>