[jboss-svn-commits] JBL Code SVN: r30602 - labs/jbossesb/branches/JBESB_4_7_CP/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 11 06:26:31 EST 2009


Author: kevin.conner at jboss.com
Date: 2009-12-11 06:26:31 -0500 (Fri, 11 Dec 2009)
New Revision: 30602

Added:
   labs/jbossesb/branches/JBESB_4_7_CP/product/install/registry-jboss-structure.xml
Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/install/build.xml
Log:
Move JPA config into sub-directory for as5, add jboss-structure.xml: JBESB-3047

Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/install/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/install/build.xml	2009-12-11 11:08:53 UTC (rev 30601)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/install/build.xml	2009-12-11 11:26:31 UTC (rev 30602)
@@ -21,6 +21,8 @@
 
         <property name="product.dir" location=".."/>
 
+        <property name="registry.config" value="META-INF/persistence.xml, META-INF/esb-juddi-orm.xml"/>
+
         <!-- Are we embedded in a source hierarchy? -->
         <condition property="hierarchy.source">
           <available file="${product.dir}/build-distr.xml"/>
@@ -353,9 +355,13 @@
 		<copy tofile="${deploy.dir}/jbossesb.sar/META-INF/jboss-service.xml" file="${basedir}/jboss-service-jbossas5.xml" overwrite="true"/>
 
         <copy todir="${deploy.dir}/jbossesb-registry.sar" includeemptydirs="false" overwrite="true">
-            <fileset dir="${org.jboss.esb.dist.lib}/jbossesb-registry.sar"/>
+            <fileset dir="${org.jboss.esb.dist.lib}/jbossesb-registry.sar" excludes="${registry.config}"/>
         </copy>
+        <copy todir="${deploy.dir}/jbossesb-registry.sar/juddi_config" includeemptydirs="false" overwrite="true">
+            <fileset dir="${org.jboss.esb.dist.lib}/jbossesb-registry.sar" includes="${registry.config}"/>
+        </copy>
         <copy tofile="${deploy.dir}/jbossesb-registry.sar/META-INF/jboss-service.xml" file="${basedir}/registry-jboss-service-jbossas5.xml" overwrite="true"/>
+        <copy tofile="${deploy.dir}/jbossesb-registry.sar/META-INF/jboss-structure.xml" file="${basedir}/registry-jboss-structure.xml" overwrite="true"/>
 
 	        <!-- jbossesb.esb -->
 	        <copy todir="${deploy.dir}/jbossesb.esb">

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/install/registry-jboss-structure.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/install/registry-jboss-structure.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/install/registry-jboss-structure.xml	2009-12-11 11:26:31 UTC (rev 30602)
@@ -0,0 +1,16 @@
+<structure>
+    <context>
+        <path name=""/>
+        <metaDataPath>
+            <path name="META-INF"/>
+        </metaDataPath>
+        <classpath>
+            <path name=""/>
+            <path name="" suffixes=".jar"/>
+            <path name="juddi_config"/>
+        </classpath>
+    </context>
+    <context>
+        <path name="juddi-ds.xml"/>
+    </context>
+</structure>


Property changes on: labs/jbossesb/branches/JBESB_4_7_CP/product/install/registry-jboss-structure.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native



More information about the jboss-svn-commits mailing list