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/10 11:50:30 UTC

svn commit: r1080179 - in /aries/trunk/samples/blueprint/helloworld/helloworld-assembly: pom.xml src/main/filtered-resources/configuration/config.ini

Author: zoe
Date: Thu Mar 10 10:50:30 2011
New Revision: 1080179

URL: http://svn.apache.org/viewvc?rev=1080179&view=rev
Log:
ARIES-605 Add dependenices on proxy and asm

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

Modified: aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml?rev=1080179&r1=1080178&r2=1080179&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml (original)
+++ aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml Thu Mar 10 10:50:30 2011
@@ -63,6 +63,17 @@
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.aries.proxy</groupId>
+            <artifactId>org.apache.aries.proxy</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm-all</artifactId>
+            <version>3.2</version>
+        </dependency>
+
 
         <dependency>
             <groupId>org.apache.aries.samples.blueprint.helloworld</groupId>

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=1080179&r1=1080178&r2=1080179&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 Thu Mar 10 10:50:30 2011
@@ -20,10 +20,12 @@ 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,\
 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
 eclipse.ignoreApp=true
-org.ops4j.pax.logging.DefaultServiceLog.level=DEBUG
+org.ops4j.pax.logging.DefaultServiceLog.level=INFO