Skip to content

Commit

Permalink
minor items
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Dec 26, 2024
1 parent b9dd9d1 commit cada6e4
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/
package dsld

assertVersion(groovyEclipse: '3.2.0')

contribute(enclosingScript(isConfigScript()) & isThisType()) {
property name: 'configuration', type: org.codehaus.groovy.control.CompilerConfiguration
delegatesTo type: org.codehaus.groovy.control.customizers.builder.CompilerCustomizationBuilder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
import org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
import org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL

assertVersion(groovyEclipse: '4.8.0')

contribute(isScript() & currentType(subType(TypeCheckingDSL))) {
provider = "{@link ${GroovyTypeCheckingExtensionSupport.name}.TypeCheckingDSL TypeCheckingDSL}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/
package dsld

assertVersion(groovyEclipse: '3.2.0')

contribute(enclosingScript(isConfigScript()) & isThisType()) {
property name: 'configuration', type: org.codehaus.groovy.control.CompilerConfiguration
delegatesTo type: org.codehaus.groovy.control.customizers.builder.CompilerCustomizationBuilder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
import org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
import org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL

assertVersion(groovyEclipse: '4.8.0')

contribute(isScript() & currentType(subType(TypeCheckingDSL))) {
provider = "{@link ${GroovyTypeCheckingExtensionSupport.name}.TypeCheckingDSL TypeCheckingDSL}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/
package dsld

assertVersion(groovyEclipse: '3.2.0')

contribute(enclosingScript(isConfigScript()) & isThisType()) {
property name: 'configuration', type: org.codehaus.groovy.control.CompilerConfiguration
delegatesTo type: org.codehaus.groovy.control.customizers.builder.CompilerCustomizationBuilder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension
import org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport
import org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL

assertVersion(groovyEclipse: '4.8.0')

contribute(isScript() & currentType(subType(TypeCheckingDSL))) {
provider = "{@link ${GroovyTypeCheckingExtensionSupport.name}.TypeCheckingDSL TypeCheckingDSL}"

Expand Down
2 changes: 1 addition & 1 deletion extras/Feature-org.codehaus.groovy.m2eclipse/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</license>

<requires>
<import plugin="org.codehaus.groovy" version="2.5.22" match="greaterOrEqual"/>
<import plugin="org.codehaus.groovy" version="3.0.23" match="greaterOrEqual"/>
<!--import feature="org.eclipse.m2e.feature" version="1.9.1" match="greaterOrEqual"/-->
<import feature="org.codehaus.groovy.eclipse.feature" version="5.6.0" match="greaterOrEqual"/>
</requires>
Expand Down
1 change: 1 addition & 0 deletions ide-test/org.codehaus.groovy.alltests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.alltests;singleton:=true
Bundle-Name: Groovy Test Suites
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.alltests
Import-Package: org.codehaus.groovy.eclipse.codeassist.tests,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.codeassist.test;singleton:=true
Bundle-Name: Groovy Content Assist Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.codeassist.tests
Require-Bundle: org.codehaus.groovy.eclipse.codeassist;bundle-version="5.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.codebrowsing.test;singleton:=true
Bundle-Name: Groovy Code Browsing Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.codebrowsing.tests
Require-Bundle: org.codehaus.groovy.eclipse.codebrowsing;bundle-version="5.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.core.test;singleton:=true
Bundle-Name: Groovy Core Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.core.test
Require-Bundle: org.codehaus.groovy.eclipse.tests;bundle-version="5.6.0"
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.dsl.tests;singleton:=true
Bundle-Name: Groovy DSL Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.dsl.tests
Require-Bundle: org.codehaus.groovy.eclipse.codeassist;bundle-version="5.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.junit.test;singleton:=true
Bundle-Name: Groovy JUnit Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.junit.test
Require-Bundle: org.codehaus.groovy.eclipse.tests;bundle-version="5.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.quickfix.test;singleton:=true
Bundle-Name: Groovy Quick Fix Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.quickfix.test,
org.codehaus.groovy.eclipse.quickfix.test.resolvers,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.refactoring.test;singleton:=true
Bundle-Name: Groovy Refactoring Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.refactoring.test,
org.codehaus.groovy.eclipse.refactoring.test.extract,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: org.codehaus.groovy.eclipse.tests;singleton:=true
Bundle-Name: Groovy UI Tests
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 5.6.0.qualifier
Export-Package: org.codehaus.groovy.eclipse.test,
org.codehaus.groovy.eclipse.test.actions,
Expand Down

0 comments on commit cada6e4

Please sign in to comment.