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.
Major new version of ala-web-theme - 0.2-SNAPSHOT - uses Grails 2.3.5…
… and thus SNAPSHOT version numbering should allow latest version to be picked up automatically. Previous version was tagged in svn. git-svn-id: http://ala.googlecode.com/svn/trunk/ala-web-theme@183 cf76a52e-83f7-1f8e-e3a8-b8364d34af1a
- Loading branch information
Showing
10 changed files
with
348 additions
and
150 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,5 @@ | ||
#Grails Metadata file | ||
#Mon Dec 09 20:00:04 EST 2013 | ||
app.grails.version=2.2.2 | ||
app.name=ala-web-theme | ||
#Wed Feb 26 15:15:56 EST 2014 | ||
app.grails.version=2.3.5 | ||
app.name=ala-web-theme | ||
app.servlet.version=2.5 |
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
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
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.2' grailsVersion='2.1 > *'> | ||
<plugin name='ala-web-theme' version='0.2-SNAPSHOT' grailsVersion='2.1 > *'> | ||
<author>Nick dos Remedios</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<title>Ala Web Theme Plugin</title> | ||
|
@@ -16,29 +16,4 @@ made to `ala.less` and then CSS files generated with provided script (see README | |
<resource>au.org.ala.web.HttpWebService</resource> | ||
<resource>au.org.ala.web.theme.HeaderFooterTagLib</resource> | ||
</resources> | ||
<repositories> | ||
<repository name='grailsCentral' url='http://grails.org/plugins' /> | ||
<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='2.0-SNAPSHOT' /> | ||
</compile> | ||
</dependencies> | ||
<plugins> | ||
<compile> | ||
<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.2.1' /> | ||
<plugin group='org.grails.plugins' name='jquery' version='1.7.1' /> | ||
</runtime> | ||
</plugins> | ||
<runtimePluginRequirements /> | ||
<behavior /> | ||
</plugin> |
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
Oops, something went wrong.