Skip to content

Commit 7b27ec6

Browse files
committed
Normalise EOL (no other changes)
1 parent 7972242 commit 7b27ec6

9 files changed

Lines changed: 1694 additions & 1694 deletions

File tree

README.md

Lines changed: 106 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,106 @@
1-
<!---
2-
Licensed to the Apache Software Foundation (ASF) under one or more
3-
contributor license agreements. See the NOTICE file distributed with
4-
this work for additional information regarding copyright ownership.
5-
The ASF licenses this file to You under the Apache License, Version 2.0
6-
(the "License"); you may not use this file except in compliance with
7-
the License. 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-
-->
17-
<!---
18-
+======================================================================+
19-
|**** ****|
20-
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
21-
|**** DO NOT EDIT DIRECTLY ****|
22-
|**** ****|
23-
+======================================================================+
24-
| TEMPLATE FILE: readme-md-template.md |
25-
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
26-
+======================================================================+
27-
| |
28-
| 1) Re-generate using: mvn commons:readme-md |
29-
| |
30-
| 2) Set the following properties in the component's pom: |
31-
| - commons.componentid (required, alphabetic, lower case) |
32-
| - commons.release.version (required) |
33-
| |
34-
| 3) Example Properties |
35-
| |
36-
| <properties> |
37-
| <commons.componentid>math</commons.componentid> |
38-
| <commons.release.version>1.2</commons.release.version> |
39-
| </properties> |
40-
| |
41-
+======================================================================+
42-
--->
43-
Apache Commons Codec
44-
===================
45-
46-
[![Build Status](https://travis-ci.org/apache/commons-codec.svg?branch=trunk)](https://travis-ci.org/apache/commons-codec)
47-
[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=trunk)](https://coveralls.io/r/apache/commons-codec)
48-
49-
The Apache Commons Codec package contains simple encoder and decoders for
50-
various formats such as Base64 and Hexadecimal. In addition to these
51-
widely used encoders and decoders, the codec package also maintains a
52-
collection of phonetic encoding utilities.
53-
54-
Documentation
55-
-------------
56-
57-
More information can be found on the [Apache Commons Codec homepage](https://commons.apache.org/proper/commons-codec).
58-
The [Javadoc](https://commons.apache.org/proper/commons-codec/javadocs/api-release) can be browsed.
59-
Questions related to the usage of Apache Commons Codec should be posted to the [user mailing list][ml].
60-
61-
Where can I get the latest release?
62-
-----------------------------------
63-
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-codec/download_codec.cgi).
64-
65-
Alternatively you can pull it from the central Maven repositories:
66-
67-
```xml
68-
<dependency>
69-
<groupId>commons-codec</groupId>
70-
<artifactId>commons-codec</artifactId>
71-
<version>1.12</version>
72-
</dependency>
73-
```
74-
75-
Contributing
76-
------------
77-
78-
We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
79-
There are some guidelines which will make applying PRs easier for us:
80-
+ No tabs! Please use spaces for indentation.
81-
+ Respect the code style.
82-
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
83-
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
84-
85-
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
86-
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
87-
88-
License
89-
-------
90-
This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
91-
92-
See the `NOTICE.txt` file for required notices and attributions.
93-
94-
Donations
95-
---------
96-
You like Apache Commons Codec? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
97-
98-
Additional Resources
99-
--------------------
100-
101-
+ [Apache Commons Homepage](https://commons.apache.org/)
102-
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/CODEC)
103-
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
104-
+ `#apache-commons` IRC channel on `irc.freenode.org`
105-
106-
[ml]:https://commons.apache.org/mail-lists.html
1+
<!---
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. 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+
-->
17+
<!---
18+
+======================================================================+
19+
|**** ****|
20+
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
21+
|**** DO NOT EDIT DIRECTLY ****|
22+
|**** ****|
23+
+======================================================================+
24+
| TEMPLATE FILE: readme-md-template.md |
25+
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
26+
+======================================================================+
27+
| |
28+
| 1) Re-generate using: mvn commons:readme-md |
29+
| |
30+
| 2) Set the following properties in the component's pom: |
31+
| - commons.componentid (required, alphabetic, lower case) |
32+
| - commons.release.version (required) |
33+
| |
34+
| 3) Example Properties |
35+
| |
36+
| <properties> |
37+
| <commons.componentid>math</commons.componentid> |
38+
| <commons.release.version>1.2</commons.release.version> |
39+
| </properties> |
40+
| |
41+
+======================================================================+
42+
--->
43+
Apache Commons Codec
44+
===================
45+
46+
[![Build Status](https://travis-ci.org/apache/commons-codec.svg?branch=trunk)](https://travis-ci.org/apache/commons-codec)
47+
[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=trunk)](https://coveralls.io/r/apache/commons-codec)
48+
49+
The Apache Commons Codec package contains simple encoder and decoders for
50+
various formats such as Base64 and Hexadecimal. In addition to these
51+
widely used encoders and decoders, the codec package also maintains a
52+
collection of phonetic encoding utilities.
53+
54+
Documentation
55+
-------------
56+
57+
More information can be found on the [Apache Commons Codec homepage](https://commons.apache.org/proper/commons-codec).
58+
The [Javadoc](https://commons.apache.org/proper/commons-codec/javadocs/api-release) can be browsed.
59+
Questions related to the usage of Apache Commons Codec should be posted to the [user mailing list][ml].
60+
61+
Where can I get the latest release?
62+
-----------------------------------
63+
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-codec/download_codec.cgi).
64+
65+
Alternatively you can pull it from the central Maven repositories:
66+
67+
```xml
68+
<dependency>
69+
<groupId>commons-codec</groupId>
70+
<artifactId>commons-codec</artifactId>
71+
<version>1.12</version>
72+
</dependency>
73+
```
74+
75+
Contributing
76+
------------
77+
78+
We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
79+
There are some guidelines which will make applying PRs easier for us:
80+
+ No tabs! Please use spaces for indentation.
81+
+ Respect the code style.
82+
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
83+
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
84+
85+
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
86+
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
87+
88+
License
89+
-------
90+
This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
91+
92+
See the `NOTICE.txt` file for required notices and attributions.
93+
94+
Donations
95+
---------
96+
You like Apache Commons Codec? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
97+
98+
Additional Resources
99+
--------------------
100+
101+
+ [Apache Commons Homepage](https://commons.apache.org/)
102+
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/CODEC)
103+
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
104+
+ `#apache-commons` IRC channel on `irc.freenode.org`
105+
106+
[ml]:https://commons.apache.org/mail-lists.html

src/assembly/bin.xml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one or more
3-
contributor license agreements. See the NOTICE file distributed with
4-
this work for additional information regarding copyright ownership.
5-
The ASF licenses this file to You under the Apache License, Version 2.0
6-
(the "License"); you may not use this file except in compliance with
7-
the License. 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-
-->
17-
<assembly>
18-
<id>bin</id>
19-
<formats>
20-
<format>tar.gz</format>
21-
<format>zip</format>
22-
</formats>
23-
<includeSiteDirectory>false</includeSiteDirectory>
24-
<fileSets>
25-
<fileSet>
26-
<includes>
27-
<include>LICENSE.txt</include>
28-
<include>NOTICE.txt</include>
29-
<include>RELEASE-NOTES.txt</include>
30-
</includes>
31-
</fileSet>
32-
<fileSet>
33-
<directory>target</directory>
34-
<outputDirectory></outputDirectory>
35-
<includes>
36-
<include>*.jar</include>
37-
</includes>
38-
</fileSet>
39-
<fileSet>
40-
<directory>target/site/apidocs</directory>
41-
<outputDirectory>apidocs</outputDirectory>
42-
</fileSet>
43-
</fileSets>
44-
</assembly>
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. 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+
-->
17+
<assembly>
18+
<id>bin</id>
19+
<formats>
20+
<format>tar.gz</format>
21+
<format>zip</format>
22+
</formats>
23+
<includeSiteDirectory>false</includeSiteDirectory>
24+
<fileSets>
25+
<fileSet>
26+
<includes>
27+
<include>LICENSE.txt</include>
28+
<include>NOTICE.txt</include>
29+
<include>RELEASE-NOTES.txt</include>
30+
</includes>
31+
</fileSet>
32+
<fileSet>
33+
<directory>target</directory>
34+
<outputDirectory></outputDirectory>
35+
<includes>
36+
<include>*.jar</include>
37+
</includes>
38+
</fileSet>
39+
<fileSet>
40+
<directory>target/site/apidocs</directory>
41+
<outputDirectory>apidocs</outputDirectory>
42+
</fileSet>
43+
</fileSets>
44+
</assembly>

src/assembly/src.xml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one or more
3-
contributor license agreements. See the NOTICE file distributed with
4-
this work for additional information regarding copyright ownership.
5-
The ASF licenses this file to You under the Apache License, Version 2.0
6-
(the "License"); you may not use this file except in compliance with
7-
the License. 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-
-->
17-
<assembly>
18-
<id>src</id>
19-
<formats>
20-
<format>tar.gz</format>
21-
<format>zip</format>
22-
</formats>
23-
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
24-
<fileSets>
25-
<fileSet>
26-
<includes>
27-
<include>checkstyle*.xml</include>
28-
<include>LICENSE.txt</include>
29-
<include>LICENSE-header.txt</include>
30-
<include>NOTICE.txt</include>
31-
<include>pmd.xml</include>
32-
<include>pom.xml</include>
33-
<include>RELEASE-NOTES*.txt</include>
34-
<include>TODO</include>
35-
</includes>
36-
</fileSet>
37-
<fileSet>
38-
<directory>src</directory>
39-
</fileSet>
40-
</fileSets>
41-
</assembly>
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. 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+
-->
17+
<assembly>
18+
<id>src</id>
19+
<formats>
20+
<format>tar.gz</format>
21+
<format>zip</format>
22+
</formats>
23+
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
24+
<fileSets>
25+
<fileSet>
26+
<includes>
27+
<include>checkstyle*.xml</include>
28+
<include>LICENSE.txt</include>
29+
<include>LICENSE-header.txt</include>
30+
<include>NOTICE.txt</include>
31+
<include>pmd.xml</include>
32+
<include>pom.xml</include>
33+
<include>RELEASE-NOTES*.txt</include>
34+
<include>TODO</include>
35+
</includes>
36+
</fileSet>
37+
<fileSet>
38+
<directory>src</directory>
39+
</fileSet>
40+
</fileSets>
41+
</assembly>

0 commit comments

Comments
 (0)