forked from thehyve/matrixImporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
20 lines (20 loc) · 841 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<plugin name='matrix-importer' version='0.2.5.0' grailsVersion='1.3.7 > *'>
<author>Robert Horlings</author>
<authorEmail>[email protected]</authorEmail>
<title>MatrixImporter</title>
<description>\
Plugin for reading files with matrix-like data structure (excel, csv etc.) into a two dimensional List
</description>
<documentation>http://grails.org/plugin/matrix-importer</documentation>
<type>MatrixImporterGrailsPlugin</type>
<resources />
<repositories>
<repository name='grailsCentral' url='http://grails.org/plugins' />
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
<repository name='http://repo.grails.org/grails/plugins/' url='http://repo.grails.org/grails/plugins/' />
</repositories>
<dependencies />
<plugins />
<runtimePluginRequirements />
<behavior />
</plugin>