[jboss-svn-commits] JBL Code SVN: r7088 - labs/reportingservices/trunk/dev/distribs/deployer
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 24 11:34:10 EDT 2006
Author: romainguinot at gmail.com
Date: 2006-10-24 11:34:08 -0400 (Tue, 24 Oct 2006)
New Revision: 7088
Modified:
labs/reportingservices/trunk/dev/distribs/deployer/pom.xml
Log:
Fixed small birt engine location bug .
Think about moving other engines to sar plugin instead of
custom assembly .
Modified: labs/reportingservices/trunk/dev/distribs/deployer/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/distribs/deployer/pom.xml 2006-10-24 15:18:19 UTC (rev 7087)
+++ labs/reportingservices/trunk/dev/distribs/deployer/pom.xml 2006-10-24 15:34:08 UTC (rev 7088)
@@ -29,7 +29,7 @@
<!-- 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/engine-birt-0.2-SNAPSHOT.sar" file="../sar/target/reporting-services-sar.dir/engine-birt-0.2-SNAPSHOT.jar"/>
+ <move toFile="../sar/target/reporting-services-sar.dir/engine-birt-0.2-SNAPSHOT.sar" file="../../modules/engine/birtreport/target/engine-BIRT-0.2-SNAPSHOT.sar"/>
<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">
<fileset dir="../sar/target/reporting-services-sar.dir" includes="**/*" excludes="**/sar*.jar" />
More information about the jboss-svn-commits
mailing list