You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2012/07/05 15:45:49 UTC

svn commit: r1357604 - in /ace/sandbox/marrs: org.apache.ace.nodelauncher.amazon/bnd.bnd org.apache.ace.nodelauncher.ui/bnd.bnd

Author: jawi
Date: Thu Jul  5 13:45:49 2012
New Revision: 1357604

URL: http://svn.apache.org/viewvc?rev=1357604&view=rev
Log:
Fix dependencies.

Modified:
    ace/sandbox/marrs/org.apache.ace.nodelauncher.amazon/bnd.bnd
    ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd

Modified: ace/sandbox/marrs/org.apache.ace.nodelauncher.amazon/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.nodelauncher.amazon/bnd.bnd?rev=1357604&r1=1357603&r2=1357604&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.nodelauncher.amazon/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.nodelauncher.amazon/bnd.bnd Thu Jul  5 13:45:49 2012
@@ -55,6 +55,7 @@ Import-Package: !com.google.*,\
     !org.bouncycastle.*,\
     !sun.misc,\
     !com.sun.*,\
+    !org.slf4j.*,\
 	*
 Export-Package: org.jclouds.compute.domain,\
 	org.apache.ace.nodelauncher.amazon

Modified: ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd?rev=1357604&r1=1357603&r2=1357604&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd Thu Jul  5 13:45:49 2012
@@ -4,4 +4,7 @@
 	com.vaadin,\
 	org.apache.ace.nodelauncher.amazon;version=latest,\
 	org.apache.ace.webui.vaadin;version=latest,\
-	org.apache.ace.client.repository.api;version=latest
+	org.apache.ace.client.repository.api;version=latest,\
+	jclouds-compute
+Bundle-Activator: org.apache.ace.nodelauncher.ui.Activator
+Private-Package: org.apache.ace.nodelauncher.ui
\ No newline at end of file