You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/11/02 16:55:47 UTC

svn commit: r1767733 - /sling/trunk/tooling/ide/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/AbstractBundleProjectConfigurator.java

Author: kwin
Date: Wed Nov  2 16:55:47 2016
New Revision: 1767733

URL: http://svn.apache.org/viewvc?rev=1767733&view=rev
Log:
SLING-6112 improve wording for the marker even further

Modified:
    sling/trunk/tooling/ide/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/AbstractBundleProjectConfigurator.java

Modified: sling/trunk/tooling/ide/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/AbstractBundleProjectConfigurator.java
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/AbstractBundleProjectConfigurator.java?rev=1767733&r1=1767732&r2=1767733&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/AbstractBundleProjectConfigurator.java (original)
+++ sling/trunk/tooling/ide/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/AbstractBundleProjectConfigurator.java Wed Nov  2 16:55:47 2016
@@ -67,7 +67,7 @@ public abstract class AbstractBundleProj
         }
         if (!isSupportingM2eIncrementalBuild(mavenProject, getLogger())) {
             markerManager.addMarker(configRequest.getPom(), MARKER_TYPE_BUNDLE_NOT_SUPPORTING_M2E,
-                    "Missing m2e incremental support for generating the bundle manifest, component descriptions and metatype resources. Please use the provided QuickFixes on this issue to resolve this.",
+                    "Missing m2e incremental build support for generating the bundle manifest, component descriptions and metatype resources. Please use the provided QuickFixes on this issue to resolve this.",
                     -1,
                     IMarker.SEVERITY_ERROR);
         }