Skip to content

Commit

Permalink
Releasing version 0.1.1 of the 'grails-ant' plugin.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/grails-plugins/grails-grails-ant/trunk@71825 832c1c66-4827-0410-8465-ccb17913cd09
  • Loading branch information
bdrhoa committed Jun 3, 2011
1 parent 49ba5db commit 86523c1
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
18 changes: 18 additions & 0 deletions grails-ant-0.1.1-plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<plugin name='grails-ant' version='0.1.1' grailsVersion='1.2.3 &gt; *'>
<author>Brad Rhoads</author>
<authorEmail>[email protected]</authorEmail>
<title>Grails Ant Plugin</title>
<description>
Provides ant to Grails applications
</description>
<documentation>http://grails.org/plugin/grails-ant</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>org.grails.plugins.grailsant.AntUtilsService</resource>
</resources>
<dependencies />
<behavior />
</plugin>
39 changes: 39 additions & 0 deletions grails-ant-0.1.1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd'>
<modelVersion>4.0.0</modelVersion>
<groupId>org.grails.plugins</groupId>
<artifactId>grails-ant</artifactId>
<packaging>zip</packaging>
<version>0.1.1</version>
<name>Grails Ant Plugin</name>
<description>
Provides ant to Grails applications
</description>
<url>http://grails.org/plugin/grails-ant</url>
<developers>
<developer>
<name>Brad Rhoads</name>
<email>[email protected]</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>svn</artifactId>
<version>1.0.0.M1</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Binary file added grails-grails-ant-0.1.1.zip
Binary file not shown.
1 change: 1 addition & 0 deletions grails-grails-ant-0.1.1.zip.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bfa00e95edbc07a08167c47df7f37eec
1 change: 1 addition & 0 deletions grails-grails-ant-0.1.1.zip.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cef0e70ba6eedd04e1400499e24169565f8e264f

0 comments on commit 86523c1

Please sign in to comment.