You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2015/06/15 16:38:50 UTC

logging-log4j2 git commit: Add doap file

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3b2738f83 -> 14e0c3a25


Add doap file


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/14e0c3a2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/14e0c3a2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/14e0c3a2

Branch: refs/heads/master
Commit: 14e0c3a25542d31840d145c71d03c0d4a286fb5c
Parents: 3b2738f
Author: Ralph Goers <rg...@nextiva.com>
Authored: Mon Jun 15 07:38:38 2015 -0700
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Mon Jun 15 07:38:38 2015 -0700

----------------------------------------------------------------------
 doap_log4j2.rdf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/14e0c3a2/doap_log4j2.rdf
----------------------------------------------------------------------
diff --git a/doap_log4j2.rdf b/doap_log4j2.rdf
new file mode 100644
index 0000000..b24835c
--- /dev/null
+++ b/doap_log4j2.rdf
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+  <Project rdf:about="http://logging.apache.org/log4j/2.x">
+    <created>2010-05-12</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache log4j</name>
+    <homepage rdf:resource="http://logging.apache.org/log4j/2.x" />
+    <asfext:pmc rdf:resource="http://logging.apache.org" />
+    <shortdesc>Apache log4j provides logging services for Java.</shortdesc>
+    <bug-database rdf:resource="http://issues.apache.org/jira" />
+    <mailing-list rdf:resource="http://logging.apache.org/log4j/2.x/mail-lists.html" />
+    <download-page rdf:resource="http://logging.apache.org/log4j/2.x/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>Apache log4j 2</name>
+        <created>2015-05-09</created>
+        <revision>2.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://git-wip-us.apache.org/repos/asf/logging-log4j2.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=tree"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>
\ No newline at end of file


Re: logging-log4j2 git commit: Add doap file

Posted by Ralph Goers <ra...@dslextreme.com>.
I assume you mean in the file itself?  I am not sure. Log4j 1.x only has a single version.  I haven’t added the doap file to https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml <https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml> yet.  However, the 1.x file also needs to be updated as its link takes you to 2.x

Ralph

> On Jun 15, 2015, at 8:22 AM, Gary Gregory <ga...@gmail.com> wrote:
> 
> Hi Ralph,
> 
> Shouldn't we have entries for 2.0 _through_ 2.3?
> 
> Gary
> 
> ---------- Forwarded message ----------
> From: <rgoers@apache.org <ma...@apache.org>>
> Date: Mon, Jun 15, 2015 at 7:38 AM
> Subject: logging-log4j2 git commit: Add doap file
> To: commits@logging.apache.org <ma...@logging.apache.org>
> 
> 
> Repository: logging-log4j2
> Updated Branches:
>   refs/heads/master 3b2738f83 -> 14e0c3a25
> 
> 
> Add doap file
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo <http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo>
> Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/14e0c3a2 <http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/14e0c3a2>
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/14e0c3a2 <http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/14e0c3a2>
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/14e0c3a2 <http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/14e0c3a2>
> 
> Branch: refs/heads/master
> Commit: 14e0c3a25542d31840d145c71d03c0d4a286fb5c
> Parents: 3b2738f
> Author: Ralph Goers <rgoers@nextiva.com <ma...@nextiva.com>>
> Authored: Mon Jun 15 07:38:38 2015 -0700
> Committer: Ralph Goers <rgoers@nextiva.com <ma...@nextiva.com>>
> Committed: Mon Jun 15 07:38:38 2015 -0700
> 
> ----------------------------------------------------------------------
>  doap_log4j2.rdf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/14e0c3a2/doap_log4j2.rdf <http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/14e0c3a2/doap_log4j2.rdf>
> ----------------------------------------------------------------------
> diff --git a/doap_log4j2.rdf b/doap_log4j2.rdf
> new file mode 100644
> index 0000000..b24835c
> --- /dev/null
> +++ b/doap_log4j2.rdf
> @@ -0,0 +1,51 @@
> +<?xml version="1.0"?>
> +<?xml-stylesheet type="text/xsl"?>
> +<rdf:RDF xml:lang="en"
> +         xmlns="http://usefulinc.com/ns/doap# <http://usefulinc.com/ns/doap#>"
> +         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns# <http://www.w3.org/1999/02/22-rdf-syntax-ns#>"
> +         xmlns:asfext="http://projects.apache.org/ns/asfext# <http://projects.apache.org/ns/asfext#>"
> +         xmlns:foaf="http://xmlns.com/foaf/0.1/ <http://xmlns.com/foaf/0.1/>">
> +<!--
> + Licensed to the Apache Software Foundation (ASF) under one or more
> + contributor license agreements.  See the NOTICE file distributed with
> + this work for additional information regarding copyright ownership.
> + The ASF licenses this file to You under the Apache License, Version 2.0
> + (the "License"); you may not use this file except in compliance with
> + the License.  You may obtain a copy of the License at
> +
> +      http://www.apache.org/licenses/LICENSE-2.0 <http://www.apache.org/licenses/LICENSE-2.0>
> +
> + Unless required by applicable law or agreed to in writing, software
> + distributed under the License is distributed on an "AS IS" BASIS,
> + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + See the License for the specific language governing permissions and
> + limitations under the License.
> +
> +-->
> +  <Project rdf:about="http://logging.apache.org/log4j/2.x <http://logging.apache.org/log4j/2.x>">
> +    <created>2010-05-12</created>
> +    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20 <http://usefulinc.com/doap/licenses/asl20>" />
> +    <name>Apache log4j</name>
> +    <homepage rdf:resource="http://logging.apache.org/log4j/2.x <http://logging.apache.org/log4j/2.x>" />
> +    <asfext:pmc rdf:resource="http://logging.apache.org <http://logging.apache.org/>" />
> +    <shortdesc>Apache log4j provides logging services for Java.</shortdesc>
> +    <bug-database rdf:resource="http://issues.apache.org/jira <http://issues.apache.org/jira>" />
> +    <mailing-list rdf:resource="http://logging.apache.org/log4j/2.x/mail-lists.html <http://logging.apache.org/log4j/2.x/mail-lists.html>" />
> +    <download-page rdf:resource="http://logging.apache.org/log4j/2.x/download.html <http://logging.apache.org/log4j/2.x/download.html>" />
> +    <programming-language>Java</programming-language>
> +    <category rdf:resource="http://projects.apache.org/category/library <http://projects.apache.org/category/library>" />
> +    <release>
> +      <Version>
> +        <name>Apache log4j 2</name>
> +        <created>2015-05-09</created>
> +        <revision>2.3</revision>
> +      </Version>
> +    </release>
> +    <repository>
> +      <SVNRepository>
> +        <location rdf:resource="http://git-wip-us.apache.org/repos/asf/logging-log4j2.git <http://git-wip-us.apache.org/repos/asf/logging-log4j2.git>"/>
> +        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=tree <https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=tree>"/>
> +      </SVNRepository>
> +    </repository>
> +  </Project>
> +</rdf:RDF>
> \ No newline at end of file
> 
> 
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com <ma...@gmail.com> | ggregory@apache.org  <ma...@apache.org>
> Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>

