[jboss-svn-commits] JBL Code SVN: r8077 - in labs/reportingservices/trunk/dev/distribs: deployer sar

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Dec 6 04:24:07 EST 2006


Author: noel.rocher at jboss.com
Date: 2006-12-06 04:24:02 -0500 (Wed, 06 Dec 2006)
New Revision: 8077

Modified:
   labs/reportingservices/trunk/dev/distribs/deployer/pom.xml
   labs/reportingservices/trunk/dev/distribs/sar/pom.xml
Log:


Modified: labs/reportingservices/trunk/dev/distribs/deployer/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/distribs/deployer/pom.xml	2006-12-06 09:16:39 UTC (rev 8076)
+++ labs/reportingservices/trunk/dev/distribs/deployer/pom.xml	2006-12-06 09:24:02 UTC (rev 8077)
@@ -25,17 +25,17 @@
                         <phase>install</phase>
                         <configuration>
                             <tasks>
-                            	<delete dir="${JBOSS_HOME}/server/${jboss4x.config}/deploy/reporting-services.sar" />
+                            	<delete dir="${jboss.home}/server/${jboss.config}/deploy/reporting-services.sar" />
                                 <!-- look for a sar packaging ... -->
                                 <move toFile="../sar/target/reporting-services-sar.dir/engine-jasperreports-0.2-SNAPSHOT.sar" file="../sar/target/reporting-services-sar.dir/engine-jasperreports-0.2-SNAPSHOT.jar"/>
                                 <move toFile="../sar/target/reporting-services-sar.dir/engine-jfreereport-0.2-SNAPSHOT.sar" file="../sar/target/reporting-services-sar.dir/engine-jfreereport-0.2-SNAPSHOT.jar"/>
                                 <move toFile="../sar/target/reporting-services-sar.dir/adminconsole-service-impl-0.2-SNAPSHOT.sar" file="../sar/target/reporting-services-sar.dir/adminconsole-service-impl-0.2-SNAPSHOT.jar"/>
-                                <copy todir="${JBOSS_HOME}/server/${jboss4x.config}/deploy/reporting-services.sar">
+                                <copy todir="${jboss.home}/server/${jboss.config}/deploy/reporting-services.sar">
                                     <fileset dir="../sar/target/reporting-services-sar.dir" includes="**/*" excludes="**/sar*.jar" />
                                 </copy>
                                 <!--move toFile="../sar/target/reporting-services-sar.dir/engine-BIRT-0.2-SNAPSHOT.sar" file="../sar/target/reporting-services-sar.dir/engine-BIRT-0.2-SNAPSHOT.jar"/>
                                 <move toFile="../sar/target/engine-BIRT-0.2-SNAPSHOT.sar" file="../../modules/engine/birtreport/target/engine-BIRT-0.2-SNAPSHOT.sar"/>
-                                <copy todir="${JBOSS_HOME}/server/${jboss4x.config}/deploy">
+                                <copy todir="${jboss.home}/server/${jboss.config}/deploy">
                                     <fileset dir="../sar/target/engine-BIRT-0.2-SNAPSHOT.sar"/>
                                 </copy>
                                 -->
@@ -51,8 +51,4 @@
 	</build>
 
 
-    <properties>
-        <jboss4x.config>default</jboss4x.config>
-        <jboss4x.httplistener.port>8080</jboss4x.httplistener.port>
-    </properties>
 </project>
\ No newline at end of file

Modified: labs/reportingservices/trunk/dev/distribs/sar/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/distribs/sar/pom.xml	2006-12-06 09:16:39 UTC (rev 8076)
+++ labs/reportingservices/trunk/dev/distribs/sar/pom.xml	2006-12-06 09:24:02 UTC (rev 8077)
@@ -19,18 +19,18 @@
 		<!-- internal dependencies -->
 		<dependency>
 				<groupId>jboss.reportingservices</groupId>
-				<artifactId>common</artifactId>
+				<artifactId>reporting-services-common</artifactId>
 				<type>jar</type>
 			</dependency>
 			
 			<dependency>
 				<groupId>jboss.reportingservices</groupId>
-				<artifactId>client-api</artifactId>
+				<artifactId>reporting-services-client-api</artifactId>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>jboss.reportingservices</groupId>
-				<artifactId>client-impl</artifactId>
+				<artifactId>reporting-services-client-impl</artifactId>
 				<type>jar</type>
 			</dependency>
 




More information about the jboss-svn-commits mailing list