|
1 | 1 | <?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | + Copyright 2001-2004 The Apache Software Foundation |
2 | 4 |
|
| 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 | +--> |
3 | 17 | <project> |
4 | | - <extend>../commons-build/project.xml</extend> |
| 18 | + <pomVersion>3</pomVersion> |
| 19 | + |
5 | 20 | <name>IO</name> |
6 | 21 | <id>commons-io</id> |
7 | | - |
8 | | - <logo><!--/images/logo.png--></logo> |
9 | | - |
10 | 22 | <currentVersion>SNAPSHOT</currentVersion> |
11 | 23 | <inceptionYear>2002</inceptionYear> |
12 | 24 | <shortDescription>Commons IO</shortDescription> |
|
15 | 27 | hierarchy. Classes in this package are considered to be so standard |
16 | 28 | and of such high reuse as to justify existence in java.io. |
17 | 29 | </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 | + |
18 | 75 |
|
19 | 76 | <developers> |
20 | 77 | <developer> |
|
115 | 172 | </dependencies> |
116 | 173 |
|
117 | 174 | <build> |
118 | | - |
| 175 | + <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> |
| 176 | + <sourceDirectory>src/java</sourceDirectory> |
| 177 | + <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
119 | 178 | <!-- Unit test classes --> |
120 | 179 | <!-- TODO Organize test inclusions and exclusions --> |
121 | 180 | <unitTest> |
|
0 commit comments