[jboss-cvs] JBossAS SVN: r90914 - in branches/JBPAPP_5_0/profileservice/src: assembly and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 7 19:00:34 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-07-07 19:00:34 -0400 (Tue, 07 Jul 2009)
New Revision: 90914

Added:
   branches/JBPAPP_5_0/profileservice/src/assembly/
   branches/JBPAPP_5_0/profileservice/src/assembly/client.xml
Log:
JBAS-7052, add a jboss-profileservice-client.jar artifact

Added: branches/JBPAPP_5_0/profileservice/src/assembly/client.xml
===================================================================
--- branches/JBPAPP_5_0/profileservice/src/assembly/client.xml	                        (rev 0)
+++ branches/JBPAPP_5_0/profileservice/src/assembly/client.xml	2009-07-07 23:00:34 UTC (rev 90914)
@@ -0,0 +1,16 @@
+<assembly>
+  <id>client</id>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>org/jboss/profileservice/management/client/**</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+</assembly>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list