This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new db9512d5f2 Update migration tool for Jakarta EE library for IDE configs
db9512d5f2 is described below
commit db9512d5f26b31ce64a9cc59ef9202b20b8b65f2
Author: lihan <[email protected]>
AuthorDate: Wed Nov 9 09:52:29 2022 +0800
Update migration tool for Jakarta EE library for IDE configs
---
res/ide-support/eclipse/eclipse.classpath | 2 +-
res/ide-support/idea/tomcat.iml | 2 +-
res/ide-support/netbeans/project.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/res/ide-support/eclipse/eclipse.classpath
b/res/ide-support/eclipse/eclipse.classpath
index b01f2e46a4..8aa90b04ac 100644
--- a/res/ide-support/eclipse/eclipse.classpath
+++ b/res/ide-support/eclipse/eclipse.classpath
@@ -30,7 +30,7 @@
<classpathentry kind="var"
path="TOMCAT_LIBS_BASE/cglib-3.3.0/cglib-nodep-3.3.0.jar"/>
<classpathentry kind="var"
path="TOMCAT_LIBS_BASE/objenesis-3.2/objenesis-3.2.jar"/>
<classpathentry kind="var"
path="TOMCAT_LIBS_BASE/bnd-6.3.1/biz.aQute.bnd-6.3.1.jar"/>
- <classpathentry kind="var"
path="TOMCAT_LIBS_BASE/migration-1.0.4/jakartaee-migration-1.0.4-shaded.jar"/>
+ <classpathentry kind="var"
path="TOMCAT_LIBS_BASE/migration-1.0.5/jakartaee-migration-1.0.5-shaded.jar"/>
<classpathentry kind="var"
path="TOMCAT_LIBS_BASE/unboundid-6.0.3/unboundid-ldapsdk-6.0.3.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 af3b5ced15..66d7584593 100644
--- a/res/ide-support/idea/tomcat.iml
+++ b/res/ide-support/idea/tomcat.iml
@@ -122,7 +122,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$TOMCAT_BUILD_LIBS$/migration-1.0.4/jakartaee-migration-1.0.4-shaded.jar!/"
/>
+ <root
url="jar://$TOMCAT_BUILD_LIBS$/migration-1.0.5/jakartaee-migration-1.0.5-shaded.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
diff --git a/res/ide-support/netbeans/project.xml
b/res/ide-support/netbeans/project.xml
index 92af4b3fb0..15f592ed9e 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">${base.path}/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar:${base.path}/wsdl4j-1.6.3/wsdl4j-1.6.3.jar:${base.path}/ecj-4.25/ecj-4.25.jar:${base.path}/bnd-6.3.1/biz.aQute.bnd-6.3.1.jar:${base.path}/migration-1.0.4/jakartaee-migration-1.0.4-shaded.jar:${ant.includes}/</classpath>
+ <classpath
mode="compile">${base.path}/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar:${base.path}/wsdl4j-1.6.3/wsdl4j-1.6.3.jar:${base.path}/ecj-4.25/ecj-4.25.jar:${base.path}/bnd-6.3.1/biz.aQute.bnd-6.3.1.jar:${base.path}/migration-1.0.5/jakartaee-migration-1.0.5-shaded.jar:${ant.includes}/</classpath>
<source-level>1.7</source-level>
</compilation-unit>
<compilation-unit>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]