Not used for Avalon CLI

git-svn-id: 
https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@529032
 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/b133f48a
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/b133f48a
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/b133f48a

Branch: refs/heads/avalon-implementation
Commit: b133f48a9eece7f8b049c982ff999f1947bed20d
Parents: 56b7387
Author: Sebastian Bazley <[email protected]>
Authored: Sun Apr 15 17:27:38 2007 +0000
Committer: Sebastian Bazley <[email protected]>
Committed: Sun Apr 15 17:27:38 2007 +0000

----------------------------------------------------------------------
 build-gump.xml | 36 ------------------------------------
 1 file changed, 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/b133f48a/build-gump.xml
----------------------------------------------------------------------
diff --git a/build-gump.xml b/build-gump.xml
deleted file mode 100644
index b5d7d58..0000000
--- a/build-gump.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
-
-  WARNING: This file is generated! Do not edit by hand!
-  
--->
-
-<project name="maven" default="jar" basedir=".">
-
-  <target
-    name="jar">
-    
-    <property name="maven.build.dir" value="target"/>
-    <property name="maven.build.dest" value="${maven.build.dir}/classes"/>
-    
-    <mkdir dir="${maven.build.dest}"/>
-    
-    <javac
-      destdir="${maven.build.dest}"
-      excludes="**/package.html"
-      debug="false"
-      deprecation="false"
-      optimize="false">
-      <src>
-         <pathelement location="src/java"/>
-      </src>
-    </javac>
-
-    <jar
-      jarfile="${maven.build.dir}/${maven.final.name}.jar"
-      basedir="${maven.build.dest}"
-      excludes="**/package.html"
-    />
-    
-  </target>
-
-</project>

Reply via email to