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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 10 15:08:41 EDT 2008


Author: pgier
Date: 2008-09-10 15:08:41 -0400 (Wed, 10 Sep 2008)
New Revision: 78369

Modified:
   trunk/thirdparty/pom.xml
Log:
Remove incorrect comment.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-09-10 19:07:39 UTC (rev 78368)
+++ trunk/thirdparty/pom.xml	2008-09-10 19:08:41 UTC (rev 78369)
@@ -1906,7 +1906,6 @@
   </dependencies>
   
   <profiles>
-    <!-- Obsolete, could be dropped as copySourceJars=true by default -->
     <profile>
       <id>download-sources</id>
       <activation>
@@ -1934,4 +1933,11 @@
     </profile>
   </profiles>
   
+  <properties>
+    
+    <!-- Determines if sources should be copied from local maven repo to thirdparty dir -->
+    <copySourceJars>true</copySourceJars>
+    
+  </properties>
+  
 </project>




More information about the jboss-cvs-commits mailing list