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:
Benedikt Ritter 2013-09-01 17:01:30 +00:00
parent 28bee77766
commit 136c1bc523
3 changed files with 24 additions and 0 deletions

12
.gitignore vendored Normal file
View 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
View File

@ -155,6 +155,14 @@
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Benedikt Ritter</name>
<id>britter</id>
<email>britter@apache.org</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
@ -424,6 +432,9 @@
<contributor>
<name>Sebastien Riou</name>
</contributor>
<contributor>
<name>Allon Mureinik</name>
</contributor>
</contributors>
<!-- Lang should depend on very little -->

View File

@ -22,6 +22,7 @@
<body>
<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-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>