Author: richard.opalka(a)jboss.com
Date: 2008-06-18 03:21:33 -0400 (Wed, 18 Jun 2008)
New Revision: 7624
Added:
stack/cxf/trunk/modules/resources/src/main/scripts/
stack/cxf/trunk/modules/resources/src/main/scripts/zip-other-configs.xml
Log:
[JBWS-2231] fix - include other modules artifacts
Added: stack/cxf/trunk/modules/resources/src/main/scripts/zip-other-configs.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/scripts/zip-other-configs.xml
(rev 0)
+++ stack/cxf/trunk/modules/resources/src/main/scripts/zip-other-configs.xml 2008-06-18
07:21:33 UTC (rev 7624)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at
http://www.gnu.org. -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project default="main">
+
+ <property name="target.dir" value="${basedir}/target"/>
+ <property name="source.jar"
value="${target.dir}/${project.build.finalName}-sources.jar"/>
+ <property name="binary.jar"
value="${target.dir}/${project.build.finalName}.jar"/>
+
+ <target name="main">
+ <copy todir="${target.dir}/classes/resources">
+ <fileset dir="${basedir}/../server/target/resources"/>
+ </copy>
+ <jar destfile="${source.jar}" basedir="${target.dir}/classes"
update="true"/>
+ <jar destfile="${binary.jar}" basedir="${target.dir}/classes"
update="true"/>
+ </target>
+
+</project>
Property changes on:
stack/cxf/trunk/modules/resources/src/main/scripts/zip-other-configs.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF