You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/07/31 09:23:11 UTC

groovy git commit: GROOVY-8713: Make groovy osgi plugin extensible to be able to use it in eclipse target platform

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X ed75f1340 -> aea800e8f


GROOVY-8713: Make groovy osgi plugin extensible to be able to use it in eclipse target platform


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/aea800e8
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/aea800e8
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/aea800e8

Branch: refs/heads/GROOVY_2_5_X
Commit: aea800e8fba843fabb7186eea83525cd1553aacf
Parents: ed75f13
Author: Paul King <pa...@asert.com.au>
Authored: Tue Jul 31 19:22:55 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Tue Jul 31 19:22:55 2018 +1000

----------------------------------------------------------------------
 gradle/assemble.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/aea800e8/gradle/assemble.gradle
----------------------------------------------------------------------
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 85f9815..5aa3a0b 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -123,6 +123,7 @@ ext.groovyOsgiManifest = {
     version = groovyBundleVersion
     instruction '-nouses', 'true'
     instruction 'Export-Package', "*;version=${groovyBundleVersion}"
+    instruction 'Eclipse-ExtensibleAPI', 'true'
     classpath = sourceSets.main.runtimeClasspath
 }