You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/07/21 08:47:01 UTC

svn commit: r558260 - /incubator/tuscany/java/sca/distribution/pom.xml

Author: lresende
Date: Fri Jul 20 23:47:00 2007
New Revision: 558260

URL: http://svn.apache.org/viewvc?view=rev&rev=558260
Log:
Temporarily removing source distribution to avoid out of memory issues

Modified:
    incubator/tuscany/java/sca/distribution/pom.xml

Modified: incubator/tuscany/java/sca/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/pom.xml?view=diff&rev=558260&r1=558259&r2=558260
==============================================================================
--- incubator/tuscany/java/sca/distribution/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/pom.xml Fri Jul 20 23:47:00 2007
@@ -93,6 +93,7 @@
         </resources>
 
         <plugins>
+            <!-- Temporarily Remove Javadoc -->
             <!--
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -167,6 +168,7 @@
                 </executions>
             </plugin>
 
+	    <!-- Temporarily remove to avoid out of memory
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
@@ -200,11 +202,14 @@
 
                                 <echo file="${basedir}/target/srcbuild_env${output.ext}" message="${output.cp}" />
                                 <echo file="${basedir}/target/version.properties" message="tuscany.version=${pom.version}" />
-                                <!-- copy file="${basedir}/src/main/assembly/jbi.xml" tofile="${basedir}/target/jbi.xml" overwrite="yes">
+                                #########
+                                ### THIS WAS ALREADY COMMENTED
+                                <copy file="${basedir}/src/main/assembly/jbi.xml" tofile="${basedir}/target/jbi.xml" overwrite="yes">
                                     <filterset>
                                         <filter token="TUSCANY_VERSION" value="${pom.version}" />
                                     </filterset>
-                                </copy -->
+                                </copy>
+                                ###
                                 <delete file="build.xml" />
                             </tasks>
 
@@ -215,6 +220,7 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
         </plugins>
 
     </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org