You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/01/21 20:19:35 UTC

[sling-site] 03/04: Finish release notes for the Sling IDE Tooling 1.2 release

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

commit 39077321b5d2e55fe456ed5668c9ed67104b6dd8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Sun Jan 21 21:55:15 2018 +0200

    Finish release notes for the Sling IDE Tooling 1.2 release
---
 .../ide-tooling/content-navigator-warnings.png     | Bin 0 -> 24242 bytes
 .../content-navigator-xml-validation.png           | Bin 0 -> 17116 bytes
 .../maven-configurators-preferences.png            | Bin 0 -> 23080 bytes
 .../development/ide-tooling/slingstart-project.png | Bin 15476 -> 0 bytes
 .../content/news/sling-ide-tooling-12-released.md  |  40 ++++++++++++++++-----
 5 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/src/main/jbake/assets/documentation/development/ide-tooling/content-navigator-warnings.png b/src/main/jbake/assets/documentation/development/ide-tooling/content-navigator-warnings.png
new file mode 100644
index 0000000..68556a2
Binary files /dev/null and b/src/main/jbake/assets/documentation/development/ide-tooling/content-navigator-warnings.png differ
diff --git a/src/main/jbake/assets/documentation/development/ide-tooling/content-navigator-xml-validation.png b/src/main/jbake/assets/documentation/development/ide-tooling/content-navigator-xml-validation.png
new file mode 100644
index 0000000..4bf6527
Binary files /dev/null and b/src/main/jbake/assets/documentation/development/ide-tooling/content-navigator-xml-validation.png differ
diff --git a/src/main/jbake/assets/documentation/development/ide-tooling/maven-configurators-preferences.png b/src/main/jbake/assets/documentation/development/ide-tooling/maven-configurators-preferences.png
new file mode 100644
index 0000000..f0ff34f
Binary files /dev/null and b/src/main/jbake/assets/documentation/development/ide-tooling/maven-configurators-preferences.png differ
diff --git a/src/main/jbake/assets/documentation/development/ide-tooling/slingstart-project.png b/src/main/jbake/assets/documentation/development/ide-tooling/slingstart-project.png
deleted file mode 100644
index 560f85a..0000000
Binary files a/src/main/jbake/assets/documentation/development/ide-tooling/slingstart-project.png and /dev/null differ
diff --git a/src/main/jbake/content/news/sling-ide-tooling-12-released.md b/src/main/jbake/content/news/sling-ide-tooling-12-released.md
index 1f0d683..9186336 100644
--- a/src/main/jbake/content/news/sling-ide-tooling-12-released.md
+++ b/src/main/jbake/content/news/sling-ide-tooling-12-released.md
@@ -1,4 +1,4 @@
-title=Apache Sling IDE Tooling 1.2 released		
+title=Apache Sling IDE Tooling 1.2 released
 type=page
 status=published
 tags=ide,eclipse
@@ -6,19 +6,43 @@ tags=ide,eclipse
 
 Here are some of the more noteworthy things available in this release.
 
-# Content navigator decorates resources with error and warning markers
+# Custom contribution for provisioning model feature files
 
-Content projects using _slingstart_ packaging now have a custom contribtion
+Content projects using _slingstart_ packaging now have a custom contribution
 that makes provisioning model files easier to access.
 
-![Slingstart Project](/documentation/development/ide-tooling/slingstart-project.png)
+![Slingstart Project](/documentation/development/ide-tooling/launchpad-models-directory.png)
 
-# Support for the bnd-maven-plugin
+# Enhanced error reporting for content projects
+
+The content navigator now shows warnings and error markers, making it easier
+to spot problems.
+
+![Content navigator warnings](/documentation/development/ide-tooling/content-navigator-warnings.png)
+
+Additionally, XML files are now checked using a validator aware for FileVault serialization
+semantics, which means validation can be enabled without triggering false errors.
+
+![Content navigator XML validation](/documentation/development/ide-tooling/content-navigator-xml-validation.png)
+
+# More fine-grained control over the Maven project configurators
 
-# Allow disabling WTP natures/facets for content projects
+The Maven project configurators for content bundle projects can now be enabled and disabled at the
+workspace level. Additionally, only the additional WTP natures and facets can be disabled for content
+projects.
 
-# XML Validator enabled for content projects
+The preferences can be accesed via _Preferences_ → _Sling IDE_ → _Maven Project Configurator_.
+
+![Maven Project Configuratir preferences](/documentation/development/ide-tooling/maven-configurators-preferences.png)
+
+# Support for the bnd-maven-plugin
+
+Projects configured usign the `bnd-maven-plugin` are now properly configured as bundle projects. Previously
+only the `maven-bundle-plugin` was supported.
 
 # Support for the new Jackrabbit content-package-plugin
 
-# Custom contribution for provisioning model feature files
+Projects configured using the `content-package-plugin` from Apache Jackrabbit are now properly configured as
+content projects. Previously only the `content-package-maven-plugin`
+
+For more information, see the [Sling IDE Tooling for Eclipse documentation page](/documentation/development/ide-tooling.html).

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.