User: starksm 
  Date: 01/06/24 22:29:49

  Modified:    src/examples/build build.xml
  Log:
  Add a seperate ejb-jar step to the interest example
  
  Revision  Changes    Path
  1.7       +4 -0      manual/src/examples/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/examples/build/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 2001/06/25 04:38:25     1.6
  +++ build.xml 2001/06/25 05:29:49     1.7
  @@ -92,6 +92,10 @@
           <ant antfile="org/jboss/docs/interest/build.xml" target="compile" />
       </target>
   
  +    <target name="intro-interest-jar" depends="init">
  +        <ant antfile="org/jboss/docs/interest/build.xml" target="ejb-jar" />
  +    </target>
  +
       <target name="intro-interest-deploy" depends="init">
           <ant antfile="org/jboss/docs/interest/build.xml" target="deploy-ejb-jar" />
       </target>
  
  
  

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

Reply via email to