Skip to content

Commit

Permalink
cleaned up build, faster, smaller and gradle 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Jul 4, 2012
1 parent 4bd0762 commit fe62ee6
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 753 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ apply plugin: 'project-report'

defaultTasks 'jar', 'war', 'standalone'

MAPFISH_REPO='http://dev.mapfish.org/maven/repository'
def MAPFISH_REPO='http://dev.mapfish.org/maven/repository'
repositories {
mavenRepo urls: MAPFISH_REPO
mavenRepo urls: ["http://www.ibiblio.org/maven2", "http://download.osgeo.org/webdav/geotools"]
mavenRepo url: MAPFISH_REPO
mavenRepo url: "http://download.osgeo.org/webdav/geotools"
mavenRepo url: "http://www.ibiblio.org/maven2"
mavenCentral()
}

Expand Down
3 changes: 0 additions & 3 deletions buildSrc/README

This file was deleted.

21 changes: 0 additions & 21 deletions buildSrc/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions buildSrc/experimental/build.gradle

This file was deleted.

48 changes: 0 additions & 48 deletions buildSrc/src/main/groovy/com/camptocamp/gradle/SSL.groovy

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit fe62ee6

Please sign in to comment.