You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/07/17 03:27:24 UTC

svn commit: rev 22986 - in forrest/trunk/src/core: . targets

Author: crossley
Date: Fri Jul 16 18:27:24 2004
New Revision: 22986

Modified:
   forrest/trunk/src/core/forrest.build.xml
   forrest/trunk/src/core/targets/site.xml
   forrest/trunk/src/core/targets/validate.xml
   forrest/trunk/src/core/targets/webapp.xml
Log:
Do not invoke the wrath of the God of XML (change >> to *).


Modified: forrest/trunk/src/core/forrest.build.xml
==============================================================================
--- forrest/trunk/src/core/forrest.build.xml	(original)
+++ forrest/trunk/src/core/forrest.build.xml	Fri Jul 16 18:27:24 2004
@@ -262,7 +262,7 @@
        param: location to clean ${project.webapp}
        param: file to clean ${project.brokenlinkfile}
        =============================================================== -->
-  <target name="clean" depends="init-props" description="Clean all directories and files generated during the build">
+  <target name="clean" depends="init-props" description="* Clean all directories and files generated during the build">
     <delete failonerror="false" dir="${project.site-dir}"/>
     <delete failonerror="false" dir="${project.temp-dir}"/>
     <delete failonerror="false" dir="${project.webapp}"/>
@@ -287,7 +287,7 @@
         Copies a template structure over to your project dir.
        =============================================================== -->
   <target name="seed" depends="ensure-nocontent"
-    description=">> Seeds a directory with a template project doc structure">
+    description="* Seeds a directory with a template project doc structure">
      <copy todir="${project.home}" overwrite="false">
         <fileset dir="${forrest.home}/fresh-site"/>
      </copy>
@@ -313,7 +313,7 @@
 
   <target name="run" 
    depends="init, webapp-local, run_custom_jetty, run_default_jetty"
-   description=">> Run Jetty (instant live webapp)"/>
+   description="* Run Jetty (instant live webapp)"/>
  
   <target name="run_custom_jetty"
    if="custom_jetty_config"

Modified: forrest/trunk/src/core/targets/site.xml
==============================================================================
--- forrest/trunk/src/core/targets/site.xml	(original)
+++ forrest/trunk/src/core/targets/site.xml	Fri Jul 16 18:27:24 2004
@@ -30,7 +30,7 @@
 
    <target name="site" depends="init, prepare-context, -prepare-classpath, check-contentdir" 
                        if="project.content.present"
-                       description=">> Generates a static HTML website for this project">
+                       description="* Generates a static HTML website for this project">
     <!-- clean out the temp space, if we don't cocoon fails on this.
          actually clears the cache, not yet sure why it is really needed? -->
     <delete dir="${project.cocoon-work-dir}"/>

Modified: forrest/trunk/src/core/targets/validate.xml
==============================================================================
--- forrest/trunk/src/core/targets/validate.xml	(original)
+++ forrest/trunk/src/core/targets/validate.xml	Fri Jul 16 18:27:24 2004
@@ -229,5 +229,5 @@
     </fail>
     <echo message="...validated existence of skin '${project.skin}'"/>
   </target>
-  
-  </project>
+
+</project>

Modified: forrest/trunk/src/core/targets/webapp.xml
==============================================================================
--- forrest/trunk/src/core/targets/webapp.xml	(original)
+++ forrest/trunk/src/core/targets/webapp.xml	Fri Jul 16 18:27:24 2004
@@ -153,7 +153,7 @@
        param: location to put generated war ${project.war}
        =============================================================== -->
  <target name="war" depends="webapp"
-   description=">> Generates a dynamic servlet-based website (a packaged .war file)">
+   description="* Generates a dynamic servlet-based website (a packaged .war file)">
 
    <jar destfile="${project.war}" basedir="${project.webapp}"/>
    <echo>