Author: bramk Date: Sat May 25 14:36:33 2013 New Revision: 1486331 URL: http://svn.apache.org/r1486331 Log: ACE-343 Applied provided patch
Modified: ace/trunk/org.apache.ace.agent.itest/bnd.bnd ace/trunk/org.apache.ace.agent.launcher/bnd.bnd ace/trunk/org.apache.ace.deployment/util.test.bnd ace/trunk/org.apache.ace.log.server.store.itest/bnd.bnd ace/trunk/org.apache.ace.log/server.store.api.bnd ace/trunk/org.apache.ace.log/server.store.mongo.bnd ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd Modified: ace/trunk/org.apache.ace.agent.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.itest/bnd.bnd?rev=1486331&r1=1486330&r2=1486331&view=diff ============================================================================== --- ace/trunk/org.apache.ace.agent.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.agent.itest/bnd.bnd Sat May 25 14:36:33 2013 @@ -16,4 +16,5 @@ Private-Package: org.apache.ace.agent.it org.apache.ace.test;version=latest -runsystempackages: sun.reflect Import-Package: org.apache.ace.agent,\ - * \ No newline at end of file + * +Bundle-Version: 1.0.0 \ No newline at end of file Modified: ace/trunk/org.apache.ace.agent.launcher/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.launcher/bnd.bnd?rev=1486331&r1=1486330&r2=1486331&view=diff ============================================================================== --- ace/trunk/org.apache.ace.agent.launcher/bnd.bnd (original) +++ ace/trunk/org.apache.ace.agent.launcher/bnd.bnd Sat May 25 14:36:33 2013 @@ -24,3 +24,4 @@ Include-Resource: default.properties=res # The Jar Main-Class header Main-Class: org.apache.ace.agent.launcher.Main +Bundle-Version: 1.0.0 \ No newline at end of file Modified: ace/trunk/org.apache.ace.deployment/util.test.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.deployment/util.test.bnd?rev=1486331&r1=1486330&r2=1486331&view=diff ============================================================================== --- ace/trunk/org.apache.ace.deployment/util.test.bnd (original) +++ ace/trunk/org.apache.ace.deployment/util.test.bnd Sat May 25 14:36:33 2013 @@ -1 +1,2 @@ -Export-Package: org.apache.ace.deployment.util.test \ No newline at end of file +Export-Package: org.apache.ace.deployment.util.test +Bundle-Version: 1.0.0 \ No newline at end of file Modified: ace/trunk/org.apache.ace.log.server.store.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.log.server.store.itest/bnd.bnd?rev=1486331&r1=1486330&r2=1486331&view=diff ============================================================================== --- ace/trunk/org.apache.ace.log.server.store.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.log.server.store.itest/bnd.bnd Sat May 25 14:36:33 2013 @@ -32,3 +32,4 @@ Private-Package: org.apache.ace.log.serv org.apache.ace.log.api;version=latest,\ org.apache.ace.log.server.store.api;version=latest -runsystempackages: sun.reflect +Bundle-Version: 1.0.0 \ No newline at end of file Modified: ace/trunk/org.apache.ace.log/server.store.api.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.log/server.store.api.bnd?rev=1486331&r1=1486330&r2=1486331&view=diff ============================================================================== --- ace/trunk/org.apache.ace.log/server.store.api.bnd (original) +++ ace/trunk/org.apache.ace.log/server.store.api.bnd Sat May 25 14:36:33 2013 @@ -1 +1,2 @@ -Export-Package: org.apache.ace.log.server.store \ No newline at end of file +Export-Package: org.apache.ace.log.server.store +Bundle-Version: 1.0.0 \ No newline at end of file Modified: ace/trunk/org.apache.ace.log/server.store.mongo.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.log/server.store.mongo.bnd?rev=1486331&r1=1486330&r2=1486331&view=diff ============================================================================== --- ace/trunk/org.apache.ace.log/server.store.mongo.bnd (original) +++ ace/trunk/org.apache.ace.log/server.store.mongo.bnd Sat May 25 14:36:33 2013 @@ -1,2 +1,3 @@ Private-Package: org.apache.ace.log.server.store.mongo -Bundle-Activator: org.apache.ace.log.server.store.mongo.Activator \ No newline at end of file +Bundle-Activator: org.apache.ace.log.server.store.mongo.Activator +Bundle-Version: 1.0.0 \ No newline at end of file Modified: ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd?rev=1486331&r1=1486330&r2=1486331&view=diff ============================================================================== --- ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd Sat May 25 14:36:33 2013 @@ -75,4 +75,5 @@ Private-Package: org.apache.ace.useradmi org.apache.ace.server.port=8080,\ org.osgi.service.http.port=8080,\ org.apache.felix.log.maxSize=1000 --runee: JavaSE-1.6 \ No newline at end of file +-runee: JavaSE-1.6 +Bundle-Version: 1.0.0 \ No newline at end of file