You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2019/05/01 15:32:02 UTC

[netbeans] branch master updated: Add position info to gradle extension registration

This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new c09140f  Add position info to gradle extension registration
c09140f is described below

commit c09140f266f6766bb9885f028350af38ab244935
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Wed May 1 14:20:33 2019 +0200

    Add position info to gradle extension registration
---
 groovy/gradle/src/org/netbeans/modules/gradle/GradleDataObject.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/groovy/gradle/src/org/netbeans/modules/gradle/GradleDataObject.java b/groovy/gradle/src/org/netbeans/modules/gradle/GradleDataObject.java
index 2173684..fd05cf2 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/GradleDataObject.java
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/GradleDataObject.java
@@ -54,7 +54,8 @@ import org.openide.windows.CloneableOpenSupport;
 @MIMEResolver.ExtensionRegistration(
         displayName = "#LBL_GradleFile_LOADER",
         mimeType = GradleDataObject.MIME_TYPE,
-        extension = {"gradle"}
+        extension = {"gradle"},
+        position = 290
 )
 @DataObject.Registration(
         mimeType = GradleDataObject.MIME_TYPE,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists