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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 25 11:01:47 EDT 2008


Author: dimitris at jboss.org
Date: 2008-08-25 11:01:46 -0400 (Mon, 25 Aug 2008)
New Revision: 77434

Modified:
   trunk/thirdparty/pom.xml
Log:
revert pgier's r76847 change for downloading source jars by default.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-08-25 14:17:52 UTC (rev 77433)
+++ trunk/thirdparty/pom.xml	2008-08-25 15:01:46 UTC (rev 77434)
@@ -32,7 +32,7 @@
               <includedScopes>
                 <scope>compile</scope>
               </includedScopes>
-              <copySources>true</copySources>
+              <copySources>${copySourceJars}</copySources>
             </configuration>
           </execution>
           <execution>
@@ -1891,7 +1891,7 @@
       <id>download-sources</id>
       <activation>
         <property>
-          <name>!skip-download-sources</name>
+          <name>download-sources</name>
         </property>
       </activation>
       <build>
@@ -1911,7 +1911,14 @@
           </plugin>
         </plugins>
       </build>
+      <properties>
+        <copySourceJars>true</copySourceJars>
+      </properties>
     </profile>
   </profiles>
   
+  <properties>
+    <copySourceJars>true</copySourceJars>
+  </properties>
+  
 </project>




More information about the jboss-cvs-commits mailing list