You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/03/20 16:04:22 UTC

svn commit: r1083461 - /aries/trunk/samples/blueprint/helloworld/helloworld-assembly/src/main/filtered-resources/configuration/config.ini

Author: zoe
Date: Sun Mar 20 15:04:22 2011
New Revision: 1083461

URL: http://svn.apache.org/viewvc?rev=1083461&view=rev
Log:
ARIES-601 Fix HelloWorld assembly

Modified:
    aries/trunk/samples/blueprint/helloworld/helloworld-assembly/src/main/filtered-resources/configuration/config.ini

Modified: aries/trunk/samples/blueprint/helloworld/helloworld-assembly/src/main/filtered-resources/configuration/config.ini
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/helloworld/helloworld-assembly/src/main/filtered-resources/configuration/config.ini?rev=1083461&r1=1083460&r2=1083461&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/helloworld/helloworld-assembly/src/main/filtered-resources/configuration/config.ini (original)
+++ aries/trunk/samples/blueprint/helloworld/helloworld-assembly/src/main/filtered-resources/configuration/config.ini Sun Mar 20 15:04:22 2011
@@ -16,16 +16,16 @@
 # under the License.
 
 osgi.bundles=\
-cm-3.2.0-v20070116@start,\
-services-3.1.200-v20070605@start,\
-pax-logging-api-1.4.jar@start,\
-pax-logging-service-1.4.jar@start,\
-asm-all-3.2.jar@start,\
-org.apache.aries.proxy-${ariesUtilVersion}.jar@start,\
+cm-${cmVersion}@start,\
+services-${servicesVersion}@start,\
+pax-logging-api-${paxLoggingApiVersion}.jar@start,\
+pax-logging-service-${paxLoggingServiceVersion}.jar@start,\
+asm-all-${asmVersion}.jar@start,\
+org.apache.aries.proxy-${ariesProxyVersion}.jar@start,\
 org.apache.aries.util-${ariesUtilVersion}.jar@start,\
 org.apache.aries.blueprint-${ariesBlueprintVersion}.jar@start,\
-org.apache.aries.samples.blueprint.helloworld.api-${ariesBlueprintVersion}.jar@1,\
-org.apache.aries.samples.blueprint.helloworld.server-${ariesBlueprintVersion}.jar@1,\
-org.apache.aries.samples.blueprint.helloworld.client-${ariesBlueprintVersion}.jar@1
+org.apache.aries.samples.blueprint.helloworld.api-${project.version}.jar@1,\
+org.apache.aries.samples.blueprint.helloworld.server-${project.version}.jar@1,\
+org.apache.aries.samples.blueprint.helloworld.client-${project.version}.jar@1
 eclipse.ignoreApp=true
 org.ops4j.pax.logging.DefaultServiceLog.level=INFO