forked from jkuehn/gorm-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
26 lines (26 loc) · 1.14 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<plugin name='mongodb-morphia' version='0.8.2' grailsVersion='1.3.4 > *'>
<author>Juri Kuehn</author>
<authorEmail>juri.kuehn at gmail.com</authorEmail>
<title>Alternative MongoDB GORM based on the Morphia library</title>
<description>GORM implementation for the MongoDB NoSQL database based on the Morphia library</description>
<documentation>http://wiki.github.com/jkuehn/gorm-mongodb/</documentation>
<type>MongodbMorphiaGrailsPlugin</type>
<resources>
<resource>org.acme.Project</resource>
<resource>org.acme.Task</resource>
<resource>org.acme.inheritance.Person</resource>
<resource>org.acme.inheritance.User</resource>
<resource>org.acme.Contact</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>
<plugin name='core' version='1.3.4 > *' />
</runtimePluginRequirements>
<behavior />
</plugin>