Skip to content

Commit

Permalink
Deleted domain and added BuildConfig with path to domain plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhagen committed Jan 15, 2010
1 parent 4ca7d05 commit 4d399c6
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 1,294 deletions.
5 changes: 4 additions & 1 deletion qanban-domain-plugin/plugin.xml
Expand Up @@ -32,5 +32,8 @@ This plugin hold the domain model for the Qanban application
<resource>UrlMappings</resource> <resource>UrlMappings</resource>
<resource>DataSource</resource> <resource>DataSource</resource>
</resources> </resources>
<dependencies /> <dependencies>
<plugin name='acegi' version='* &gt; 0.5.2' />
<plugin name='hibernate' version='1.1.1' />
</dependencies>
</plugin> </plugin>
2 changes: 1 addition & 1 deletion qanban/application.properties
@@ -1,5 +1,5 @@
#utf-8 #utf-8
#Thu Jan 14 10:30:39 CET 2010 #Fri Jan 15 11:38:29 CET 2010
plugins.acegi=0.5.2 plugins.acegi=0.5.2
app.version=0.1 app.version=0.1
plugins.jquery=1.3.2.4 plugins.jquery=1.3.2.4
Expand Down
1 change: 1 addition & 0 deletions qanban/grails-app/conf/BuildConfig.groovy
@@ -0,0 +1 @@
grails.plugin.location.'qanban-domain' = "../qanban-domain-plugin"
35 changes: 0 additions & 35 deletions qanban/grails-app/domain/se/qbranch/qanban/Board.groovy

This file was deleted.

43 changes: 0 additions & 43 deletions qanban/grails-app/domain/se/qbranch/qanban/BoardEvent.groovy

This file was deleted.

49 changes: 0 additions & 49 deletions qanban/grails-app/domain/se/qbranch/qanban/BoardEventCreate.groovy

This file was deleted.

53 changes: 0 additions & 53 deletions qanban/grails-app/domain/se/qbranch/qanban/Card.groovy

This file was deleted.

41 changes: 0 additions & 41 deletions qanban/grails-app/domain/se/qbranch/qanban/CardEvent.groovy

This file was deleted.

98 changes: 0 additions & 98 deletions qanban/grails-app/domain/se/qbranch/qanban/CardEventCreate.groovy

This file was deleted.

0 comments on commit 4d399c6

Please sign in to comment.