cziegeler 01/11/26 00:28:00 Modified: . Tag: cocoon_20_branch build.xml Log: Renamed target dists to dist Revision Changes Path No revision No revision 1.8.2.66 +2 -2 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.8.2.65 retrieving revision 1.8.2.66 diff -u -r1.8.2.65 -r1.8.2.66 --- build.xml 2001/11/23 12:04:19 1.8.2.65 +++ build.xml 2001/11/26 08:27:59 1.8.2.66 @@ -1100,7 +1100,7 @@ <!-- =================================================================== --> <!-- Build all distributions --> <!-- =================================================================== --> - <target name="dists-info" depends="init"> + <target name="dist-info" depends="init"> <echo>**********************************************</echo> <echo>*</echo> <echo>* Build all distributions:</echo> @@ -1116,7 +1116,7 @@ <!-- =================================================================== --> <!-- Build all distributions --> <!-- =================================================================== --> - <target name="dists" + <target name="dist" depends="dists-info, dist-bin-tgz, dist-bin-zip, dist-src-tgz, dist-src-zip" description="* Generates all distributions (source/binary)"> </target>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]