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 2012/08/10 11:55:07 UTC

svn commit: r1371632 - in /ace/sandbox/marrs: build/bnd.bnd org.apache.ace.client.repository.itest/bnd.bnd org.apache.ace.client.rest.itest/bnd.bnd

Author: marrs
Date: Fri Aug 10 09:55:07 2012
New Revision: 1371632

URL: http://svn.apache.org/viewvc?rev=1371632&view=rev
Log:
More fixes for the command line build.

Modified:
    ace/sandbox/marrs/build/bnd.bnd
    ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd
    ace/sandbox/marrs/org.apache.ace.client.rest.itest/bnd.bnd

Modified: ace/sandbox/marrs/build/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/build/bnd.bnd?rev=1371632&r1=1371631&r2=1371632&view=diff
==============================================================================
--- ace/sandbox/marrs/build/bnd.bnd (original)
+++ ace/sandbox/marrs/build/bnd.bnd Fri Aug 10 09:55:07 2012
@@ -1,12 +1,12 @@
 -nobundles=true
 -dependson \
-    org.apache.ace.test,\
+    org.apache.ace.ant.tasks,\
     org.apache.ace.authentication,\
     org.apache.ace.authentication.api,\
+    org.apache.ace.authentication.itest,\
     org.apache.ace.authenticationprocessor.basicauth,\
     org.apache.ace.authenticationprocessor.clientcert,\
     org.apache.ace.authenticationprocessor.password,\
-    org.apache.ace.authentication.itest,\
     org.apache.ace.builder,\
     org.apache.ace.client.automation,\
     org.apache.ace.client.repository.api,\
@@ -18,10 +18,10 @@
     org.apache.ace.client.repository.itest,\
     org.apache.ace.client.rest,\
     org.apache.ace.client.rest.itest,\
+    org.apache.ace.configurator,\
     org.apache.ace.configurator.serveruseradmin,\
-    org.apache.ace.configurator.useradmin.task,\
     org.apache.ace.configurator.useradmin.itest,\
-    org.apache.ace.configurator,\
+    org.apache.ace.configurator.useradmin.task,\
     org.apache.ace.connectionfactory,\
     org.apache.ace.consolelogger,\
     org.apache.ace.deployment.api,\
@@ -33,15 +33,15 @@
     org.apache.ace.deployment.provider.repositorybased,\
     org.apache.ace.deployment.servlet,\
     org.apache.ace.deployment.streamgenerator,\
-    org.apache.ace.deployment.task.base,\
     org.apache.ace.deployment.task,\
-    org.apache.ace.deployment.verifier.ui,\
+    org.apache.ace.deployment.task.base,\
     org.apache.ace.deployment.verifier,\
+    org.apache.ace.deployment.verifier.ui,\
     org.apache.ace.discovery.api,\
     org.apache.ace.discovery.property,\
     org.apache.ace.discovery.upnp,\
-    org.apache.ace.gateway.log.store,\
     org.apache.ace.gateway.log,\
+    org.apache.ace.gateway.log.store,\
     org.apache.ace.http.itest,\
     org.apache.ace.http.redirector,\
     org.apache.ace.httplistener,\
@@ -51,10 +51,10 @@
     org.apache.ace.launcher,\
     org.apache.ace.location.upnp,\
     org.apache.ace.log,\
+    org.apache.ace.log.itest,\
     org.apache.ace.log.listener,\
     org.apache.ace.log.servlet,\
     org.apache.ace.log.task,\
-    org.apache.ace.log.itest,\
     org.apache.ace.managementagent,\
     org.apache.ace.nodelauncher.amazon,\
     org.apache.ace.nodelauncher.api,\
@@ -67,9 +67,9 @@
     org.apache.ace.repository.api,\
     org.apache.ace.repository.ext,\
     org.apache.ace.repository.impl,\
+    org.apache.ace.repository.itest,\
     org.apache.ace.repository.servlet,\
     org.apache.ace.repository.task,\
-    org.apache.ace.repository.itest,\
     org.apache.ace.resourceprocessor.useradmin,\
     org.apache.ace.scheduler,\
     org.apache.ace.scheduler.api,\
@@ -79,4 +79,5 @@
     org.apache.ace.server.log.ui,\
     org.apache.ace.tageditor,\
     org.apache.ace.target.mgmt.ui,\
+    org.apache.ace.test,\
     org.apache.ace.webui.vaadin

Modified: ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd?rev=1371632&r1=1371631&r2=1371632&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd Fri Aug 10 09:55:07 2012
@@ -18,7 +18,8 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;o
 	org.apache.ace.obr.storage;version=latest,\
 	org.apache.ace.repository.api;version=latest,\
 	org.apache.ace.repository.impl;version=latest,\
-	org.apache.ace.client.repository.api;version=latest
+	org.apache.ace.client.repository.api;version=latest,\
+	org.apache.ace.client.repository.helper.bundle;version=latest
 -runfw: org.apache.felix.framework;version='[4,5)'
 -runbundles: \
 	org.apache.ace.test;version=latest,\

Modified: ace/sandbox/marrs/org.apache.ace.client.rest.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.rest.itest/bnd.bnd?rev=1371632&r1=1371631&r2=1371632&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.rest.itest/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.client.rest.itest/bnd.bnd Fri Aug 10 09:55:07 2012
@@ -22,7 +22,10 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;o
 	com.sun.jersey.core,\
 	gson,\
 	biz.aQute.bndlib,\
-	org.apache.ace.client.repository.helper.configuration;version=latest
+	org.apache.ace.client.repository.helper.configuration;version=latest,\
+	org.apache.ace.client.repository.helper.bundle;version=latest,\
+	org.apache.ace.client.repository.helper.base;version=latest,\
+	org.apache.ace.client.repository.api;version=latest
 -runfw: org.apache.felix.framework;version='[4,5)'
 -runbundles: org.apache.ace.test;version=latest,\
 	org.apache.felix.dependencymanager;version='[3.1.0,3.1.1)',\