diff -up activation/build.xml.orig activation/build.xml
--- activation/build.xml.orig	2007-11-13 16:17:00.000000000 -0500
+++ activation/build.xml	2007-11-13 16:18:45.000000000 -0500
@@ -19,9 +19,10 @@
  own identifying information: Portions Copyright [yyyy] 
  [name of copyright owner]
 -->
+<!--
 <!DOCTYPE project [
   <!ENTITY commonBuild SYSTEM "../bootstrap/ant-common.xml">
-]>
+]>-->
 <project name="Java Activation" default="all" basedir=".">  
     
     <property name="component.name" value="activation"/>    
@@ -30,7 +31,7 @@
     <property file="../bootstrap/project.properties"/>
     <property file="./build.properties"/>
 
-    &commonBuild;
+    <!--&commonBuild;-->
 
     <!-- all -->
     <target name="all" depends="compile, assemble"
@@ -52,7 +53,7 @@
         </tstamp>    
         <echo message="Building component ${component.name}"/>
         <mkdir dir="${component.classes.dir}"/>
-        <copy file="${glassfish.maven}/legal/LICENSE.txt"
+        <copy file="${basedir}/legal/LICENSE.txt"
                 toFile="${component.classes.dir}/META-INF/LICENSE.txt"/>
     </target>
 
@@ -178,10 +179,10 @@
             </sourcepath>
         </javadoc>
     </target>
-
+<!--
     <target name="push-to-maven-prepare" depends="-push-to-maven-init, jar"
         description="creates an image for the 'push-to-maven' goal">
-        <delete dir="build/maven-repo" /><!-- clean it -->
+        <delete dir="build/maven-repo" />
         <maven-repository-importer destdir="build/maven-repo"
 		version="${release.version}">
             <artifact jar="${release.activation.jar}" pom="activation.pom"
@@ -193,5 +194,5 @@
         description="pushes jars to the java.net maven repository">
         <cvs-import src="build/maven-repo" dest="glassfish/repo" />
     </target>
-
+-->
 </project>
