You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/02/19 01:05:21 UTC

cvs commit: jakarta-struts build.xml build-webapps.xml

husted      2004/02/18 16:05:21

  Modified:    .        build.xml build-webapps.xml
  Log:
  Remove references to obsolete taglib-exercise application.
  
  Revision  Changes    Path
  1.127     +3 -8      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- build.xml	22 Dec 2003 21:55:26 -0000	1.126
  +++ build.xml	19 Feb 2004 00:05:21 -0000	1.127
  @@ -510,14 +510,9 @@
               <fileset dir="${build.home}/example"/>
           </copy>
   
  -        <mkdir dir="${catalina.home}/webapps/struts-exercise-taglib"/>
  -        <copy todir="${catalina.home}/webapps/struts-exercise-taglib">
  -            <fileset dir="${build.home}/exercise-taglib"/>
  -        </copy>
  -
  -        <mkdir dir="${catalina.home}/webapps/struts-upload"/>
  -        <copy todir="${catalina.home}/webapps/struts-upload">
  -            <fileset dir="${build.home}/upload"/>
  +        <mkdir dir="${catalina.home}/webapps/struts-examples"/>
  +        <copy todir="${catalina.home}/webapps/struts-examples">
  +            <fileset dir="${build.home}/examples"/>
           </copy>
   
       </target>
  
  
  
  1.27      +14 -17    jakarta-struts/build-webapps.xml
  
  Index: build-webapps.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build-webapps.xml	16 Jan 2004 03:54:52 -0000	1.26
  +++ build-webapps.xml	19 Feb 2004 00:05:21 -0000	1.27
  @@ -94,12 +94,12 @@
     <ant  antfile="build-webapp.xml"    target="static">
       <property name="webapp.name"      value="examples"/>
     </ant>
  -  <!--ant  antfile="build-webapp.xml"    target="static">
  -    <property name="webapp.name"      value="test"/>
  -  </ant-->
     <ant  antfile="build-webapp.xml"    target="static">
       <property name="webapp.name"      value="tiles-documentation"/>
     </ant>
  +    <!--ant  antfile="build-webapp.xml"    target="static">
  +      <property name="webapp.name"      value="test"/>
  +    </ant-->
   </target>
   
   
  @@ -125,10 +125,7 @@
       <!-- Copy validator-rules.xml for the Struts examples application -->
       <copy tofile="${build.home}/examples/WEB-INF/validator-rules.xml"
               file="${basedir}/conf/share/validator-rules.xml"/>
  -    <!-- Copy required image for the Struts examples exercise module -->
  -    <copy tofile="${build.home}/examples/exercise/struts-power.gif"
  -            file="${doc.dir}/images/struts-power.gif"/>
  -    <!-- Copy required image for the Struts examples validator module -->
  +     <!-- Copy required image for the Struts examples validator module -->
       <copy tofile="${build.home}/examples/validator/struts-power.gif"
               file="${doc.dir}/images/struts-power.gif"/>
   </target>
  @@ -151,12 +148,12 @@
     <ant  antfile="build-webapp.xml"    target="compile">
       <property name="webapp.name"      value="examples"/>
     </ant>
  -  <!--ant  antfile="build-webapp.xml"    target="compile">
  -    <property name="webapp.name"      value="test"/>
  -  </ant-->
     <ant  antfile="build-webapp.xml"    target="compile">
       <property name="webapp.name"      value="tiles-documentation"/>
     </ant>
  +    <!--ant  antfile="build-webapp.xml"    target="compile">
  +      <property name="webapp.name"      value="test"/>
  +    </ant-->
   </target>
   
   
  @@ -318,14 +315,14 @@
       <property name="webapp.name"      value="examples"/>
       <property name="webapp.war"       value="struts-examples.war"/>
     </ant>
  -  <!--ant  antfile="build-webapp.xml"    target="dist">
  -    <property name="webapp.name"      value="test"/>
  -    <property name="webapp.war"       value="struts-test.war"/>
  -  </ant-->
     <ant  antfile="build-webapp.xml"    target="dist">
       <property name="webapp.name"      value="tiles-documentation"/>
       <property name="webapp.war"       value="tiles-documentation.war"/>
     </ant>
  +    <!--ant  antfile="build-webapp.xml"    target="dist">
  +      <property name="webapp.name"      value="test"/>
  +      <property name="webapp.war"       value="struts-test.war"/>
  +    </ant-->
   </target>
   
   
  @@ -368,12 +365,12 @@
     <ant  antfile="build-webapp.xml"    target="clean">
       <property name="webapp.name"      value="examples"/>
     </ant>
  -  <!--ant  antfile="build-webapp.xml"    target="clean">
  -    <property name="webapp.name"      value="test"/>
  -  </ant-->
     <ant  antfile="build-webapp.xml"    target="clean">
       <property name="webapp.name"      value="tiles-documentation"/>
     </ant>
  +    <!--ant  antfile="build-webapp.xml"    target="clean">
  +      <property name="webapp.name"      value="test"/>
  +    </ant-->
   </target>
   
   
  
  
  

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