[jboss-svn-commits] JBL Code SVN: r8378 - in labs/reportingservices/trunk/dev/modules: client/api client/impl common server server/adminconsole/service-client server/adminconsole/service-impl server/adminconsole/webadminconsole server/api server/impl

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 18 03:46:47 EST 2006


Author: noel.rocher at jboss.com
Date: 2006-12-18 03:46:35 -0500 (Mon, 18 Dec 2006)
New Revision: 8378

Modified:
   labs/reportingservices/trunk/dev/modules/client/api/pom.xml
   labs/reportingservices/trunk/dev/modules/client/impl/pom.xml
   labs/reportingservices/trunk/dev/modules/common/pom.xml
   labs/reportingservices/trunk/dev/modules/server/adminconsole/service-client/pom.xml
   labs/reportingservices/trunk/dev/modules/server/adminconsole/service-impl/pom.xml
   labs/reportingservices/trunk/dev/modules/server/adminconsole/webadminconsole/pom.xml
   labs/reportingservices/trunk/dev/modules/server/api/pom.xml
   labs/reportingservices/trunk/dev/modules/server/impl/pom.xml
   labs/reportingservices/trunk/dev/modules/server/pom.xml
Log:


Modified: labs/reportingservices/trunk/dev/modules/client/api/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/client/api/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/client/api/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -8,7 +8,7 @@
 
 
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>client-api</artifactId>
+	<artifactId>reporting-services-client-api</artifactId>
 	<name>Client - API</name>
 	<packaging>jar</packaging>
 
@@ -17,14 +17,14 @@
 		<!-- internal dependencies -->
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>common</artifactId>
+			<artifactId>reporting-services-common</artifactId>
 		</dependency>
 		
 		<dependency>
 			<groupId>jboss</groupId>
 			<artifactId>jboss-remoting</artifactId>
 			<version>1.4.1_final</version>
-			<scope>provided</scope>
+			<!-- scope>provided</scope-->
 		</dependency>
 		<!-- external dependencies -->
 		<dependency>

Modified: labs/reportingservices/trunk/dev/modules/client/impl/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/client/impl/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/client/impl/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -8,7 +8,7 @@
 
 
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>client-impl</artifactId>
+	<artifactId>reporting-services-client-impl</artifactId>
 	<name>Client - Implementation</name>
 	<packaging>jar</packaging>
 
@@ -17,8 +17,12 @@
 		<!-- internal dependencies -->
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>client-api</artifactId>
+			<artifactId>reporting-services-client-api</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>jboss.reportingservices</groupId>
+			<artifactId>reporting-services-common</artifactId>
+		</dependency>
 
 		<!-- external dependencies -->
 		<dependency>

Modified: labs/reportingservices/trunk/dev/modules/common/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/common/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/common/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -8,7 +8,7 @@
 
 
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>common</artifactId>
+	<artifactId>reporting-services-common</artifactId>
 	<name>Modules - Common (client and server)</name>
 	<packaging>jar</packaging>
 

Modified: labs/reportingservices/trunk/dev/modules/server/adminconsole/service-client/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/adminconsole/service-client/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/server/adminconsole/service-client/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -18,7 +18,7 @@
 		<!-- internal dependencies -->
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>client-api</artifactId>
+			<artifactId>reporting-services-client-api</artifactId>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: labs/reportingservices/trunk/dev/modules/server/adminconsole/service-impl/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/adminconsole/service-impl/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/server/adminconsole/service-impl/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -18,7 +18,7 @@
 		<!-- internal dependencies -->
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>client-api</artifactId>
+			<artifactId>reporting-services-client-api</artifactId>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: labs/reportingservices/trunk/dev/modules/server/adminconsole/webadminconsole/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/adminconsole/webadminconsole/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/server/adminconsole/webadminconsole/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -18,7 +18,7 @@
 		<!-- internal dependencies -->
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>client-api</artifactId>
+			<artifactId>reporting-services-client-api</artifactId>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: labs/reportingservices/trunk/dev/modules/server/api/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/api/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/server/api/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -18,7 +18,7 @@
 		<!-- internal dependencies -->
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>client-api</artifactId>
+			<artifactId>reporting-services-client-api</artifactId>
 		</dependency>
 
 		<!-- external dependencies -->	

Modified: labs/reportingservices/trunk/dev/modules/server/impl/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/impl/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/server/impl/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -18,7 +18,7 @@
 		<!-- internal dependencies -->
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>common</artifactId>
+			<artifactId>reporting-services-common</artifactId>
 		</dependency>
 
 		<dependency>
@@ -28,7 +28,7 @@
 
 		<dependency>
 			<groupId>jboss.reportingservices</groupId>
-			<artifactId>client-api</artifactId>
+			<artifactId>reporting-services-client-api</artifactId>
 		</dependency>
 
 		

Modified: labs/reportingservices/trunk/dev/modules/server/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/pom.xml	2006-12-18 08:45:52 UTC (rev 8377)
+++ labs/reportingservices/trunk/dev/modules/server/pom.xml	2006-12-18 08:46:35 UTC (rev 8378)
@@ -14,9 +14,9 @@
 
 
 	<modules>
-	  <module>adminconsole</module>
 		<module>api</module>
 		<module>impl</module>
+	    <module>adminconsole</module>
 		<module>engine</module>
 	</modules>
 




More information about the jboss-svn-commits mailing list