You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/09/01 19:01:30 UTC

svn commit: r1519292 - in /commons/proper/lang/trunk: .gitignore pom.xml src/changes/changes.xml

Author: britter
Date: Sun Sep  1 17:01:30 2013
New Revision: 1519292

URL: http://svn.apache.org/r1519292
Log:
LANG-913: Adding .gitignore to commons-lang. Patch provided by Allon Mureinik via github

Added:
    commons/proper/lang/trunk/.gitignore
Modified:
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/src/changes/changes.xml

Added: commons/proper/lang/trunk/.gitignore
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/.gitignore?rev=1519292&view=auto
==============================================================================
--- commons/proper/lang/trunk/.gitignore (added)
+++ commons/proper/lang/trunk/.gitignore Sun Sep  1 17:01:30 2013
@@ -0,0 +1,12 @@
+# Maven build files
+target
+*.log
+maven-eclipse.xml
+build.properties
+site-content
+
+# IntelliJ IDEA fies
+.idea
+.iws
+*.iml
+*.ipr
\ No newline at end of file

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1519292&r1=1519291&r2=1519292&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Sep  1 17:01:30 2013
@@ -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 -->

Modified: commons/proper/lang/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1519292&r1=1519291&r2=1519292&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml Sun Sep  1 17:01:30 2013
@@ -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>



Re: svn commit: r1519292 - in /commons/proper/lang/trunk: .gitignore pom.xml src/changes/changes.xml

Posted by Henri Yandell <fl...@gmail.com>.
It'd be hard to argue it's an expressive work imo, thus even with a header
there would be nothing licensable.

Hen


On Sun, Sep 1, 2013 at 10:09 AM, Benedikt Ritter <br...@apache.org> wrote:

> Does the .gitignore file need an AL header?
>
> ---------- Forwarded message ----------
> From: <br...@apache.org>
> Date: 2013/9/1
> Subject: svn commit: r1519292 - in /commons/proper/lang/trunk: .gitignore
> pom.xml src/changes/changes.xml
> To: commits@commons.apache.org
>
>
> Author: britter
> Date: Sun Sep  1 17:01:30 2013
> New Revision: 1519292
>
> URL: http://svn.apache.org/r1519292
> Log:
> LANG-913: Adding .gitignore to commons-lang. Patch provided by Allon
> Mureinik via github
>
> Added:
>     commons/proper/lang/trunk/.gitignore
> Modified:
>     commons/proper/lang/trunk/pom.xml
>     commons/proper/lang/trunk/src/changes/changes.xml
>
> Added: commons/proper/lang/trunk/.gitignore
> URL:
>
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/.gitignore?rev=1519292&view=auto
>
> ==============================================================================
> --- commons/proper/lang/trunk/.gitignore (added)
> +++ commons/proper/lang/trunk/.gitignore Sun Sep  1 17:01:30 2013
> @@ -0,0 +1,12 @@
> +# Maven build files
> +target
> +*.log
> +maven-eclipse.xml
> +build.properties
> +site-content
> +
> +# IntelliJ IDEA fies
> +.idea
> +.iws
> +*.iml
> +*.ipr
> \ No newline at end of file
>
> Modified: commons/proper/lang/trunk/pom.xml
> URL:
>
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1519292&r1=1519291&r2=1519292&view=diff
>
> ==============================================================================
> --- commons/proper/lang/trunk/pom.xml (original)
> +++ commons/proper/lang/trunk/pom.xml Sun Sep  1 17:01:30 2013
> @@ -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 -->
>
> Modified: commons/proper/lang/trunk/src/changes/changes.xml
> URL:
>
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1519292&r1=1519291&r2=1519292&view=diff
>
> ==============================================================================
> --- commons/proper/lang/trunk/src/changes/changes.xml (original)
> +++ commons/proper/lang/trunk/src/changes/changes.xml Sun Sep  1 17:01:30
> 2013
> @@ -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>
>
>
>
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>

Fwd: svn commit: r1519292 - in /commons/proper/lang/trunk: .gitignore pom.xml src/changes/changes.xml

Posted by Benedikt Ritter <br...@apache.org>.
Does the .gitignore file need an AL header?

---------- Forwarded message ----------
From: <br...@apache.org>
Date: 2013/9/1
Subject: svn commit: r1519292 - in /commons/proper/lang/trunk: .gitignore
pom.xml src/changes/changes.xml
To: commits@commons.apache.org


Author: britter
Date: Sun Sep  1 17:01:30 2013
New Revision: 1519292

URL: http://svn.apache.org/r1519292
Log:
LANG-913: Adding .gitignore to commons-lang. Patch provided by Allon
Mureinik via github

Added:
    commons/proper/lang/trunk/.gitignore
Modified:
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/src/changes/changes.xml

Added: commons/proper/lang/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/.gitignore?rev=1519292&view=auto
==============================================================================
--- commons/proper/lang/trunk/.gitignore (added)
+++ commons/proper/lang/trunk/.gitignore Sun Sep  1 17:01:30 2013
@@ -0,0 +1,12 @@
+# Maven build files
+target
+*.log
+maven-eclipse.xml
+build.properties
+site-content
+
+# IntelliJ IDEA fies
+.idea
+.iws
+*.iml
+*.ipr
\ No newline at end of file

Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1519292&r1=1519291&r2=1519292&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Sep  1 17:01:30 2013
@@ -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 -->

Modified: commons/proper/lang/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1519292&r1=1519291&r2=1519292&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml Sun Sep  1 17:01:30
2013
@@ -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>





-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter