From 5a9a757147b2b5121ad4bd3b7b15fc69d74c970f Mon Sep 17 00:00:00 2001 From: carnold Date: Wed, 2 Apr 2008 23:30:49 +0000 Subject: Bug 1760649: Make Maven and Ant built jars have identical structure git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@164 32d7a393-a5a9-423c-abd3-5d954feb1f2f --- build.xml | 38 +++++++++++++++++++++++--------------- pom.xml | 3 ++- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/build.xml b/build.xml index aa4dbdb..ed3a0f7 100644 --- a/build.xml +++ b/build.xml @@ -1,18 +1,19 @@ @@ -22,7 +23,7 @@ Copyright 2001-2006 The Ant-Contrib project - + @@ -147,10 +148,17 @@ Copyright 2001-2006 The Ant-Contrib project depends="build" description="--> creates the jar"> - - + - + + +
+ + + +
+
+
diff --git a/pom.xml b/pom.xml index f279996..995526e 100644 --- a/pom.xml +++ b/pom.xml @@ -81,8 +81,9 @@ maven-compiler-plugin - 1.2 + 1.3 1.1 + true -- cgit v1.2.3