Author: thomas.diesler(a)jboss.com
Date: 2008-04-22 03:44:00 -0400 (Tue, 22 Apr 2008)
New Revision: 6606
Added:
stack/cxf/branches/tdiesler/trunk/modules/server/scripts/antrun-beans-config.xml
Removed:
stack/cxf/branches/tdiesler/trunk/modules/server/scripts/build-concat.xml
Modified:
stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml
Log:
rename ant to scripts
Modified: stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml 2008-04-22 07:41:55 UTC (rev
6605)
+++ stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml 2008-04-22 07:44:00 UTC (rev
6606)
@@ -152,7 +152,7 @@
</goals>
<configuration>
<tasks>
- <ant antfile="ant/build-concat.xml"/>
+ <ant antfile="scripts/antrun-beans-config.xml"/>
</tasks>
</configuration>
</execution>
Added: stack/cxf/branches/tdiesler/trunk/modules/server/scripts/antrun-beans-config.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/server/scripts/antrun-beans-config.xml
(rev 0)
+++
stack/cxf/branches/tdiesler/trunk/modules/server/scripts/antrun-beans-config.xml 2008-04-22
07:44:00 UTC (rev 6606)
@@ -0,0 +1,57 @@
+<?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="project.resources.directory"
value="${basedir}/src/main/resources"/>
+ <property name="project.build.directory"
value="${basedir}/target"/>
+ <property name="project.build.resources.directory"
value="${project.build.directory}/resources"/>
+
+ <property name="thirdparty.dir"
value="${project.build.directory}/thirdparty"/>
+
+ <!-- ================================================================== -->
+ <!-- Initialization -->
+ <!-- ================================================================== -->
+
+ <target name="init">
+ </target>
+
+ <!-- Compile resource files -->
+ <target name="main" depends="init">
+
+ <!-- concat jbossws-cxf50-beans.xml -->
+ <echo message="Concat jbossws-cxf50-beans.xml"/>
+ <concat
destfile="${project.build.resources.directory}/jbossws-cxf50-beans.xml">
+ <header trimleading="yes">
+ <deployment xmlns="urn:jboss:bean-deployer:2.0">
</header>
+ <fileset
file="${project.resources.directory}/jbossws-cxf-config.xml"/>
+ <footer trimleading="yes">
+ </deployment> </footer>
+ </concat>
+
+ <!-- Concat jbossws-cxf42-beans.xml -->
+ <echo message="Concat jbossws-cxf42-beans.xml"/>
+ <unzip dest="${project.build.resources.directory}"
src="${thirdparty.dir}/jbossws-jboss42-resources.zip"/>
+ <concat
destfile="${project.build.resources.directory}/jbossws-cxf42-beans.xml">
+ <header trimleading="yes">
+ <deployment
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
+ xmlns="urn:jboss:bean-deployer"> </header>
+ <fileset
file="${project.resources.directory}/jbossws-cxf-config.xml"/>
+ <fileset
file="${project.build.resources.directory}/jbossws-jboss42-config.xml"/>
+ <footer trimleading="yes">
+ </deployment> </footer>
+ </concat>
+
+ </target>
+
+</project>
Property changes on:
stack/cxf/branches/tdiesler/trunk/modules/server/scripts/antrun-beans-config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Deleted: stack/cxf/branches/tdiesler/trunk/modules/server/scripts/build-concat.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/server/scripts/build-concat.xml 2008-04-22
07:41:55 UTC (rev 6605)
+++ stack/cxf/branches/tdiesler/trunk/modules/server/scripts/build-concat.xml 2008-04-22
07:44:00 UTC (rev 6606)
@@ -1,57 +0,0 @@
-<?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="project.resources.directory"
value="${basedir}/src/main/resources"/>
- <property name="project.build.directory"
value="${basedir}/target"/>
- <property name="project.build.resources.directory"
value="${project.build.directory}/resources"/>
-
- <property name="thirdparty.dir"
value="${project.build.directory}/thirdparty"/>
-
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
-
- <target name="init">
- </target>
-
- <!-- Compile resource files -->
- <target name="main" depends="init">
-
- <!-- concat jbossws-cxf50-beans.xml -->
- <echo message="Concat jbossws-cxf50-beans.xml"/>
- <concat
destfile="${project.build.resources.directory}/jbossws-cxf50-beans.xml">
- <header trimleading="yes">
- <deployment xmlns="urn:jboss:bean-deployer:2.0">
</header>
- <fileset
file="${project.resources.directory}/jbossws-cxf-config.xml"/>
- <footer trimleading="yes">
- </deployment> </footer>
- </concat>
-
- <!-- Concat jbossws-cxf42-beans.xml -->
- <echo message="Concat jbossws-cxf42-beans.xml"/>
- <unzip dest="${project.build.resources.directory}"
src="${thirdparty.dir}/jbossws-jboss42-resources.zip"/>
- <concat
destfile="${project.build.resources.directory}/jbossws-cxf42-beans.xml">
- <header trimleading="yes">
- <deployment
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
- xmlns="urn:jboss:bean-deployer"> </header>
- <fileset
file="${project.resources.directory}/jbossws-cxf-config.xml"/>
- <fileset
file="${project.build.resources.directory}/jbossws-jboss42-config.xml"/>
- <footer trimleading="yes">
- </deployment> </footer>
- </concat>
-
- </target>
-
-</project>