You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2004/12/02 22:45:22 UTC

svn commit: r109557 - /incubator/muse/trunk/src/site/content/tutorial/template/build.xml

Author: scamp
Date: Thu Dec  2 13:45:19 2004
New Revision: 109557

URL: http://svn.apache.org/viewcvs?view=rev&rev=109557
Log:
updated for location in dist
Modified:
   incubator/muse/trunk/src/site/content/tutorial/template/build.xml

Modified: incubator/muse/trunk/src/site/content/tutorial/template/build.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/tutorial/template/build.xml?view=diff&rev=109557&p1=incubator/muse/trunk/src/site/content/tutorial/template/build.xml&r1=109556&p2=incubator/muse/trunk/src/site/content/tutorial/template/build.xml&r2=109557
==============================================================================
--- incubator/muse/trunk/src/site/content/tutorial/template/build.xml	(original)
+++ incubator/muse/trunk/src/site/content/tutorial/template/build.xml	Thu Dec  2 13:45:19 2004
@@ -9,7 +9,7 @@
   <!-- workaround for those IDEs that dont set ant.home as per the ant script -->
   <property name="ant.home" value="env.ANT_HOME"/>
   
-  <property name="muse.home"            location="../.." />
+  <property name="muse.home"            location="../../.." />
   <property name="generated.dir"         location="generated"/>
   <property name="generated.src.dir"     location="${generated.dir}/src"/>
   <property name="generated.classes.dir" location="${generated.dir}/classes"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org