bodewig 02/02/05 08:13:06
Modified: . build.xml
src/main/org/apache/tools/ant/util/depend Dependencies.java
Log:
remove redundant <antcall>
Revision Changes Path
1.236 +2 -3 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- build.xml 5 Feb 2002 09:32:47 -0000 1.235
+++ build.xml 5 Feb 2002 16:13:06 -0000 1.236
@@ -982,8 +982,7 @@
===================================================================
-->
<target name="main"
- description="--> creates a minimum distribution in ./dist">
- <antcall inheritAll="false" target="dist-lite"/>
- </target>
+ description="--> creates a minimum distribution in ./dist"
+ depends="dist-lite" />
</project>
1.6 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/util/depend/Dependencies.java
Index: Dependencies.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/util/depend/Dependencies.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Dependencies.java 5 Feb 2002 13:51:30 -0000 1.5
+++ Dependencies.java 5 Feb 2002 16:13:06 -0000 1.6
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>