You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/08/13 14:01:29 UTC

svn commit: r1513448 - /maven/plugins/trunk/maven-compiler-plugin/src/it/error-prone-compiler/pom.xml

Author: olamy
Date: Tue Aug 13 12:01:29 2013
New Revision: 1513448

URL: http://svn.apache.org/r1513448
Log:
this work only with 1.7 no need of 1.6 hack

Modified:
    maven/plugins/trunk/maven-compiler-plugin/src/it/error-prone-compiler/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/src/it/error-prone-compiler/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/error-prone-compiler/pom.xml?rev=1513448&r1=1513447&r2=1513448&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/it/error-prone-compiler/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/it/error-prone-compiler/pom.xml Tue Aug 13 12:01:29 2013
@@ -121,18 +121,6 @@
         <toolsjar>${java.home}/../lib/tools.jar</toolsjar>
       </properties>
     </profile>
-    <profile>
-      <id>appleJdkToolsJar-profile</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-        <file>
-          <exists>${java.home}/../Classes/classes.jar</exists>
-        </file>
-      </activation>
-      <properties>
-        <toolsjar>${java.home}/../Classes/classes.jar</toolsjar>
-      </properties>
-    </profile>
   </profiles>
 
 </project>