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:54:56 UTC

svn commit: r1083477 - in /aries/trunk/samples/blueprint/idverifier/idverifier-assembly: pom.xml src/main/filtered-resources/conf/config.properties

Author: zoe
Date: Sun Mar 20 15:54:56 2011
New Revision: 1083477

URL: http://svn.apache.org/viewvc?rev=1083477&view=rev
Log:
ARIES-610 Fix Blueprint IDVerifier assembly

Modified:
    aries/trunk/samples/blueprint/idverifier/idverifier-assembly/pom.xml
    aries/trunk/samples/blueprint/idverifier/idverifier-assembly/src/main/filtered-resources/conf/config.properties

Modified: aries/trunk/samples/blueprint/idverifier/idverifier-assembly/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/idverifier/idverifier-assembly/pom.xml?rev=1083477&r1=1083476&r2=1083477&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/idverifier/idverifier-assembly/pom.xml (original)
+++ aries/trunk/samples/blueprint/idverifier/idverifier-assembly/pom.xml Sun Mar 20 15:54:56 2011
@@ -69,6 +69,11 @@
 		</dependency>
 
 		<dependency>
+			<groupId>org.apache.aries.proxy</groupId>
+			<artifactId>org.apache.aries.proxy</artifactId>
+		</dependency>
+
+		<dependency>
 			<groupId>org.apache.aries.blueprint</groupId>
 			<artifactId>org.apache.aries.blueprint</artifactId>
 		</dependency>
@@ -81,6 +86,10 @@
 			<groupId>org.apache.aries.jmx</groupId>
 			<artifactId>org.apache.aries.jmx.blueprint</artifactId>
 		</dependency>
+		<dependency>
+             <groupId>asm</groupId>
+             <artifactId>asm-all</artifactId>
+		</dependency>
 
 		<dependency>
 			<groupId>org.apache.aries.samples.blueprint.idverifier</groupId>

Modified: aries/trunk/samples/blueprint/idverifier/idverifier-assembly/src/main/filtered-resources/conf/config.properties
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/idverifier/idverifier-assembly/src/main/filtered-resources/conf/config.properties?rev=1083477&r1=1083476&r2=1083477&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/idverifier/idverifier-assembly/src/main/filtered-resources/conf/config.properties (original)
+++ aries/trunk/samples/blueprint/idverifier/idverifier-assembly/src/main/filtered-resources/conf/config.properties Sun Mar 20 15:54:56 2011
@@ -475,19 +475,21 @@ org.ops4j.pax.logging.DefaultServiceLog.
 # Client bundles to install
 ##############################
 felix.auto.start.1=\
-"file:bundles/org.apache.felix.shell-1.4.2.jar" \
-"file:bundles/org.apache.felix.shell.tui-1.4.1.jar"
+"file:bundles/org.apache.felix.shell-${felixShellVersion}.jar" \
+"file:bundles/org.apache.felix.shell.tui-${felixShellTuiVersion}.jar"
 felix.auto.start.2=\
-"file:bundles/pax-logging-service-1.4.jar" \
-"file:bundles/pax-logging-api-1.4.jar" \
-"file:bundles/org.apache.felix.eventadmin-1.2.2.jar" \
-"file:bundles/org.apache.felix.configadmin-1.2.4.jar" \
+"file:bundles/pax-logging-service-${paxLoggingServiceVersion}.jar" \
+"file:bundles/pax-logging-api-${paxLoggingApiVersion}.jar" \
+"file:bundles/org.apache.felix.eventadmin-${felixEventadminVersion}.jar" \
+"file:bundles/org.apache.felix.configadmin-${felixConfigadminVersion}.jar" \
 "file:bundles/org.apache.aries.util-${ariesUtilVersion}.jar"
 felix.auto.start.3=\
+"file:bundles/asm-all-${asmVersion}.jar" \
+"file:bundles/org.apache.aries.proxy-${ariesProxyVersion}.jar" \
 "file:bundles/org.apache.aries.blueprint-${ariesBlueprintVersion}.jar"
 felix.auto.start.4=\
-"file:bundles/org.apache.aries.jmx.blueprint-${ariesJmxVersion}.jar"
+"file:bundles/org.apache.aries.jmx.blueprint-${ariesJmxBlueprintVersion}.jar"
 felix.auto.install.10=\
-"file:bundles/org.apache.aries.samples.blueprint.idverifier.server-${version}.jar" \
-"file:bundles/org.apache.aries.samples.blueprint.idverifier.client-${version}.jar" \
-"file:bundles/org.apache.aries.samples.blueprint.idverifier.api-${version}.jar"
+"file:bundles/org.apache.aries.samples.blueprint.idverifier.server-${project.version}.jar" \
+"file:bundles/org.apache.aries.samples.blueprint.idverifier.client-${project.version}.jar" \
+"file:bundles/org.apache.aries.samples.blueprint.idverifier.api-${project.version}.jar"