You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/09/14 17:51:43 UTC

svn commit: r280878 - /directory/sandbox/trunk/osgi-spec/trunk/project.xml

Author: erodriguez
Date: Wed Sep 14 08:51:40 2005
New Revision: 280878

URL: http://svn.apache.org/viewcvs?rev=280878&view=rev
Log:
Minor POM maintenance update to OSGi bundles:
o  Added apacheds-core to parent POM
o  Added Service Binder to parent POM
o  Added SLF4J to parent POM
o  Changed OSGi groupId
o  Updated directory-standalone groupId

Modified:
    directory/sandbox/trunk/osgi-spec/trunk/project.xml

Modified: directory/sandbox/trunk/osgi-spec/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-spec/trunk/project.xml?rev=280878&r1=280877&r2=280878&view=diff
==============================================================================
--- directory/sandbox/trunk/osgi-spec/trunk/project.xml (original)
+++ directory/sandbox/trunk/osgi-spec/trunk/project.xml Wed Sep 14 08:51:40 2005
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <pomVersion>3</pomVersion>
-  <groupId>apache</groupId>
+  <groupId>directory-standalone</groupId>
   <distributionSite>http://update.apache.org/</distributionSite>
-  <artifactId>apache-osgi</artifactId>
-  <name>Apache OSGi Services</name>
+  <artifactId>directory-standalone-osgi</artifactId>
+  <name>Apache Directory OSGi Bundles</name>
   <currentVersion>0.1.1</currentVersion>
   <organization>
     <name>Apache</name>
@@ -72,25 +72,34 @@
   </licenses>
   <dependencies>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.17</version>
+      <url>http://slf4j.org/nlog4j</url>
+      <properties>
+        <osgi.jar.bundle>true</osgi.jar.bundle>
+      </properties>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <url>http://junit.org</url>
     </dependency>
     <dependency>
-      <groupId>osgi</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>framework</artifactId>
       <version>1.2</version>
       <url>http://www.osgi.org</url>
     </dependency>
     <dependency>
-      <groupId>osgi</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>service</artifactId>
       <version>1.0</version>
       <url>http://www.osgi.org</url>
     </dependency>
     <dependency>
-      <groupId>osgi</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>util</artifactId>
       <version>1.0</version>
       <url>http://www.osgi.org</url>
@@ -102,6 +111,17 @@
       <url>http://www.berlios.de</url>
       <type>plugin</type>
     </dependency>
+    <dependency>
+      <!-- required to load Configuration base class -->
+      <groupId>directory</groupId>
+      <artifactId>apacheds-core</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.ungoverned</groupId>
+      <artifactId>servicebinder</artifactId>
+      <version>1.1.2</version>
+    </dependency>
   </dependencies>
   <build>
     <nagEmailAddress>dev@directory.apache.org</nagEmailAddress>
@@ -141,6 +161,12 @@
           <include>**/*.x*</include>
         </includes>
         <filtering>false</filtering>
+      </resource>
+      <resource>
+        <directory>${basedir}/..</directory>
+        <includes>
+          <include>log4j.properties</include>
+        </includes>
       </resource>
     </resources>
     <jars />