[jboss-cvs] JBossAS SVN: r66962 - in projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService: src/main and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 12 09:40:42 EST 2007


Author: newtonm
Date: 2007-11-12 09:40:42 -0500 (Mon, 12 Nov 2007)
New Revision: 66962

Removed:
   projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/src/main/resources/
Modified:
   projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml
Log:
Removed META-INF/jboss-beans.xml from humanResourcesService-1.0.0.jar

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml	2007-11-12 14:29:09 UTC (rev 66961)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml	2007-11-12 14:40:42 UTC (rev 66962)
@@ -27,15 +27,4 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-    	<excludes>
-    	  <exclude>META-INF/*</exclude>
-    	</excludes>
-      </resource>
-    </resources>
-  </build>
-
 </project>




More information about the jboss-cvs-commits mailing list