Skip to content

Commit cc0efd4

Browse files
committed
Format: align tags and remove random blank lines.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130425 13f79535-47bb-0310-9956-ffa450edef68
1 parent 39452a4 commit cc0efd4

1 file changed

Lines changed: 61 additions & 74 deletions

File tree

project.xml

Lines changed: 61 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -15,65 +15,56 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
1717
<project>
18-
19-
<pomVersion>3</pomVersion>
20-
21-
<id>commons-codec</id>
22-
<currentVersion>1.3</currentVersion>
23-
<inceptionYear>2002</inceptionYear>
24-
<name>Codec</name>
25-
<shortDescription>Simple encoders and decoders</shortDescription>
26-
<description>
18+
<pomVersion>3</pomVersion>
19+
<id>commons-codec</id>
20+
<currentVersion>1.3</currentVersion>
21+
<inceptionYear>2002</inceptionYear>
22+
<name>Codec</name>
23+
<shortDescription>Simple encoders and decoders</shortDescription>
24+
<description>
2725
The codec package contains simple encoder and decoders for
2826
various formats such as Base64 and Hexadecimal. In addition to these
2927
widely used encoders and decoders, the codec package also maintains a
3028
collection of phonetic encoding utilities.
3129
</description>
32-
<logo>/images/logo.png</logo>
33-
34-
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
35-
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
36-
37-
<organization>
38-
<name>The Apache Software Foundation</name>
39-
<url>http://jakarta.apache.org</url>
40-
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
41-
</organization>
42-
43-
<licenses>
44-
<license>
45-
<name>The Apache Software License, Version 2.0</name>
46-
<url>/LICENSE.txt</url>
47-
<distribution>repo</distribution>
48-
</license>
49-
</licenses>
50-
51-
<gumpRepositoryId>jakarta</gumpRepositoryId>
52-
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
53-
<siteAddress>jakarta.apache.org</siteAddress>
54-
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
55-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
56-
57-
<repository>
58-
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
59-
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
60-
</repository>
61-
62-
<mailingLists>
63-
<mailingList>
64-
<name>Commons Dev List</name>
65-
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
66-
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
67-
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
68-
</mailingList>
69-
<mailingList>
70-
<name>Commons User List</name>
71-
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
72-
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
73-
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
74-
</mailingList>
75-
</mailingLists>
76-
30+
<logo>/images/logo.png</logo>
31+
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
32+
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
33+
<organization>
34+
<name>The Apache Software Foundation</name>
35+
<url>http://jakarta.apache.org</url>
36+
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
37+
</organization>
38+
<licenses>
39+
<license>
40+
<name>The Apache Software License, Version 2.0</name>
41+
<url>/LICENSE.txt</url>
42+
<distribution>repo</distribution>
43+
</license>
44+
</licenses>
45+
<gumpRepositoryId>jakarta</gumpRepositoryId>
46+
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
47+
<siteAddress>jakarta.apache.org</siteAddress>
48+
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
49+
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
50+
<repository>
51+
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
52+
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
53+
</repository>
54+
<mailingLists>
55+
<mailingList>
56+
<name>Commons Dev List</name>
57+
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
58+
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
59+
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
60+
</mailingList>
61+
<mailingList>
62+
<name>Commons User List</name>
63+
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
64+
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
65+
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
66+
</mailingList>
67+
</mailingLists>
7768
<versions>
7869
<version>
7970
<id>1.1-rc1</id>
@@ -189,24 +180,22 @@ limitations under the License.
189180
</contributors>
190181
<dependencies>
191182
<dependency>
192-
<id>junit</id>
193-
<version>3.8.1</version>
194-
<url>http://www.junit.org</url>
195-
</dependency>
183+
<id>junit</id>
184+
<version>3.8.1</version>
185+
<url>http://www.junit.org</url>
186+
</dependency>
196187
</dependencies>
197188
<issueTrackingUrl>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
198-
199189
<build>
200-
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
201-
<sourceDirectory>src/java</sourceDirectory>
202-
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
203-
<integrationUnitTestSourceDirectory/>
204-
<aspectSourceDirectory/>
205-
206-
<!-- Unit test classes -->
207-
<unitTest>
208-
<includes>
209-
<include>**/Test*.java</include>
190+
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
191+
<sourceDirectory>src/java</sourceDirectory>
192+
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
193+
<integrationUnitTestSourceDirectory/>
194+
<aspectSourceDirectory/>
195+
<!-- Unit test classes -->
196+
<unitTest>
197+
<includes>
198+
<include>**/Test*.java</include>
210199
<include>**/*Test.java</include>
211200
</includes>
212201
<excludes>
@@ -220,12 +209,10 @@ limitations under the License.
220209
</includes>
221210
</resource>
222211
</resources>
223-
</unitTest>
224-
225-
</build>
226-
212+
</unitTest>
213+
</build>
227214
<reports>
228-
<report>maven-changes-plugin</report>
215+
<report>maven-changes-plugin</report>
229216
<report>maven-changelog-plugin</report>
230217
<report>maven-checkstyle-plugin</report>
231218
<report>maven-clover-plugin</report>

0 commit comments

Comments
 (0)