You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2006/12/13 19:17:47 UTC

svn commit: r486782 - /directory/sandbox/jconlon/osgi-apacheds/core-osgi/pom.xml

Author: jconlon
Date: Wed Dec 13 10:17:46 2006
New Revision: 486782

URL: http://svn.apache.org/viewvc?view=rev&rev=486782
Log:
Clarified

Modified:
    directory/sandbox/jconlon/osgi-apacheds/core-osgi/pom.xml

Modified: directory/sandbox/jconlon/osgi-apacheds/core-osgi/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-apacheds/core-osgi/pom.xml?view=diff&rev=486782&r1=486781&r2=486782
==============================================================================
--- directory/sandbox/jconlon/osgi-apacheds/core-osgi/pom.xml (original)
+++ directory/sandbox/jconlon/osgi-apacheds/core-osgi/pom.xml Wed Dec 13 10:17:46 2006
@@ -7,9 +7,11 @@
 		<version>1.5.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>apacheds-core-osgi</artifactId>
-	<name>${pom.artifactId} bundle</name>
+	<name>${pom.artifactId} Spring enabled bundle</name>
 	<packaging>bundle</packaging>
-	<description>The ApacheDS JNDI Backing Store packaged as an OSGi bundle.</description>
+	<description>
+	The ApacheDS JNDI Backing Store packaged as an Spring enabled OSGi bundle.
+	</description>
 	<build>
 		<plugins>
 			<plugin>