This reminds me - has anyone looked into using repository.apache.org as an OBR repository? I don't think the OBR Nexus plugin is enabled, but perhaps it could be and avoid this manual maintenance.
Just a thought. Justin On 2/23/10 8:20 AM, bdelacre...@apache.org wrote: > Author: bdelacretaz > Date: Tue Feb 23 13:20:03 2010 > New Revision: 915329 > > URL: http://svn.apache.org/viewvc?rev=915329&view=rev > Log: > added new release: org.apache.sling.samples.path-based.rtp-2.0.4 > > Modified: > sling/site/obr/sling.xml > > Modified: sling/site/obr/sling.xml > URL: > http://svn.apache.org/viewvc/sling/site/obr/sling.xml?rev=915329&r1=915328&r2=915329&view=diff > ============================================================================== > --- sling/site/obr/sling.xml (original) > +++ sling/site/obr/sling.xml Tue Feb 23 13:20:03 2010 > @@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> > <?xml-stylesheet type="text/xml" href="obr2html.xsl"?> > > -<repository lastmodified="20090911100549.184" name="Apache Sling Release > Repository"> > +<repository lastmodified="20100223141749.878" name="Apache Sling Release > Repository"> > <resource id="org.apache.sling.api/2.0.2.incubator" presentationname="Sling > - Servlet Extension API" symbolicname="org.apache.sling.api" > uri="http://people.apache.org/repo/m2-incubating-repository/org/apache/sling/org.apache.sling.api/2.0.2-incubator/org.apache.sling.api-2.0.2-incubator.jar" > version="2.0.2.incubator"> > <description>The Sling API defines an extension to the Servlet API 2.4 to > provide access to content and unified access to request parameters > hiding the differences between the different methods of transferring > parameters from client to server. Note that the Sling API bundle does > not include the Servlet API but instead requires the API to be > provided by the Servlet container in which the Sling framework is > running or by another bundle.</description> > <size>46754</size> > @@ -2648,4 +2648,31 @@ > <require extend="false" > filter="(&(package=javax.jcr)(version>=0.0.0))" multiple="false" > name="package" optional="false">Import package javax.jcr</require> > <require extend="false" > filter="(&(package=org.apache.sling.jcr.api)(version>=2.0.0))" > multiple="false" name="package" optional="false">Import package > org.apache.sling.jcr.api ;version=2.0.0</require> > </resource> > +<resource id="org.apache.sling.samples.path-based.rtp/2.0.4" > presentationname="Apache Sling Sample Path Based Resource Type Provider" > symbolicname="org.apache.sling.samples.path-based.rtp" > uri="http://repo1.maven.org/maven2/org/apache/sling/samples/org.apache.sling.samples.path-based.rtp/2.0.4/org.apache.sling.samples.path-based.rtp-2.0.4.jar" > version="2.0.4"> > +<description>Provides a configurable path-based sample resource type > provider for resources which do not have an explicit one.</description> > +<size>15412</size> > +<documentation>http://sling.apache.org</documentation> > +<source>org/apache/sling/samples/org.apache.sling.samples.path-based.rtp/2.0.4/org.apache.sling.samples.path-based.rtp-2.0.4-sources.jar</source> > +<license>http://www.apache.org/licenses/LICENSE-2.0.txt</license> > +<category id="sling"/> > +<category id="jcr"/> > +<category id="org.apache.sling.samples"/> > +<capability name="bundle"> > +<p n="manifestversion" v="2"/> > +<p n="presentationname" v="Apache Sling Sample Path Based Resource Type > Provider"/> > +<p n="symbolicname" v="org.apache.sling.samples.path-based.rtp"/> > +<p n="version" t="version" v="2.0.4"/> > +</capability> > +<capability name="package"> > +<p n="package" v="org.apache.sling.samples.pathbasedrtp"/> > +<p n="uses" > v="org.slf4j,javax.jcr.nodetype,org.osgi.service.component,javax.jcr,org.apache.sling.jcr.resource"/> > +<p n="version" t="version" v="0.0.0"/> > +</capability> > +<require extend="false" > filter="(&(package=javax.jcr)(version>=1.0.0))" multiple="false" > name="package" optional="false">Import package javax.jcr > ;version=1.0.0</require> > +<require extend="false" > filter="(&(package=javax.jcr.nodetype)(version>=1.0.0))" > multiple="false" name="package" optional="false">Import package > javax.jcr.nodetype ;version=1.0.0</require> > +<require extend="false" > filter="(&(package=org.apache.sling.jcr.resource)(version>=2.0.6))" > multiple="false" name="package" optional="false">Import package > org.apache.sling.jcr.resource ;version=2.0.6</require> > +<require extend="false" > filter="(&(package=org.apache.sling.samples.pathbasedrtp)(version>=0.0.0))" > multiple="false" name="package" optional="false">Import package > org.apache.sling.samples.pathbasedrtp</require> > +<require extend="false" > filter="(&(package=org.osgi.service.component)(version>=1.0.0))" > multiple="false" name="package" optional="false">Import package > org.osgi.service.component ;version=1.0.0</require> > +<require extend="false" > filter="(&(package=org.slf4j)(version>=1.5.2))" multiple="false" > name="package" optional="false">Import package org.slf4j > ;version=1.5.2</require> > +</resource> > </repository> > >