Done (well, did it last night). Gary
On Mon, Jun 15, 2015 at 6:15 PM, Ralph Goers <ralph.go...@dslextreme.com> wrote: > Feel free to update the file. I still have not linked it into the master. > > Ralph > > On Jun 15, 2015, at 3:12 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > > FYI: I now see that the Commons Lang DOAP file many versions in it. > > G > > On Mon, Jun 15, 2015 at 10:18 AM, Gary Gregory <garydgreg...@gmail.com> > wrote: > >> I'm in the road so I cannot check easily but in Commons I think we track >> all versions in the list file. I might be remembering incorrectly though. >> Gary >> >> >> -------- Original message -------- >> From: Ralph Goers <ralph.go...@dslextreme.com> >> Date: 06/15/2015 08:43 (GMT-08:00) >> To: Log4J Developers List <log4j-dev@logging.apache.org> >> Subject: Re: logging-log4j2 git commit: Add doap file >> >> 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 >> 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 <garydgreg...@gmail.com> wrote: >> >> Hi Ralph, >> >> Shouldn't we have entries for 2.0 _through_ 2.3? >> >> Gary >> >> ---------- Forwarded message ---------- >> From: <rgo...@apache.org> >> Date: Mon, Jun 15, 2015 at 7:38 AM >> Subject: logging-log4j2 git commit: Add doap file >> To: comm...@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 <rgo...@nextiva.com> >> Authored: Mon Jun 15 07:38:38 2015 -0700 >> Committer: Ralph Goers <rgo...@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: garydgreg...@gmail.com | ggreg...@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 >> >> >> > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@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 > > > -- E-Mail: garydgreg...@gmail.com | ggreg...@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