My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 118 attachment: groovy-1.5.patch (347 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Eclipse Workspace Patch 1.0
#P jmesa-trunk
Index: build.groovy
===================================================================
--- build.groovy (revision 2002)
+++ build.groovy (working copy)
@@ -241,7 +241,7 @@
def ext
def file

- Artifact(name) {
+ Artifact(String name) {
this.name = name
}
}
Powered by Google Project Hosting