-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
21 lines (21 loc) · 872 Bytes
/
Copy pathplugin.xml
File metadata and controls
21 lines (21 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<plugin name='fixed-flat-file' version='0.4.1' grailsVersion='1.3 > *'>
<author>Oscar A Konno Sampaio</author>
<authorEmail>oscarks@gmail.com</authorEmail>
<title>Fixed Flat File Plugin</title>
<description>Brief summary/description of the plugin.
</description>
<documentation>http://grails.org/plugin/fixed-flat-file</documentation>
<type>FixedFlatFileGrailsPlugin</type>
<resources>
<resource>org.grails.plugins.fixedflatfile.FixedFlatFileService</resource>
</resources>
<repositories>
<repository name='grailsCentral' url='http://grails.org/plugins' />
<repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
</repositories>
<dependencies />
<plugins />
<runtimePluginRequirements />
<behavior />
</plugin>