You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/03/05 00:54:19 UTC

cvs commit: db-ojb build.xml

arminw      2004/03/04 15:54:19

  Modified:    .        build.xml
  Log:
  update to support ejb-examples
  
  Revision  Changes    Path
  1.116     +17 -4     db-ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/build.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.xml	28 Feb 2004 10:48:03 -0000	1.115
  +++ build.xml	4 Mar 2004 23:54:19 -0000	1.116
  @@ -440,7 +440,6 @@
                 <exclude name="junit.jar"/>
                 <exclude name="optional.jar"/>
                 <exclude name="xalan.jar"/>
  -              <exclude name="crossdb.jar"/>
                 <exclude name="ejb.jar"/>
                 <exclude name="servlet.jar"/>
                 <exclude name="jakarta-regexp-1.2.jar"/>
  @@ -558,7 +557,6 @@
                 <exclude name="junit.jar"/>
                 <exclude name="optional.jar"/>
                 <exclude name="xalan.jar"/>
  -              <exclude name="crossdb.jar"/>
                 <exclude name="ejb.jar"/>
                 <exclude name="servlet.jar"/>
                 <exclude name="jakarta-regexp-1.2.jar"/>
  @@ -1284,7 +1282,7 @@
   
   
       <!-- ================================================================== -->
  -    <!-- Generate the sample session bean ejb-app jar                       -->
  +    <!-- Targets for the sample session bean ejb jar                        -->
       <!-- ================================================================== -->
       <target name="ejb-examples"
               description="Generate the sample session bean ejb-app jar">
  @@ -1303,6 +1301,21 @@
                target="prepare-jboss"/>
       </target>
   
  +    <target name="ejb-examples-run"
  +            description="Run the ejb-examples test clients">
  +        <ant dir="."
  +             antfile="${basedir}/build-ejb-examples.xml"
  +             target="ejb-examples-run"/>
  +    </target>
  +
  +    <!--
  +    <target name="prepare-ejb-jar"
  +            description="Prepare and extend the generated ejb jar">
  +        <ant dir="."
  +             antfile="${basedir}/build-ejb-examples.xml"
  +             target="prepare-ejb-jar"/>
  +    </target>
  +    -->
       <!-- ================================================================== -->
       <!-- sample target that demonstrates the ojb xdoclet module             -->
       <!-- ================================================================== -->
  
  
  

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