User: starksm
Date: 02/04/14 02:49:32
Modified: . build.xml
Log:
Stop copying the obsolete utility jars and scripts to bin
Revision Changes Path
1.22 +4 -1 admin/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/admin/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 7 Apr 2002 02:59:29 -0000 1.21
+++ build.xml 14 Apr 2002 09:49:32 -0000 1.22
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.21 2002/04/07 02:59:29 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.22 2002/04/14 09:49:32 starksm Exp $ -->
<project default="main" name="JBoss/Admin">
@@ -316,6 +316,8 @@
<!-- Compile bin scripts -->
<target name="compile-bin" depends="init">
<mkdir dir="${build.bin}"/>
+ <!-- This is not maintained currently so don't
+ impose this on the users
<copy todir="${build.bin}" filtering="yes">
<fileset dir="${source.bin}">
<include name="**/*"/>
@@ -335,6 +337,7 @@
<include name="**/*.sh"/>
</fileset>
</chmod>
+ -->
</target>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development