forked from AtlasOfLivingAustralia/ala-web-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://ala.googlecode.com/svn/trunk/ala-web-theme@165 cf76a52e-83f7-1f8e-e3a8-b8364d34af1a
- Loading branch information
1 parent
b7883ea
commit ee9f497
Showing
4 changed files
with
14 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Grails Metadata file | ||
#Tue Sep 03 12:11:08 EST 2013 | ||
app.grails.version=2.2.4 | ||
app.name=ala-web-theme | ||
#Mon Dec 09 20:00:04 EST 2013 | ||
app.grails.version=2.2.2 | ||
app.name=ala-web-theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<plugin name='ala-web-theme' version='0.2.0' grailsVersion='2.1 > *'> | ||
<plugin name='ala-web-theme' version='0.2.2' grailsVersion='2.1 > *'> | ||
<author>Nick dos Remedios</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<title>Ala Web Theme Plugin</title> | ||
|
@@ -21,20 +21,21 @@ made to `ala.less` and then CSS files generated with provided script (see README | |
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' /> | ||
<repository name='http://maven.ala.org.au/repository' url='http://maven.ala.org.au/repository/' /> | ||
<repository name='Codehaus' url='http://repository.codehaus.org/' /> | ||
<repository name='http://grails.org/plugins' url='http://grails.org/plugins' /> | ||
</repositories> | ||
<dependencies> | ||
<compile> | ||
<dependency group='org.jasig.cas.client' name='cas-client-core' version='3.1.12' /> | ||
<dependency group='au.org.ala' name='ala-cas-client' version='1.0-SNAPSHOT' /> | ||
<dependency group='au.org.ala' name='ala-cas-client' version='2.0-SNAPSHOT' /> | ||
</compile> | ||
</dependencies> | ||
<plugins> | ||
<compile> | ||
<plugin group='org.grails.plugins' name='rest' version='0.7' /> | ||
<plugin group='org.grails.plugins' name='cache-ehcache' version='1.0.0' /> | ||
<plugin group='org.grails.plugins' name='rest' version='0.7' /> | ||
</compile> | ||
<runtime> | ||
<plugin group='org.grails.plugins' name='resources' version='1.1.6' /> | ||
<plugin group='org.grails.plugins' name='resources' version='1.2.1' /> | ||
<plugin group='org.grails.plugins' name='jquery' version='1.7.1' /> | ||
</runtime> | ||
</plugins> | ||
|