You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2010/07/23 22:04:46 UTC

svn commit: r967236 - in /incubator/ace/trunk: ace-log/osgi.bnd ace-target-devgateway/pom.xml ace-webui/osgi.bnd

Author: marrs
Date: Fri Jul 23 20:04:46 2010
New Revision: 967236

URL: http://svn.apache.org/viewvc?rev=967236&view=rev
Log:
The ace-log bundle contained too many packages. Removed them and included an extra package for the target that should have been there anyway.

Modified:
    incubator/ace/trunk/ace-log/osgi.bnd
    incubator/ace/trunk/ace-target-devgateway/pom.xml
    incubator/ace/trunk/ace-webui/osgi.bnd

Modified: incubator/ace/trunk/ace-log/osgi.bnd
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log/osgi.bnd?rev=967236&r1=967235&r2=967236&view=diff
==============================================================================
--- incubator/ace/trunk/ace-log/osgi.bnd (original)
+++ incubator/ace/trunk/ace-log/osgi.bnd Fri Jul 23 20:04:46 2010
@@ -7,8 +7,3 @@ Bundle-SymbolicName:\
 Export-Package:\
   ${bundle.namespace}; version="${pom.version}"
 
-Embed-Dependency:\
-  *; scope=compile|runtime; type=!pom;inline=true
-
--exportcontents: org.apache.ace.repository;version="${pom.version}"
-

Modified: incubator/ace/trunk/ace-target-devgateway/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-target-devgateway/pom.xml?rev=967236&r1=967235&r2=967236&view=diff
==============================================================================
--- incubator/ace/trunk/ace-target-devgateway/pom.xml (original)
+++ incubator/ace/trunk/ace-target-devgateway/pom.xml Fri Jul 23 20:04:46 2010
@@ -137,6 +137,13 @@
 
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>ace-repository-api</artifactId>
+            <version>${project.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>ace-log</artifactId>
             <version>${project.version}</version>
             <scope>runtime</scope>

Modified: incubator/ace/trunk/ace-webui/osgi.bnd
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui/osgi.bnd?rev=967236&r1=967235&r2=967236&view=diff
==============================================================================
--- incubator/ace/trunk/ace-webui/osgi.bnd (original)
+++ incubator/ace/trunk/ace-webui/osgi.bnd Fri Jul 23 20:04:46 2010
@@ -20,8 +20,6 @@ Import-Package: \
   org.apache.ace.client.repository.helper, \
   org.apache.ace.client.repository.helper.bundle, \
   org.apache.felix.dm, \
-  org.apache.felix.dm.dependencies, \
-  org.apache.felix.dm.service, \
   org.xml.sax, \
   org.w3c.dom, \
   javax.servlet, \