public
Description: This plugin will enable the use of Easyb to write Behavior driven Tests in a grails application.
Homepage: http://www.urubatan.info/tag/easyb-test/
Clone URL: git://github.com/urubatan/easybtest.git
urubatan (author)
Tue Apr 22 09:00:08 -0700 2008
commit  8bea5c79b53d6b29a2ee513f08b41118a44997df
tree    10b72913a53acaeb9bd167ad78dc61b210366936
parent  55d1e23d63d5e54f84f09142fc37a166cad67684
easybtest / .project
100755 24 lines (23 sloc) 0.552 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>easybtest</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.codehaus.groovy.eclipse.groovyBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.codehaus.groovy.eclipse.groovyNature</nature>
</natures>
</projectDescription>