Skip to content

Commit 023d871

Browse files
committed
ripped out all redundant information
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140527 13f79535-47bb-0310-9956-ffa450edef68
1 parent e2502ed commit 023d871

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

project.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<name>IO</name>
66
<id>commons-io</id>
77

8-
<organization>
9-
<name>Apache Software Foundation</name>
10-
<url>http://www.apache.org</url>
11-
<logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
12-
</organization>
138
<logo><!--/images/logo.png--></logo>
149

1510
<currentVersion>SNAPSHOT</currentVersion>
@@ -20,17 +15,6 @@
2015
hierarchy. Classes in this package are considered to be so standard
2116
and of such high reuse as to justify existence in java.io.
2217
</description>
23-
<url>http://jakarta.apache.org/commons/io/</url>
24-
25-
<siteAddress>jakarta.apache.org</siteAddress>
26-
<siteDirectory>/www/jakarta.apache.org/commons/io/</siteDirectory>
27-
28-
<repository>
29-
<connection>
30-
scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/io
31-
</connection>
32-
<url>http://cvs.apache.org/viewcvs/jakarta-commons/io/</url>
33-
</repository>
3418

3519
<developers>
3620
<developer>
@@ -123,7 +107,6 @@
123107
</contributor>
124108
</contributors>
125109

126-
<!-- Need to mark these as compile-time/run-time -->
127110
<dependencies>
128111
<dependency>
129112
<id>junit</id>
@@ -132,11 +115,6 @@
132115
</dependencies>
133116

134117
<build>
135-
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
136-
<sourceDirectory>src/java</sourceDirectory>
137-
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
138-
<integrationUnitTestSourceDirectory/>
139-
<aspectSourceDirectory/>
140118

141119
<!-- Unit test classes -->
142120
<!-- TODO Organize test inclusions and exclusions -->
@@ -155,15 +133,6 @@
155133
</resources>
156134
</unitTest>
157135

158-
<!-- J A R R E S O U R C E S -->
159-
<!-- Resources that are packaged up inside the JAR file -->
160-
<resources>
161-
<resource>
162-
<includes>
163-
<include>**/*.properties</include>
164-
</includes>
165-
</resource>
166-
</resources>
167136
</build>
168137

169138
<reports>

0 commit comments

Comments
 (0)