This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new d86253f2f2 Update IDE configs d86253f2f2 is described below commit d86253f2f2a07aa3c7cb388c1bf12db1fe92cc74 Author: lihan <li...@apache.org> AuthorDate: Thu May 11 14:59:22 2023 +0800 Update IDE configs --- res/ide-support/eclipse/eclipse.classpath | 1 - res/ide-support/idea/tomcat.iml | 2 +- res/ide-support/netbeans/project.xml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/res/ide-support/eclipse/eclipse.classpath b/res/ide-support/eclipse/eclipse.classpath index 881f58847e..de3d205f3a 100644 --- a/res/ide-support/eclipse/eclipse.classpath +++ b/res/ide-support/eclipse/eclipse.classpath @@ -29,7 +29,6 @@ <classpathentry kind="lib" path="@HAMCREST_JAR@"/> <classpathentry kind="lib" path="@CGLIB_JAR@"/> <classpathentry kind="lib" path="@OBJENESIS_JAR@"/> - <classpathentry kind="lib" path="@BND_JAR@"/> <classpathentry kind="lib" path="@UNBOUNDID_JAR@"/> <classpathentry kind="output" path=".settings/output"/> </classpath> diff --git a/res/ide-support/idea/tomcat.iml b/res/ide-support/idea/tomcat.iml index 4d83e65156..904c85171c 100644 --- a/res/ide-support/idea/tomcat.iml +++ b/res/ide-support/idea/tomcat.iml @@ -113,7 +113,7 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://@BND_JAR@!/" /> + <root url="jar://@UNBOUNDID_JAR@!/" /> </CLASSES> <JAVADOC /> <SOURCES /> diff --git a/res/ide-support/netbeans/project.xml b/res/ide-support/netbeans/project.xml index fea783cd6e..05c25d860f 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@:${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