User: vharcq  
  Date: 01/06/26 15:23:15

  Modified:    src/examples/build build.xml
  Log:
  As Scott mention, no need to pass parameters, it's magic
  
  Revision  Changes    Path
  1.9       +6 -28     manual/src/examples/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/examples/build/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 2001/06/25 07:10:10     1.8
  +++ build.xml 2001/06/26 22:23:15     1.9
  @@ -108,11 +108,7 @@
       <!-- Chapter 4 - CMP -->
        
       <target name="cmp-cd-compile" depends="init">
  -        <ant antfile="org/jboss/docs/cmp/cd/build/build-cmp-cd-compile.xml" 
target="main">
  -                     <property name="classpath" value="${classpath}"/>
  -                     <property name="src.dir" value="${src.dir}"/>
  -                     <property name="build.dir" value="${build.dir}"/>
  -        </ant>
  +        <ant antfile="org/jboss/docs/cmp/cd/build/build-cmp-cd-compile.xml" 
target="main" />
       </target>
       
       <target name="cmp-cd-dist" depends="cmp-cd-compile">
  @@ -120,40 +116,22 @@
       </target>
       
       <target name="cmp-cd-list" depends="init">
  -        <ant antfile="org/jboss/docs/cmp/cd/build/build-client.xml" target="main">
  -                     <property name="classpath" value="${classpath}"/>
  -                     <property name="src.dir" value="${build.dir}"/>
  -                     <property name="build.dir" value="${build.dir}"/>
  -                     <property name="client" value="List"/>
  -        </ant>
  +        <ant antfile="org/jboss/docs/cmp/cd/build/build-client.xml" target="main" />
       </target>
       
       <target name="cmp-cd-upload" depends="init">
  -        <ant antfile="org/jboss/docs/cmp/cd/build/build-client.xml" target="main">
  -                     <property name="classpath" value="${classpath}"/>
  -                     <property name="src.dir" value="${build.dir}"/>
  -                     <property name="build.dir" value="${build.dir}"/>
  -                     <property name="client" value="Upload"/>
  -        </ant>
  +        <ant antfile="org/jboss/docs/cmp/cd/build/build-client.xml" target="main" />
       </target>
   
       <target name="cmp-cd-remove" depends="init">
  -        <ant antfile="org/jboss/docs/cmp/cd/build/build-client.xml" target="main">
  -                     <property name="classpath" value="${classpath}"/>
  -                     <property name="src.dir" value="${build.dir}"/>
  -                     <property name="build.dir" value="${build.dir}"/>
  -                     <property name="client" value="Remove"/>
  -        </ant>
  +        <ant antfile="org/jboss/docs/cmp/cd/build/build-client.xml" target="main" />
       </target>
       
  +    <!-- 
*************************************************************************** -->
        <!-- Chapter 5 - JAWS -->
        
       <target name="cmp-jaws-compile" depends="init">
  -        <ant antfile="org/jboss/docs/cmp/jaws/build/build-cmp-jaws-compile.xml" 
target="main">
  -                     <property name="classpath" value="${classpath}"/>
  -                     <property name="src.dir" value="${src.dir}"/>
  -                     <property name="build.dir" value="${build.dir}"/>
  -        </ant>
  +        <ant antfile="org/jboss/docs/cmp/jaws/build/build-cmp-jaws-compile.xml" 
target="main" />
       </target>
       
        <!-- Add a new target here -->
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to