From 520b7309e9b099b54709f2af3c07eb5ae4154e4b Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Fri, 4 Jan 2008 08:47:44 +0000 Subject: [PATCH] Dumping M1 (and the M1 generated Ant file) build git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@608773 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 168 --------------------------------------------- maven.xml | 84 ----------------------- pom.xml | 9 ++- project.properties | 54 --------------- project.xml | 120 -------------------------------- 5 files changed, 7 insertions(+), 428 deletions(-) delete mode 100644 build.xml delete mode 100644 maven.xml delete mode 100644 project.properties delete mode 100644 project.xml diff --git a/build.xml b/build.xml deleted file mode 100644 index c6bd010b..00000000 --- a/build.xml +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ================================= WARNING ================================ - Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. - ========================================================================== - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/maven.xml b/maven.xml deleted file mode 100644 index 7e169e99..00000000 --- a/maven.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index db563acd..e2d59562 100644 --- a/pom.xml +++ b/pom.xml @@ -25,9 +25,14 @@ bayard Henri Yandell - bayard AT apache DOT org + bayard@apache.org + Apache + + + Martin van den Bemt + mvdb + mvdb@apache.org Apache - -5 diff --git a/project.properties b/project.properties deleted file mode 100644 index 1737b779..00000000 --- a/project.properties +++ /dev/null @@ -1,54 +0,0 @@ -# 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. - -maven.repo.remote=http://repo1.maven.org/maven - -maven.compile.source=1.2 -maven.compile.target=1.2 - -#maven.xdoc.jsl=../commons-build/commons-site.jsl -maven.xdoc.date=bottom -maven.xdoc.poweredby.image=maven-feather.png -maven.xdoc.version=${pom.currentVersion} -maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html -maven.xdoc.includeProjectDocumentation=yes -maven.changes.issue.template=%URL%/browse/%ISSUE% - -# Jar Manifest Additional Attributes -maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK -maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache -maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source} -maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target} - -maven.checkstyle.properties = checkstyle.xml - -# uncomment the next line to work in offline mode (no jar download & no linkcheck) -#maven.mode.online= -maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory - -maven.javadoc.author=false -maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api - -maven.compile.debug=on -maven.compile.deprecation=off -maven.compile.optimize=off - -maven.jarResources.basedir=src/java -maven.jar.excludes=**/package.html -maven.junit.fork=true -maven.junit.sysproperties=org.xml.sax.driver -org.xml.sax.driver=org.apache.xerces.parsers.SAXParser - -clover.excludes=**/Test*.java diff --git a/project.xml b/project.xml deleted file mode 100644 index 3d574067..00000000 --- a/project.xml +++ /dev/null @@ -1,120 +0,0 @@ - - - - Commons CSV - org.apache.commons - commons-csv - /images/csv-logo-white.png - 2005 - Commons CSV - - Commons CSV is a component that parses comma separated value files. - - 0.1-SNAPSHOT - http://commons.apache.org/${pom.artifactId.substring(8)}/ - org.apache.commons.${pom.artifactId.substring(8)} - http://issues.apache.org/jira/ - people.apache.org - - The Apache Software Foundation - http://jakarta.apache.org - http://jakarta.apache.org/images/original-jakarta-logo.gif - - - - scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk - http://svn.apache.org/viewvc/commons/sandbox/csv/trunk - - - - - Commons Dev List - commons-dev-subscribe@jakarta.apache.org - commons-dev-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ - - - - Commons User List - commons-user-subscribe@jakarta.apache.org - commons-user-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ - - - - - - Henri Yandell - bayard - bayard@apache.org - - - Martin van den Bemt - mvdb - mvdb@apache.org - - - - - - junit - 3.8.1 - http://www.junit.org/ - - test - - <strong>Test</strong> - required - only to run the unit tests. - - - - - maven - maven-xdoc-plugin - 1.9.2 - http://maven.apache.org/reference/plugins/xdoc/ - plugin - - - <strong>Site</strong> - required - only to generate the Site/Documentation. - - - - - - - src/java - src/test - - - **/*Test.java - - - - - ${basedir} - META-INF - - NOTICE.txt - - - - - -