Author: jawi
Date: Thu Jan 21 08:43:21 2016
New Revision: 1725888
URL: http://svn.apache.org/viewvc?rev=1725888&view=rev
Log:
Use correct Bnd syntax to avoid immediate build issues.
Modified:
ace/trunk/build/bnd.bnd
ace/trunk/run-client/bnd.bnd
ace/trunk/run-obr/bnd.bnd
ace/trunk/run-relay/bnd.bnd
ace/trunk/run-server-allinone/bnd.bnd
ace/trunk/run-server/bnd.bnd
ace/trunk/run-target/bnd.bnd
Modified: ace/trunk/build/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/build/bnd.bnd?rev=1725888&r1=1725887&r2=1725888&view=diff
==============================================================================
--- ace/trunk/build/bnd.bnd (original)
+++ ace/trunk/build/bnd.bnd Thu Jan 21 08:43:21 2016
@@ -1,5 +1,5 @@
--nobundles
--dependson \
+-nobundles: true
+-dependson: \
org.apache.ace.agent,\
org.apache.ace.agent.controller.itest,\
org.apache.ace.agent.itest,\
@@ -48,4 +48,3 @@
org.apache.ace.useradmin.ui.itest,\
org.apache.ace.verifier,\
org.apache.ace.webui.vaadin
-
Modified: ace/trunk/run-client/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-client/bnd.bnd?rev=1725888&r1=1725887&r2=1725888&view=diff
==============================================================================
--- ace/trunk/run-client/bnd.bnd (original)
+++ ace/trunk/run-client/bnd.bnd Thu Jan 21 08:43:21 2016
@@ -1,3 +1,3 @@
--nobundles
+-nobundles: true
Bundle-Name: Apache ACE Run Client
Bundle-Description: Bnd run project for a standard ACE Client. This projects does not generate
any artifacts.
\ No newline at end of file
Modified: ace/trunk/run-obr/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-obr/bnd.bnd?rev=1725888&r1=1725887&r2=1725888&view=diff
==============================================================================
--- ace/trunk/run-obr/bnd.bnd (original)
+++ ace/trunk/run-obr/bnd.bnd Thu Jan 21 08:43:21 2016
@@ -1,3 +1,3 @@
--nobundles
+-nobundles: true
Bundle-Name: Apache ACE Run OBR
Bundle-Description: Bnd run project for a standard ACE OBR. This projects does not generate
any artifacts.
\ No newline at end of file
Modified: ace/trunk/run-relay/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/bnd.bnd?rev=1725888&r1=1725887&r2=1725888&view=diff
==============================================================================
--- ace/trunk/run-relay/bnd.bnd (original)
+++ ace/trunk/run-relay/bnd.bnd Thu Jan 21 08:43:21 2016
@@ -1,3 +1,3 @@
--nobundles
+-nobundles: true
Bundle-Name: Apache ACE Relay Server
Bundle-Description: Bnd run project for a ACE relay server. This projects does not generate
any artifacts.
\ No newline at end of file
Modified: ace/trunk/run-server-allinone/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/bnd.bnd?rev=1725888&r1=1725887&r2=1725888&view=diff
==============================================================================
--- ace/trunk/run-server-allinone/bnd.bnd (original)
+++ ace/trunk/run-server-allinone/bnd.bnd Thu Jan 21 08:43:21 2016
@@ -1,3 +1,3 @@
--nobundles
+-nobundles: true
Bundle-Name: Apache ACE Run ServerAllInOne
Bundle-Description: Bnd run project for an ACE deployment including Server, Client and OBR.
This projects does not generate any artifacts.
\ No newline at end of file
Modified: ace/trunk/run-server/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/bnd.bnd?rev=1725888&r1=1725887&r2=1725888&view=diff
==============================================================================
--- ace/trunk/run-server/bnd.bnd (original)
+++ ace/trunk/run-server/bnd.bnd Thu Jan 21 08:43:21 2016
@@ -1,3 +1,3 @@
--nobundles
+-nobundles: true
Bundle-Name: Apache ACE Run Server
Bundle-Description: Bnd run project for a standard ACE Server. This projects does not generate
any artifacts.
\ No newline at end of file
Modified: ace/trunk/run-target/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-target/bnd.bnd?rev=1725888&r1=1725887&r2=1725888&view=diff
==============================================================================
--- ace/trunk/run-target/bnd.bnd (original)
+++ ace/trunk/run-target/bnd.bnd Thu Jan 21 08:43:21 2016
@@ -1,3 +1,3 @@
--nobundles
+-nobundles: true
Bundle-Name: Apache ACE Run Target
Bundle-Description: Bnd run project for a standard ACE Target. This projects does not generate
any artifacts.
\ No newline at end of file
|