Directory groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/preferences/

Directory Created:
2007-02-08 03:33
Total Files:
8
Deleted Files:
0
Lines of Code:
621

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/preferences

Lines of Code

groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/preferences/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 658 (100.0%) 29.9
emp 10 (45.5%) 598 (90.9%) 59.8
jervin 12 (54.5%) 60 (9.1%) 5.0

Most Recent Commits

jervin 2007-04-04 23:09

The plugin now listens for changes to Java Project classpaths.

If there has been a change then the projectClassloader in

GroovyProject is 'reset' or set to null and the project is

rebuilt. Listening to JDT core changes to the java projects

could allow us to handle dependencies so that if a dependent

project's classpath changes, the Groovy Builder will rebuild it.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/preferences: PropertyChangeListener.java (+1 -23)
jervin 2007-04-04 02:44

oops accidentally turned off the disable class file generation

preference....

2 lines of code changed in:

jervin 2007-04-04 02:11

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/preferences: PropertyChangeListener.java (+2)
jervin 2007-04-04 00:35

Added a preference to remove the check of the package name with

the script's directory per project. Also added in a check that

if the groovy file exists outside of a source directory that

the package vs actual directory check does not apply. Added a

call to rebuild the project if a project property changes.

39 lines of code changed in:

jervin 2007-03-16 19:14

Changed the generate class files preference to a dont

generate class files preference. This is so that by default

class files are generated, since disabling class file generation

is really an exceptional case, like for instance in the case

Grails.

5 lines of code changed in:

jervin 2007-03-15 21:25

Changed the generate class files preference to be project specific and reenabled it.

11 lines of code changed in:

emp 2007-02-22 20:02

Removed deprecated API from GroovyModel and updated dependent sources.

2 lines of code changed in:

emp 2007-02-08 03:33

Initial import part 2.

596 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT