mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 11:34:55 +00:00
LANG-913: Adding .gitignore to commons-lang. Patch provided by Allon Mureinik via github
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1519292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28bee77766
commit
136c1bc523
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Maven build files
|
||||||
|
target
|
||||||
|
*.log
|
||||||
|
maven-eclipse.xml
|
||||||
|
build.properties
|
||||||
|
site-content
|
||||||
|
|
||||||
|
# IntelliJ IDEA fies
|
||||||
|
.idea
|
||||||
|
.iws
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
11
pom.xml
11
pom.xml
@ -155,6 +155,14 @@
|
|||||||
<role>Java Developer</role>
|
<role>Java Developer</role>
|
||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Benedikt Ritter</name>
|
||||||
|
<id>britter</id>
|
||||||
|
<email>britter@apache.org</email>
|
||||||
|
<roles>
|
||||||
|
<role>Java Developer</role>
|
||||||
|
</roles>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
@ -424,6 +432,9 @@
|
|||||||
<contributor>
|
<contributor>
|
||||||
<name>Sebastien Riou</name>
|
<name>Sebastien Riou</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
|
<contributor>
|
||||||
|
<name>Allon Mureinik</name>
|
||||||
|
</contributor>
|
||||||
</contributors>
|
</contributors>
|
||||||
|
|
||||||
<!-- Lang should depend on very little -->
|
<!-- Lang should depend on very little -->
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<release version="3.2" date="TBA" description="Next release">
|
<release version="3.2" date="TBA" description="Next release">
|
||||||
|
<action issue="LANG-913" type="add" dev="britter" due-to="Allon Mureinik">Adding .gitignore to commons-lang</action>
|
||||||
<action issue="LANG-837" type="add">Add ObjectUtils.toIdentityString methods that support StringBuilder, StrBuilder, and Appendable</action>
|
<action issue="LANG-837" type="add">Add ObjectUtils.toIdentityString methods that support StringBuilder, StrBuilder, and Appendable</action>
|
||||||
<action issue="LANG-896" type="fix" due-to="Mark Bryan Yu">BooleanUtils.toBoolean(String str) javadoc is not updated</action>
|
<action issue="LANG-896" type="fix" due-to="Mark Bryan Yu">BooleanUtils.toBoolean(String str) javadoc is not updated</action>
|
||||||
<action issue="LANG-879" type="fix">LocaleUtils test fails with new Locale "ja_JP_JP_#u-ca-japanese" of JDK7</action>
|
<action issue="LANG-879" type="fix">LocaleUtils test fails with new Locale "ja_JP_JP_#u-ca-japanese" of JDK7</action>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user