This is an automated email from the ASF dual-hosted git repository.

lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 3d3e074d95 Remove incorrect configuration
3d3e074d95 is described below

commit 3d3e074d951a5d7f265e90bf0c46a3540428290a
Author: lihan <li...@apache.org>
AuthorDate: Thu Feb 9 17:10:27 2023 +0800

    Remove incorrect configuration
---
 build.xml                                 | 1 -
 res/ide-support/eclipse/eclipse.classpath | 1 -
 res/ide-support/netbeans/project.xml      | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index b889f55cdd..b8879ab427 100644
--- a/build.xml
+++ b/build.xml
@@ -253,7 +253,6 @@
     <filter token="CGLIB_JAR" value="${cglib.jar}"/>
     <filter token="OBJENESIS_JAR" value="${objenesis.jar}"/>
     <filter token="BND_JAR" value="${bnd.jar}"/>
-    <filter token="MIGRATION_JAR" value="${migration-lib.jar}"/>
     <filter token="UNBOUNDID_JAR" value="${unboundid.jar}"/>
     <filter token="JUNIT_JAR" value="${junit.jar}"/>
   </filterset>
diff --git a/res/ide-support/eclipse/eclipse.classpath 
b/res/ide-support/eclipse/eclipse.classpath
index fcad3f3747..881f58847e 100644
--- a/res/ide-support/eclipse/eclipse.classpath
+++ b/res/ide-support/eclipse/eclipse.classpath
@@ -30,7 +30,6 @@
     <classpathentry kind="lib" path="@CGLIB_JAR@"/>
     <classpathentry kind="lib" path="@OBJENESIS_JAR@"/>
     <classpathentry kind="lib" path="@BND_JAR@"/>
-    <classpathentry kind="lib" path="@MIGRATION_JAR@"/>
     <classpathentry kind="lib" path="@UNBOUNDID_JAR@"/>
     <classpathentry kind="output" path=".settings/output"/>
 </classpath>
diff --git a/res/ide-support/netbeans/project.xml 
b/res/ide-support/netbeans/project.xml
index fea783cd6e..75a30853ea 100644
--- a/res/ide-support/netbeans/project.xml
+++ b/res/ide-support/netbeans/project.xml
@@ -178,7 +178,7 @@
             -->
             <compilation-unit>
                 <package-root>java</package-root>
-                <classpath 
mode="compile">@JAXRPC_JAR@:@WSDL4J_JAR@:@JDT_JAR@:@BND_JAR@:@MIGRATION_JAR@:${ant.includes}/</classpath>
+                <classpath 
mode="compile">@JAXRPC_JAR@:@WSDL4J_JAR@:@JDT_JAR@:@BND_JAR@:${ant.includes}/</classpath>
                 <source-level>@BUILD_JAVA_VERSION@</source-level>
             </compilation-unit>
             <compilation-unit>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to