Skip to content

Commit

Permalink
Project re-structure, clean up old jars and move plug-in src to root.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Campbell committed Aug 28, 2011
1 parent 2b61b88 commit 2ddd052
Show file tree
Hide file tree
Showing 28 changed files with 21 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
Expand Up @@ -17,7 +17,7 @@

class OauthGrailsPlugin {

def version = 0.12
def version = 0.13
def dependsOn = [:]
def author = "Yong Rong (Damien) Hou, Anthony Campbell"
def authorEmail = "houyongr [[at] gmail [dot]] com, acampbell3000 [[at] gmail [dot]] com"
Expand Down
File renamed without changes.
Expand Up @@ -2,6 +2,6 @@
#Fri Aug 19 00:47:35 BST 2011
app.grails.version=1.3.7
app.name=oauth-plugin
app.version=0.12
app.version=0.13
plugins.hibernate=1.3.7
plugins.tomcat=1.3.7
Binary file removed commons-codec-1.3.jar
Binary file not shown.
Binary file removed commons-httpclient-3.1.jar
Binary file not shown.
Binary file removed core-20080328.jar
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions oauth-plugin/.gitignore

This file was deleted.

19 changes: 19 additions & 0 deletions plugin.xml
@@ -0,0 +1,19 @@
<plugin name='oauth' version='0.12' grailsVersion='1.3.7 &gt; *'>
<author>Yong Rong (Damien) Hou, Anthony Campbell</author>
<authorEmail>houyongr [[at] gmail [dot]] com, acampbell3000 [[at] gmail [dot]] com</authorEmail>
<title>Adds OAuth capability to Grails apps</title>
<description>Wraps up the Signpost OAuth Java implementation and provides out-of-the-box
OAuth functionality for Grails appplications.</description>
<documentation>http://www.grails.org/plugin/oauth</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>org.grails.plugins.oauth.OauthController</resource>
<resource>org.grails.plugins.oauth.OauthService</resource>
<resource>org.grails.plugins.oauth.OauthServiceException</resource>
<resource>org.grails.plugins.oauth.OauthTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 2ddd052

Please sign in to comment.