User: starksm 
  Date: 01/06/24 18:41:39

  Modified:    src/examples/build build.xml
  Log:
  Add the deploy and client targets for the intro chapter
  
  Revision  Changes    Path
  1.5       +9 -3      manual/src/examples/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/examples/build/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/06/25 01:21:39     1.4
  +++ build.xml 2001/06/25 01:41:39     1.5
  @@ -89,12 +89,18 @@
       <!-- 
*************************************************************************** -->
       <!-- Chapter 1 - First Steps -->
       <target name="intro-interest-compile" depends="init">
  -        <ant antfile="org/jboss/docs/interest/build.xml" target="compile">
  -        </ant>
  +        <ant antfile="org/jboss/docs/interest/build.xml" target="compile" />
       </target>
   
  +    <target name="intro-interest-deploy" depends="init">
  +        <ant antfile="org/jboss/docs/interest/build.xml" target="deploy-ejb-jar" />
  +    </target>
  +
  +    <target name="intro-interest-client" depends="init">
  +        <ant antfile="org/jboss/docs/interest/build.xml" target="interest-client" />
  +    </target>
  +
   
  -     
       <!-- 
*************************************************************************** -->
       <!-- Chapter 4 - CMP -->
        
  
  
  

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

Reply via email to