Author: jvanzyl Date: Wed Sep 27 06:31:08 2006 New Revision: 450437 URL: http://svn.apache.org/viewvc?view=rev&rev=450437 Log: marking parameters that will now be taken from the toolchain
Modified: maven/plugins/branches/maven-compiler-plugin-with-toolchain-support/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java Modified: maven/plugins/branches/maven-compiler-plugin-with-toolchain-support/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-compiler-plugin-with-toolchain-support/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java?view=diff&rev=450437&r1=450436&r2=450437 ============================================================================== --- maven/plugins/branches/maven-compiler-plugin-with-toolchain-support/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java (original) +++ maven/plugins/branches/maven-compiler-plugin-with-toolchain-support/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java Wed Sep 27 06:31:08 2006 @@ -129,6 +129,7 @@ */ private String compilerId; + //TOOLCHAIN /** * Version of the compiler to use, ex. "1.3", "1.5", if fork is set to true. * @@ -160,6 +161,7 @@ */ private String maxmem; + //TOOLCHAIN /** * Sets the executable of the compiler to use when fork is true. *