Skip to content

Commit cc09095

Browse files
committed
Removed extend, migrated repository, Apache project metadata and adjusted build settings appropriately.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140548 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1c5967e commit cc09095

1 file changed

Lines changed: 64 additions & 5 deletions

File tree

project.xml

Lines changed: 64 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?xml version="1.0"?>
2+
<!--
3+
Copyright 2001-2004 The Apache Software Foundation
24
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
317
<project>
4-
<extend>../commons-build/project.xml</extend>
18+
<pomVersion>3</pomVersion>
19+
520
<name>IO</name>
621
<id>commons-io</id>
7-
8-
<logo><!--/images/logo.png--></logo>
9-
1022
<currentVersion>SNAPSHOT</currentVersion>
1123
<inceptionYear>2002</inceptionYear>
1224
<shortDescription>Commons IO</shortDescription>
@@ -15,6 +27,51 @@
1527
hierarchy. Classes in this package are considered to be so standard
1628
and of such high reuse as to justify existence in java.io.
1729
</description>
30+
<logo>/images/io-logo-white.png</logo>
31+
32+
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
33+
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
34+
35+
<organization>
36+
<name>The Apache Software Foundation</name>
37+
<url>http://jakarta.apache.org</url>
38+
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
39+
</organization>
40+
41+
<licenses>
42+
<license>
43+
<name>The Apache Software License, Version 2.0</name>
44+
<url>/LICENSE.txt</url>
45+
<distribution>repo</distribution>
46+
</license>
47+
</licenses>
48+
49+
<gumpRepositoryId>jakarta</gumpRepositoryId>
50+
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
51+
<siteAddress>jakarta.apache.org</siteAddress>
52+
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
53+
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
54+
55+
<repository>
56+
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
57+
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
58+
</repository>
59+
60+
<mailingLists>
61+
<mailingList>
62+
<name>Commons Dev List</name>
63+
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
64+
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
65+
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
66+
</mailingList>
67+
<mailingList>
68+
<name>Commons User List</name>
69+
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
70+
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
71+
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
72+
</mailingList>
73+
</mailingLists>
74+
1875

1976
<developers>
2077
<developer>
@@ -115,7 +172,9 @@
115172
</dependencies>
116173

117174
<build>
118-
175+
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
176+
<sourceDirectory>src/java</sourceDirectory>
177+
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
119178
<!-- Unit test classes -->
120179
<!-- TODO Organize test inclusions and exclusions -->
121180
<unitTest>

0 commit comments

Comments
 (0)