[jboss-cvs] JBossAS SVN: r100303 - in trunk/cluster: src/assembly and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 2 16:15:27 EST 2010


Author: bstansberry at jboss.com
Date: 2010-02-02 16:15:27 -0500 (Tue, 02 Feb 2010)
New Revision: 100303

Added:
   trunk/cluster/src/assembly/examples.xml
Removed:
   trunk/cluster/src/examples/org/jboss/mq/
Modified:
   trunk/cluster/pom.xml
Log:
[JBAS-7687] Get the examples out of jbossha.jar

Modified: trunk/cluster/pom.xml
===================================================================
--- trunk/cluster/pom.xml	2010-02-02 21:11:29 UTC (rev 100302)
+++ trunk/cluster/pom.xml	2010-02-02 21:15:27 UTC (rev 100303)
@@ -61,6 +61,7 @@
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <excludes>
+            <exclude>org/jboss/**/examples/**</exclude>
             <exclude>org/jboss/mq/**</exclude>
           </excludes>
         </configuration>

Added: trunk/cluster/src/assembly/examples.xml
===================================================================
--- trunk/cluster/src/assembly/examples.xml	                        (rev 0)
+++ trunk/cluster/src/assembly/examples.xml	2010-02-02 21:15:27 UTC (rev 100303)
@@ -0,0 +1,16 @@
+<assembly>
+  <id>examples</id>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>org/jboss/ha/**/examples/**</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+</assembly>
\ No newline at end of file


Property changes on: trunk/cluster/src/assembly/examples.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision




More information about the jboss-cvs-commits mailing list