This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
commit 6cf3c6cd12e5194c3528d322a008d7d73faccc9f Author: Georg Kallidis <[email protected]> AuthorDate: Fri Nov 14 14:52:43 2025 +0100 Add java builder to eclipse project and nae it generic turbine-webapp-archetype; todo: put into .project into .gitignore? --- .project | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.project b/.project index 9c0b14b..3b2724d 100644 --- a/.project +++ b/.project @@ -1,11 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>turbine-webapp-6.0</name> - <comment>This archetype sets up a web application project based on Apache Turbine 6.0 and Torque 5.1. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> + <name>turbine-webapp-archetype</name> + <comment>This archetype sets up a web application project based on Apache Turbine and Torque. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> <projects> </projects> <buildSpec> <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> <name>org.eclipse.m2e.core.maven2Builder</name> <arguments> </arguments>