Fwd: logging-log4j2 git commit: Add doap file

Posted by Gary Gregory <ga...@gmail.com>.
Hi Ralph,

Shouldn't we have entries for 2.0 _through_ 2.3?

Gary

---------- Forwarded message ----------
From: <rg...@apache.org>
Date: Mon, Jun 15, 2015 at 7:38 AM
Subject: logging-log4j2 git commit: Add doap file
To: commits@logging.apache.org


Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3b2738f83 -> 14e0c3a25


Add doap file


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit:
http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/14e0c3a2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/14e0c3a2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/14e0c3a2

Branch: refs/heads/master
Commit: 14e0c3a25542d31840d145c71d03c0d4a286fb5c
Parents: 3b2738f
Author: Ralph Goers <rg...@nextiva.com>
Authored: Mon Jun 15 07:38:38 2015 -0700
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Mon Jun 15 07:38:38 2015 -0700

----------------------------------------------------------------------
 doap_log4j2.rdf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/14e0c3a2/doap_log4j2.rdf
----------------------------------------------------------------------
diff --git a/doap_log4j2.rdf b/doap_log4j2.rdf
new file mode 100644
index 0000000..b24835c
--- /dev/null
+++ b/doap_log4j2.rdf
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+  <Project rdf:about="http://logging.apache.org/log4j/2.x">
+    <created>2010-05-12</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache log4j</name>
+    <homepage rdf:resource="http://logging.apache.org/log4j/2.x" />
+    <asfext:pmc rdf:resource="http://logging.apache.org" />
+    <shortdesc>Apache log4j provides logging services for Java.</shortdesc>
+    <bug-database rdf:resource="http://issues.apache.org/jira" />
+    <mailing-list rdf:resource="
http://logging.apache.org/log4j/2.x/mail-lists.html" />
+    <download-page rdf:resource="
http://logging.apache.org/log4j/2.x/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>Apache log4j 2</name>
+        <created>2015-05-09</created>
+        <revision>2.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="
http://git-wip-us.apache.org/repos/asf/logging-log4j2.git"/>
+        <browse rdf:resource="
https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=tree"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>
\ No newline at end of file




-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory