User: starksm 
  Date: 01/09/08 17:32:39

  Modified:    src/build Tag: Branch_2_4 build.xml
  Log:
  Add install and src-install targets to build the jbosspool jars into the jboss dist
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +12 -0     jbosspool/src/build/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosspool/src/build/Attic/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- build.xml 2001/05/15 08:21:56     1.2
  +++ build.xml 2001/09/09 00:32:39     1.2.2.1
  @@ -97,6 +97,18 @@
   
     </target>
   
  +  <!-- Installs the jbosspool jars into the jboss.dist structure -->
  +  <target name="install" depends="jar">
  +    <copy file="${external.dir}/${name}.jar" todir="${jboss.dist}/lib/ext" />
  +    <copy file="${external.dir}/${name}-jdbc.jar" todir="${jboss.dist}/deploy/lib" 
/>
  +  </target>
  +
  +  <!-- Installs the jbosspool jars into the jboss.src structure -->
  +  <target name="src-install" depends="jar">
  +    <copy file="${external.dir}/${name}.jar" todir="${jboss.dist}/../src/lib" />
  +    <copy file="${external.dir}/${name}-jdbc.jar" 
todir="${jboss.dist}/../src/etc/deploy" />
  +  </target>
  +
     <!-- =================================================================== -->
     <!-- Creates the API documentation                                       -->
     <!-- =================================================================== -->
  
  
  

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

Reply via email to