You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/09/25 18:50:31 UTC

commons-fileupload git commit: Drop obsolete build file

Repository: commons-fileupload
Updated Branches:
  refs/heads/master 5832cbfbb -> 248fff186


Drop obsolete build file


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

Branch: refs/heads/master
Commit: 248fff186e33dcdcff49bea4f1f894f5c226c36c
Parents: 5832cbf
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Sep 25 20:50:24 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Sep 25 20:50:24 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/248fff18/gump.xml
----------------------------------------------------------------------
diff --git a/gump.xml b/gump.xml
deleted file mode 100644
index 172c0ce..0000000
--- a/gump.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<module name="commons-fileupload">
-
-  <description>File upload component.</description>
-  <url href="http://commons.apache.org/fileupload/" />
-
-  <cvs repository="jakarta" />
-
-  <!-- This is really the cvs module. We need to change this but -->
-  <!-- I will leave this for now until everything works.         -->
-
-  <project name="commons-fileupload">
-    <!-- Standard Maven target to produce Javadocs, source -->
-    <!-- and binary distributions.                         -->
-    <ant buildfile="build-gump.xml" target="jar">
-      <property name="maven.final.name" value="commons-fileupload-@@DATE@@" />
-    </ant>
-
-    <package>org.apache.commons.fileupload</package>
-
-    <!-- All Maven projects need Ant and Xerces to build. -->
-    <depend project="jakarta-ant" inherit="runtime" />
-    <depend project="xml-xerces" />
-
-    <depend project="jaf" />
-    <depend project="servletapi" />
-
-    <work nested="target/classes" />
-    <home nested="target" />
-    <jar name="commons-fileupload-@@DATE@@.jar" />
-    <javadoc nested="docs/apidocs" />
-
-    <nag from="Maven Developers &lt;turbine-maven-dev@jakarta.apache.org&gt;"
-         to="dev@commons.apache.org" />
-  </project>
-
-</module>