Author: ieb
Date: Fri Nov 9 05:04:05 2012
New Revision: 1407361
URL: http://svn.apache.org/viewvc?rev=1407361&view=rev
Log:
SLING-2555 Corrected names in poms.
Added:
sling/whiteboard/ieb/cache/pom.xml
- copied, changed from r1406951, sling/whiteboard/ieb/cache/impl/pom.xml
Modified:
sling/whiteboard/ieb/cache/container-test/pom.xml
sling/whiteboard/ieb/cache/ehcache/pom.xml
sling/whiteboard/ieb/cache/impl/pom.xml
sling/whiteboard/ieb/cache/infinispan/pom.xml
Modified: sling/whiteboard/ieb/cache/container-test/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/ieb/cache/container-test/pom.xml?rev=1407361&r1=1407360&r2=1407361&view=diff
==============================================================================
--- sling/whiteboard/ieb/cache/container-test/pom.xml (original)
+++ sling/whiteboard/ieb/cache/container-test/pom.xml Fri Nov 9 05:04:05 2012
@@ -31,7 +31,7 @@
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache Sling Container Test</name>
+ <name>Apache Sling OSGi PAX Exam support library</name>
<description>
This bundle provides a base class for OSGi Container tests. It should
be incuded as a dependency with
a scope of test.
Modified: sling/whiteboard/ieb/cache/ehcache/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/ieb/cache/ehcache/pom.xml?rev=1407361&r1=1407360&r2=1407361&view=diff
==============================================================================
--- sling/whiteboard/ieb/cache/ehcache/pom.xml (original)
+++ sling/whiteboard/ieb/cache/ehcache/pom.xml Fri Nov 9 05:04:05 2012
@@ -31,7 +31,7 @@
<version>0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Apache Sling Cache API</name>
+ <name>Apache Sling Cache API EhCache implementation</name>
<description>
This bundle provides an implementation of the Cache API using ehcache.
</description>
Modified: sling/whiteboard/ieb/cache/impl/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/ieb/cache/impl/pom.xml?rev=1407361&r1=1407360&r2=1407361&view=diff
==============================================================================
--- sling/whiteboard/ieb/cache/impl/pom.xml (original)
+++ sling/whiteboard/ieb/cache/impl/pom.xml Fri Nov 9 05:04:05 2012
@@ -31,7 +31,7 @@
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache Sling Cache API</name>
+ <name>Apache Sling Cache API Implementation support library</name>
<description>
This bundle provides an implementation support for Cache
implementations. It is a utility jar that should be embedded.
</description>
Modified: sling/whiteboard/ieb/cache/infinispan/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/ieb/cache/infinispan/pom.xml?rev=1407361&r1=1407360&r2=1407361&view=diff
==============================================================================
--- sling/whiteboard/ieb/cache/infinispan/pom.xml (original)
+++ sling/whiteboard/ieb/cache/infinispan/pom.xml Fri Nov 9 05:04:05 2012
@@ -31,7 +31,7 @@
<version>0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Apache Sling Cache API</name>
+ <name>Apache Sling Cache API Infinispan Implementation</name>
<description>
This bundle provides an implementation of the Cache API using
infinispan.
</description>
Copied: sling/whiteboard/ieb/cache/pom.xml (from r1406951,
sling/whiteboard/ieb/cache/impl/pom.xml)
URL:
http://svn.apache.org/viewvc/sling/whiteboard/ieb/cache/pom.xml?p2=sling/whiteboard/ieb/cache/pom.xml&p1=sling/whiteboard/ieb/cache/impl/pom.xml&r1=1406951&r2=1407361&rev=1407361&view=diff
==============================================================================
--- sling/whiteboard/ieb/cache/impl/pom.xml (original)
+++ sling/whiteboard/ieb/cache/pom.xml Fri Nov 9 05:04:05 2012
@@ -24,46 +24,30 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>13</version>
- <relativePath>../../../parent/pom.xml</relativePath>
</parent>
- <artifactId>org.apache.sling.commons.cache.impl</artifactId>
+ <artifactId>org.apache.sling.commons.cache</artifactId>
<version>0.1-SNAPSHOT</version>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
- <name>Apache Sling Cache API</name>
+ <name>Apache Sling Cache </name>
<description>
- This bundle provides an implementation support for Cache
implementations. It is a utility jar that should be embedded.
+ Cache API and implementation
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/ieb/cache/impl</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/ieb/cache/impl</developerConnection>
- <url>http://svn.apache.org/viewvc/sling/whiteboard/ieb/cache/impl</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/ieb/cache</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/ieb/cache</developerConnection>
+ <url>http://svn.apache.org/viewvc/sling/whiteboard/ieb/cache</url>
</scm>
+ <modules>
+ <module>api</module>
+ <module>container-test</module>
+ <module>ehcache</module>
+ <module>impl</module>
+ <module>infinispan</module>
+ <module>portal</module>
+ </modules>
- <dependencies>
- <dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.commons.cache.api</artifactId>
- <version>0.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
-
- </dependencies>
</project>