summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-08 01:28:08 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-08 01:28:08 -0400
commit9b89cd1b21280111a87aced6e6c857a8d0b69664 (patch)
tree1601df82486ab137a1ae5d9811b580150ba5a903 /conf
parent7c4de79ba6f95d88a7adde236aac52f38a94bdd1 (diff)
Add cal10n, and make required changes to generic/Makefile.
This means handling resources in a manner more similar to actual maven.
Diffstat (limited to 'conf')
-rw-r--r--conf/dependencies.mk3
-rw-r--r--conf/sources.mk1
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk
index a6c3356..8252d38 100644
--- a/conf/dependencies.mk
+++ b/conf/dependencies.mk
@@ -98,6 +98,9 @@ build/packages/aether-core-bootstrap: \
$(dep-jsr330) \
build/packages/httpcomponents-core \
build/packages/httpcomponents-client-bootstrap
+build/packages/cal10n: \
+ build/packages/maven-artifact-bootstrap \
+ build/packages/maven-plugin-api-bootstrap
build/packages/guava: \
$(dep-jsr305)
build/packages/qdox: \
diff --git a/conf/sources.mk b/conf/sources.mk
index 6ef3f2f..fc720fd 100644
--- a/conf/sources.mk
+++ b/conf/sources.mk
@@ -25,6 +25,7 @@ plexus-container-default = git|git://github.com/sonatype/ple
aether-core-bootstrap = git|git://git.eclipse.org/gitroot/aether/aether-core.git|aether-1.0.0.v20140518
+cal10n = git|git://github.com/qos-ch/cal10n.git|v_0.8.1
guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava
qdox = tar|http://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/qdox/qdox/2.0-M1/qdox-2.0-M1-project.tar.bz2
commons-cli = tar|$(_apache_mirror)/commons/cli/source/commons-cli-1.2-src.tar.gz