Skip to content

Commit

Permalink
Add build for tapx-datefield
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Oct 28, 2010
1 parent a32fc3b commit 06e44f1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ subprojects {
mavenRepo urls: "https://repository.apache.org/content/repositories/orgapachetapestry-003" mavenRepo urls: "https://repository.apache.org/content/repositories/orgapachetapestry-003"


// All things JBoss/Javassist/Hibernate // All things JBoss/Javassist/Hibernate
mavenRepo urls: "https://repository.jboss.org/nexus/content/repositories/releases/" mavenRepo urls: "https://repository.jboss.org/nexus/content/repositories/releases/"

// For the Kaptcha library
mavenRepo urls: "http://tapestry.formos.com/maven-repository/"
} }


dependencies { dependencies {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
include "tapx-core" // , "tapx-datefield", "tapx-plainmessage", "tapx-prototype", "tapx-templating" include "tapx-core", "tapx-datefield" // , "tapx-plainmessage", "tapx-prototype", "tapx-templating"
5 changes: 0 additions & 5 deletions tapx-core/build.gradle
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,3 @@
repositories {
// For the Kaptcha library
mavenRepo urls: "http://tapestry.formos.com/maven-repository/"
}

dependencies { dependencies {
compile "com.google.code.kaptcha:kaptcha:2.3" compile "com.google.code.kaptcha:kaptcha:2.3"
} }
Expand Down
9 changes: 9 additions & 0 deletions tapx-datefield/build.gradle
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies {
compile project(':tapx-core')
}

jar {
manifest {
attributes 'Tapestry-Module-Classes': 'com.howardlewisship.tapx.datefield.services.DateFieldModule'
}
}

0 comments on commit 06e44f1

Please sign in to comment.