This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 794bc4ebd Update IDE tooling documentation after the 1.3.0 release
794bc4ebd is described below
commit 794bc4ebdffa578a6e0cb76e3221135890469023
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Sep 25 13:46:44 2025 +0200
Update IDE tooling documentation after the 1.3.0 release
---
.../development/ide-tooling/feature-model-directory.png | Bin 0 -> 20423 bytes
.../content/documentation/development/ide-tooling.md | 12 +++++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git
a/src/main/jbake/assets/documentation/development/ide-tooling/feature-model-directory.png
b/src/main/jbake/assets/documentation/development/ide-tooling/feature-model-directory.png
new file mode 100644
index 000000000..023807663
Binary files /dev/null and
b/src/main/jbake/assets/documentation/development/ide-tooling/feature-model-directory.png
differ
diff --git a/src/main/jbake/content/documentation/development/ide-tooling.md
b/src/main/jbake/content/documentation/development/ide-tooling.md
index 4b1f06019..efa5a1995 100644
--- a/src/main/jbake/content/documentation/development/ide-tooling.md
+++ b/src/main/jbake/content/documentation/development/ide-tooling.md
@@ -10,7 +10,7 @@ tags=development,eclipse
### Prerequisites
-The Sling IDE tooling is known to work on Eclipse versions starting with
Kepler. There is a hard dependency on the faceted project framework, which is
included in the 'Eclipse IDE for Java EE Developers' package. If you're running
a different package, you can always install it from the main Eclipse update
site.
+The latest version of the Sling IDE tooling is known to work on Eclipse
versions starting with 2022-12 (4.26). There is a hard dependency on the
faceted project framework, which is included in the 'Eclipse IDE for Java EE
Developers' package. If you're running a different package, you can always
install it from the main Eclipse update site.
There is an optional feature which relies on m2eclipse. For now it only
provides project creation wizards, so if you don't use Maven you don't have to
install it.
@@ -247,6 +247,16 @@ The configuration is done automatically on import, and you
can also do it manual

+## Feature model project support
+
+_Available with Sling IDE Tooling for Eclipse 1.3 or newer_
+
+Maven projects configured with the `slingfeature-maven-plugin` will
automatically have their feature models directory configured as a top-level
entry in the project tree. By default, the feature models directory is
`src/main/features`. This contribution is only available in the _Project
Explorer_ view.
+
+The configuration is done automatically on import, and you can also do it
manually by right-clicking on the project and then selecting _Maven_ → _Update
Project..._.
+
+
+
## Troubleshooting
### Gathering debug information