From 9b89cd1b21280111a87aced6e6c857a8d0b69664 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 8 Jun 2014 01:28:08 -0400 Subject: Add cal10n, and make required changes to generic/Makefile. This means handling resources in a manner more similar to actual maven. --- conf/dependencies.mk | 3 +++ conf/sources.mk | 1 + 2 files changed, 4 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3-54-g00ecf