remove gsoap module
0 lines of code changed in:
change package name from groovy.net.groovysoap to groovy.net.soap
add support for jarjar - all jar files are bundled together excep javamail & jaf
1024 lines of code changed in:
Make time arithmetic work better when the addition or subtraction takes the time over the daylight saving time boundry
170 lines of code changed in:
Add support for inserting events
102 lines of code changed in:
corrected the second test (adding a couple of minutes ;-) )
2 lines of code changed in:
Fix Groovy-1297
0 lines of code changed in:
Add import statement
2 lines of code changed in:
fix the test
9 lines of code changed in:
add from.today
from now adds the duartion to the current time
from.today adds it to the current day (i.e. hours, minutes, seconds, millis are all 0)
42 lines of code changed in:
change reflecting new version
6 lines of code changed in:
new package hierarchy and new server side for Groovy objects
0 lines of code changed in:
removing old package hierarchy
0 lines of code changed in:
new files for server side (initial commit)
0 lines of code changed in:
taking into account new naming schema
3 lines of code changed in:
patched jar by XFire team
0 lines of code changed in:
patched following XmlShema.jar corrections
21 lines of code changed in:
new test for testing SoapServer
0 lines of code changed in:
Add some comments to the demo
6 lines of code changed in:
First veirsion that does time arithmetic correctly
17 lines of code changed in:
Move the Duration classes into a non google related package
136 lines of code changed in:
modified to reflect the new version of XFire libraries
8 lines of code changed in:
new XFire library
0 lines of code changed in:
changed the package hierarchy
0 lines of code changed in:
Separate the code which will evantually go into DGM from the Google specific code
262 lines of code changed in:
added label and definitionId to make toggle breakpoint action compatible with Eclipse 3.2
2 lines of code changed in:
fixed Eclipse project classpath not being set correctly when compilerConfiguration is first created in the project
8 lines of code changed in:
snapshot build on 2006-apr-20
0 lines of code changed in:
Fix bug when subtracting a ConextDepenentDuration from a Duration
1 lines of code changed in:
Spell Dependent correctly :)
14 lines of code changed in:
remove duplicate plus implementation on ContextDependantDuration
18 lines of code changed in:
Initial commit
272 lines of code changed in:
Made GroovyJ work on IDEA Demetra, build #5231
19 lines of code changed in:
Applied Steve Button patch
237 lines of code changed in:
Implement GROOVY-1294 by applying Edward Povazan's Patch - thanks Edward!
I also had to change InpecotrTest.java as that uses the number of methods added to Object and tyhis patch adds a new method.
70 lines of code changed in:
changed default for creating class files from true to false in order to prevent a stack overflow for a test project
1 lines of code changed in:
Added more syntax coloring options matching jEdit groovy mode for defaults.
193 lines of code changed in:
Added more syntax coloring options matching jEdit groovy mode for defaults.
Also added Java auto indent strategy.
67 lines of code changed in:
Fix Groovy 1292 and Groovy 1293 and extend the unit tests to cover the extra methods.
181 lines of code changed in:
added option to project popup menu in navigator view to add groovy nature to a project
38 lines of code changed in:
GROOVY-493: full stored procedure support for SQL, with registration of in / out parameters and so on. Patch kindly provided by Robert Fuller
98 lines of code changed in:
Show last evaluated result after "go" in groovysh
24 lines of code changed in:
Added Tugdual Grall as contributor for his work on GroovyMBean
4 lines of code changed in:
GROOVY-493: full stored procedure support for SQL, with registration of in / out parameters and so on. Patch kindly provided by Robert Fuller
1148 lines of code changed in:
Some contribution for MBean introspection thanks to Tugdual Grall.
236 lines of code changed in:
Made "error" and "warning" be lowercase.
For some reason, it always bothered me :-)
2 lines of code changed in:
Housekeeping: Updated the Groovy JAR files from JSR-5 to RC-1
1 lines of code changed in:
20060403 tog change to sum on Collections so that [].sum() returns null and
[...].sum() returns either a number if all elements are numbers or a string
otherwise.
40 lines of code changed in:
Latest patches from Scott
219 lines of code changed in: