This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 396d6d708e246f7bd8610985f297e291241a4955 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Tue May 21 11:50:11 2024 -0400 Add note about the automatically-generated nature of the Eclipse .classpath file. --- res/ide-support/eclipse/eclipse.classpath | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/res/ide-support/eclipse/eclipse.classpath b/res/ide-support/eclipse/eclipse.classpath index 881f58847e..b4569e6d7d 100644 --- a/res/ide-support/eclipse/eclipse.classpath +++ b/res/ide-support/eclipse/eclipse.classpath @@ -15,6 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> +<!-- NOTE: This file was automatically generated by Apache Tomcat. + + You should probably not edit this file. + + Instead, please run "ant ide-eclipse" in order to update your Eclipse + project. You may have to Refresh the project or even close/open + the project to pick-up the changes. +--> <classpath> <classpathentry kind="src" path="java"/> <classpathentry excluding="deployment/|tld/|webapp*/|webresources/" kind="src" path="test"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org