Browse Source

sp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@672023 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
d85f74bd30
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JspCompilerAdapterFactory.java
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JspCompilerAdapterFactory.java View File

@@ -40,7 +40,7 @@ public final class JspCompilerAdapterFactory {
*
* The current mapping for compiler names are as follows:
* <ul><li>jasper = jasper compiler (the default)
* <li><i>a fully quallified classname</i> = the name of a jsp compiler
* <li><i>a fully qualified classname</i> = the name of a jsp compiler
* adapter
* </ul>
*
@@ -63,7 +63,7 @@ public final class JspCompilerAdapterFactory {
*
* The current mapping for compiler names are as follows:
* <ul><li>jasper = jasper compiler (the default)
* <li><i>a fully quallified classname</i> = the name of a jsp compiler
* <li><i>a fully qualified classname</i> = the name of a jsp compiler
* adapter
* </ul>
*


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.java View File

@@ -51,7 +51,7 @@ public final class RmicAdapterFactory {
* <p>The current mapping for rmic names are as follows:</p>
* <ul><li>sun = SUN's rmic
* <li>kaffe = Kaffe's rmic
* <li><i>a fully quallified classname</i> = the name of a rmic
* <li><i>a fully qualified classname</i> = the name of a rmic
* adapter
* <li>weblogic = weblogic compiler
* <li>forking = Sun's RMIC by forking a new JVM


Loading…
Cancel
Save