[root]/groovy/ide/groovyj/src/etc/META-INF
Restored changes committed since 27th April 2006:
- Updated jMock SNAPSHOT JAR files to version 1.1.0 RC-1
- Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
- Made GroovyJ build on IDEA Demetra build #5289
- Made GroovyJ a plug-in module and restored Java 5's synax highlighting for IDEA Demetra build #5289
- Added an IDEA project file with groovyj and groovy-core modules and shared Run/Debug configuration + EMMA code coverage
- Restored the DTD declaration in the plug-in's deployment descriptor
- Updated a test in GroovyPsiParser to use a more syntactically correct Groovy code snippet
- Replaced hardcoded constant with delegation to one of IDEA's obscure utility classes in GroovyParserDefinition
- Added missing annotations
13 lines of code changed in:
Fixed problem in uploading the plug-in to plugins.intellij.net caused by an invalid doctype URI in plugin.xml and increased version number to 0.1.1
0 lines of code changed in:
Housekeeping: Converted plug-in deployment descriptor to the latest recommended format
12 lines of code changed in:
Housekeeping: Updated icons and removed the old Run Action following comments from jez
3 lines of code changed in:
GROOVY-601: Replaced implementation inheritance (LanguageFileType) with a direct interface implementation (FileType) in GroovyFileType given that language support is still pretty rough...
0 lines of code changed in:
GROOVY-602: Applied a number of refactorings to the current codebase, particularly around the implementation of Groovy runtime configurations
6 lines of code changed in:
GROOVY-602: Started implementing runtime configuration for running Groovy scripts and classes
10 lines of code changed in:
moving towards the custom language api, parser is still JS
6 lines of code changed in:
Initial check-in of libraries, tests, and other project artifacts
37 lines of code changed in: