sullis 2004/12/07 20:00:25
Modified: fileupload maven.xml
Log:
use "jar:jar" instead of "java:jar"
java:jar is deprecated.
Revision Changes Path
1.2 +1 -1 jakarta-commons/fileupload/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/fileupload/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.xml 17 Aug 2004 15:38:44 -0000 1.1
+++ maven.xml 8 Dec 2004 04:00:25 -0000 1.2
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project default="java:jar"
+<project default="jar:jar"
xmlns:j="jelly:core">
<!-- ================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]