You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/02/11 17:57:36 UTC

svn commit: r743399 - in /incubator/etch/trunk: build.xml plugins/ant/build.xml

Author: dixson
Date: Wed Feb 11 16:57:36 2009
New Revision: 743399

URL: http://svn.apache.org/viewvc?rev=743399&view=rev
Log:
update license info in default versions of generated source

Modified:
    incubator/etch/trunk/build.xml
    incubator/etch/trunk/plugins/ant/build.xml

Modified: incubator/etch/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build.xml?rev=743399&r1=743398&r2=743399&view=diff
==============================================================================
--- incubator/etch/trunk/build.xml (original)
+++ incubator/etch/trunk/build.xml Wed Feb 11 16:57:36 2009
@@ -130,11 +130,13 @@
 
     <target name="extra-clean">
         <!-- remove files that were overwritten by the filtered copy -->
+        <!--
         <delete file="compiler/src/main/java/org/apache/etch/compiler/Version.java" />
         <delete file="binding-java/compiler/src/main/java/org/apache/etch/bindings/java/compiler/CompilerVersion.java" />
         <delete file="binding-xml/compiler/src/main/java/org/apache/etch/bindings/xml/compiler/CompilerVersion.java" />
         <delete file="binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/CompilerVersion.java" />
         <delete file="binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs" />
+        -->
     </target>    
 
     <!-- Component targets; Add to this set -->

Modified: incubator/etch/trunk/plugins/ant/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/plugins/ant/build.xml?rev=743399&r1=743398&r2=743399&view=diff
==============================================================================
--- incubator/etch/trunk/plugins/ant/build.xml (original)
+++ incubator/etch/trunk/plugins/ant/build.xml Wed Feb 11 16:57:36 2009
@@ -63,6 +63,7 @@
             </copy>
 
             <!-- Compile Tests -->
+            <!--
             <javac  debug="${Etch.javac.debug}"
                     target="1.5"
                     optimize="${Etch.javac.optimize}"
@@ -75,12 +76,14 @@
                     <pathelement location="${Etch.HOME}/lib/${etch-compiler.jar}" />
                 </classpath>
             </javac>
+            -->
 
             <!-- compiler plugin resources -->
+            <!--
             <copy todir="${classesDirectory}/test" >
                 <fileset dir="${src}/test/resources" excludes="**/.svn/**" />
             </copy>
-
+            -->
         </sequential>
     </macrodef>