[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.codeassist
.settings
(3 files, 19 lines)
META-INF
(1 files, 18 lines)
bin-groovy
(0 files, 0 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
eclipse
(0 files, 0 lines)
codeassist
(0 files, 0 lines)
src-test
(0 files, 0 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
eclipse
(0 files, 0 lines)
codeassist
(1 files, 217 lines)
src
(0 files, 0 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
eclipse
(0 files, 0 lines)
codeassist
(5 files, 537 lines)
Moved groovy output to bin-groovy, it just builds better that way.
1 lines of code changed in:
Moved groovy output to bin-groovy, it just builds better that way.
1 lines of code changed in:
Now when you do a feature export or when you build the update site, the groovy files should be compiled into
classfiles to be deployed and the scripts should be removed from the binary output generated for the bundle
plugins...
177 lines of code changed in:
moved output file from bin-groovy to bin and added support for the site to build correctly from bin
11 lines of code changed in:
Renamed the org.codehaus.groovy.eclipse.core plugin to org.codehaus.groovy.eclipse. Also changed the Builder
Nature to org.codehaus.groovy.eclipse.groovyBuilder and the Project nature to
org.codehaus.groovy.eclipse.groovyNature. This is as was agreed to in the conference call, that it would be
bad to break everyone's old groovy projects because of the ID changes. To rename one of the ID's it was
easier to rename the core plugin, I left the project name alone so as to not have so many changes at once. It
would probably still be a good idea to rename the project, since having the plugin and project name syncrhonized,
while not necessary, is a good convention.
2 lines of code changed in:
Fixed bug: compile errors not appearing in problem view.
Updated .project files to point to new Groovy builder/nature.
Cleaned up .classpath files removing references to *.core libraries.
12 lines of code changed in:
Updated dependencies to new plug-ins org.codehause.groovy.eclipse.core and org.codehause.groovy.eclipse.ui.
3 lines of code changed in:
update plugin version numbers for Groovy 1.0 release
1 lines of code changed in:
udpated the way JUnit is included in the build path
1 lines of code changed in:
Changed the dependency on the junit.jar from a hardcoded library on someone's harddrive to the org.junit
project that can be directly imported into your workspace.
15 lines of code changed in:
Added utilities for code assist and ast node search.
15 lines of code changed in:
Initial import. Resusable things for code assist.
39 lines of code changed in: