Browse Source

Change to put in accordance with documentation : compiler name wlrmic, not weblogic ?

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276802 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
2885c8cb2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/rmic/WLRmic.java

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

@@ -33,7 +33,7 @@ public class WLRmic extends DefaultRmicAdapter {
/**
* the name of this adapter for users to select
*/
public static final String COMPILER_NAME = "weblogic";
public static final String COMPILER_NAME = "wlrmic";

public static final String ERROR_NO_WLRMIC_ON_CLASSPATH = "Cannot use WebLogic rmic, as it is not "
+ "available. A common solution is to "


Loading…
Cancel
Save