[jboss-cvs] JBossAS SVN: r93971 - trunk/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 23 20:12:52 EDT 2009


Author: remy.maucherat at jboss.com
Date: 2009-09-23 20:12:52 -0400 (Wed, 23 Sep 2009)
New Revision: 93971

Modified:
   trunk/profileservice/pom.xml
Log:
- Fix packaging after path update.

Modified: trunk/profileservice/pom.xml
===================================================================
--- trunk/profileservice/pom.xml	2009-09-23 22:57:29 UTC (rev 93970)
+++ trunk/profileservice/pom.xml	2009-09-24 00:12:52 UTC (rev 93971)
@@ -16,7 +16,7 @@
     <finalName>${artifactId}</finalName>
     <resources>
       <resource>
-        <directory>src/main</directory>
+        <directory>src/main/java</directory>
         <includes>
           <include>**/*.properties</include>
         </includes>




More information about the jboss-cvs-commits mailing list