1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove unnecessary repos from main build file (EBR should only be needed for bundlor) and we generally have no need to build against snapshots other than for one-off testing.

This commit is contained in:
Luke Taylor
2011-03-10 19:36:10 +00:00
parent 50828cdd43
commit 9c09f0b73d
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ repositories {
mavenLocal()
mavenCentral()
mavenRepo name: 'SpringSource Enterprise Release', urls: 'http://repository.springsource.com/maven/bundles/release'
mavenRepo name: 'SpringSource Enterprise External', urls: 'http://repository.springsource.com/maven/bundles/external'
}
// Docbook Plugin