[jboss-cvs] JBossAS SVN: r76435 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 15:26:12 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-07-29 15:26:11 -0400 (Tue, 29 Jul 2008)
New Revision: 76435

Modified:
   trunk/thirdparty/pom.xml
Log:
Default copySourceJars to true

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-07-29 19:20:09 UTC (rev 76434)
+++ trunk/thirdparty/pom.xml	2008-07-29 19:26:11 UTC (rev 76435)
@@ -1822,6 +1822,7 @@
   </dependencies>
   
   <profiles>
+    <!-- Obsolete, could be dropped as copySourceJars=true by default -->
     <profile>
       <id>download-sources</id>
       <activation>
@@ -1853,7 +1854,7 @@
   </profiles>
   
   <properties>
-    <copySourceJars>false</copySourceJars>
+    <copySourceJars>true</copySourceJars>
   </properties>
   
 </project>




More information about the jboss-cvs-commits mailing list