[jboss-svn-commits] JBL Code SVN: r8645 - labs/reportingservices/trunk/dev/modules/client/samples

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 3 08:22:52 EST 2007


Author: noel.rocher at jboss.com
Date: 2007-01-03 08:22:50 -0500 (Wed, 03 Jan 2007)
New Revision: 8645

Modified:
   labs/reportingservices/trunk/dev/modules/client/samples/pom.xml
Log:


Modified: labs/reportingservices/trunk/dev/modules/client/samples/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/client/samples/pom.xml	2007-01-03 12:05:04 UTC (rev 8644)
+++ labs/reportingservices/trunk/dev/modules/client/samples/pom.xml	2007-01-03 13:22:50 UTC (rev 8645)
@@ -28,7 +28,7 @@
 		<dependency>
 			<groupId>jboss</groupId>
 			<artifactId>jboss-system</artifactId>
-			<version>4.0.2</version>
+			<version>4.0.4</version>
 			<!-- scope>provided</scope-->
 		</dependency>
 		<dependency>
@@ -46,11 +46,11 @@
 		<dependency>
 			<groupId>jboss</groupId>
 			<artifactId>jboss-common</artifactId>
-			<version>4.0.2</version>
+			<version>4.0.4</version>
 			<!-- scope>provided</scope-->
 		</dependency>
 	</dependencies>
-	<!-- build>
+	<build>
 			<plugins>
 			   <plugin>
 		        <groupId>org.codehaus.mojo</groupId>
@@ -64,12 +64,12 @@
 		              <goal>copy-dependencies</goal>
 		            </goals>
 		            <configuration>
-		              <outputDirectory>${basedir}/lib</outputDirectory>
+		              <outputDirectory>${basedir}/dev/modules/client/samples/etc/lib</outputDirectory>
 		            </configuration>
 		          </execution>
 		        </executions>
 		      </plugin>
 			</plugins>
-      </build-->
+      </build>
 	
 </project>




More information about the jboss-svn-commits mailing list