[overlord-commits] Overlord SVN: r278 - cdl/trunk/distribution/src/main/assembly.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Wed Aug 27 07:29:26 EDT 2008


Author: objectiser
Date: 2008-08-27 07:29:26 -0400 (Wed, 27 Aug 2008)
New Revision: 278

Modified:
   cdl/trunk/distribution/src/main/assembly/bin.xml
Log:
Fix to overcome what appears to be windows xp specific problem with '.' directory path.

Modified: cdl/trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- cdl/trunk/distribution/src/main/assembly/bin.xml	2008-08-26 16:16:00 UTC (rev 277)
+++ cdl/trunk/distribution/src/main/assembly/bin.xml	2008-08-27 11:29:26 UTC (rev 278)
@@ -1,93 +1,93 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and others contributors as indicated 
- * by the @authors tag. All rights reserved. 
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
- * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
- * MA  02110-1301, USA.
- * 
- * (C) 2008
--->
-<assembly>
-    <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
-    <id></id>
-    <includeBaseDirectory>true</includeBaseDirectory>
-    <formats>
-        <format>zip</format>
-    </formats>
-
-    <fileSets>
-
-        <fileSet>
-            <directory>eclipse</directory>
-            <outputDirectory>tools</outputDirectory>
-        </fileSet>
-
-		<fileSet>
-		    <directory>validator/jbossesb</directory>
-			<outputDirectory>modules/validator-jbossesb-${cdl.version}</outputDirectory>
-		</fileSet>
-
-        <!--Copy files like License and samples etc -->	
-    	<fileSet>
-            <directory>src/main/release</directory>
-            <outputDirectory>.</outputDirectory>
-        </fileSet>
-
-        <fileSet>
-            <directory>../docs</directory>
-            <outputDirectory>docs</outputDirectory>
-            <includes>
-               <include>**/*.pdf</include>
-            </includes>
-        </fileSet>
-	
-        <fileSet>
-            <directory>../samples</directory>
-            <outputDirectory>samples</outputDirectory>
-            <includes>
-               <include>**/*</include>
-            </includes>
-            <excludes>
-               <exclude>**/pom.xml</exclude>
-               <exclude>**/.classpath</exclude>
-               <exclude>**/.project</exclude>
-               <exclude>**/.settings</exclude>
-               <exclude>**/.settings/**/*</exclude>
-               <exclude>**/target</exclude>
-	           <exclude>**/target/**/*</exclude>
-            </excludes>
-        </fileSet>
-
-        
-    </fileSets>
-
-    <dependencySets>
-        <dependencySet>
-            <outputDirectory>samples/jbossesb/libs</outputDirectory>
-            <includes>
-               <include>org.jboss.soa.overlord.cdl.runtime:jbossesb</include>
-               <include>org.jboss.jbossesb:rosetta</include>
-	           <include>org.jboss.jbossesb:config-model</include>
-               <include>log4j:log4j</include>
-            </includes>
-        </dependencySet>
-        <dependencySet>
-            <outputDirectory>modules</outputDirectory>
-            <includes>
-               <include>org.jboss.soa.overlord.cdl.runtime:jbossesb-assembly</include>
-            </includes>
-        </dependencySet>
-    </dependencySets>
-
-</assembly>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and others contributors as indicated 
+ * by the @authors tag. All rights reserved. 
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors. 
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A 
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA  02110-1301, USA.
+ * 
+ * (C) 2008
+-->
+<assembly>
+    <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
+    <id></id>
+    <includeBaseDirectory>true</includeBaseDirectory>
+    <formats>
+        <format>zip</format>
+    </formats>
+
+    <fileSets>
+
+        <fileSet>
+            <directory>eclipse</directory>
+            <outputDirectory>tools</outputDirectory>
+        </fileSet>
+
+		<fileSet>
+		    <directory>validator/jbossesb</directory>
+			<outputDirectory>modules/validator-jbossesb-${cdl.version}</outputDirectory>
+		</fileSet>
+
+        <!--Copy files like License and samples etc -->	
+    	<fileSet>
+            <directory>src/main/release</directory>
+            <outputDirectory>/</outputDirectory>
+        </fileSet>
+
+        <fileSet>
+            <directory>../docs</directory>
+            <outputDirectory>docs</outputDirectory>
+            <includes>
+               <include>**/*.pdf</include>
+            </includes>
+        </fileSet>
+	
+        <fileSet>
+            <directory>../samples</directory>
+            <outputDirectory>samples</outputDirectory>
+            <includes>
+               <include>**/*</include>
+            </includes>
+            <excludes>
+               <exclude>**/pom.xml</exclude>
+               <exclude>**/.classpath</exclude>
+               <exclude>**/.project</exclude>
+               <exclude>**/.settings</exclude>
+               <exclude>**/.settings/**/*</exclude>
+               <exclude>**/target</exclude>
+	           <exclude>**/target/**/*</exclude>
+            </excludes>
+        </fileSet>
+
+        
+    </fileSets>
+
+    <dependencySets>
+        <dependencySet>
+            <outputDirectory>samples/jbossesb/libs</outputDirectory>
+            <includes>
+               <include>org.jboss.soa.overlord.cdl.runtime:jbossesb</include>
+               <include>org.jboss.jbossesb:rosetta</include>
+	           <include>org.jboss.jbossesb:config-model</include>
+               <include>log4j:log4j</include>
+            </includes>
+        </dependencySet>
+        <dependencySet>
+            <outputDirectory>modules</outputDirectory>
+            <includes>
+               <include>org.jboss.soa.overlord.cdl.runtime:jbossesb-assembly</include>
+            </includes>
+        </dependencySet>
+    </dependencySets>
+
+</assembly>




More information about the overlord-commits mailing list