diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-03 20:46:11 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-03 21:41:21 -0400 |
commit | 665ff12949d464a4a7afa8707da7e1d21017adb2 (patch) | |
tree | 7b4aaa4e2051ca5464d68b6ff89144136f73fb28 /conf | |
parent | 08caf71adedfb791d4fea19674f135057db5997b (diff) |
add jdom
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dependencies.mk | 2 | ||||
-rw-r--r-- | conf/sources.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk index 042e527..f8b99da 100644 --- a/conf/dependencies.mk +++ b/conf/dependencies.mk @@ -59,3 +59,5 @@ build/packages/plexus-container-default: \ build/packages/guava: \ $(dep-jsr305) +build/packages/jdom-bootstrap: \ + build/packages/jaxen-bootstrap diff --git a/conf/sources.mk b/conf/sources.mk index 94b741e..86f3142 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -21,6 +21,8 @@ plexus-interpolation = git|git://github.com/sonatype/ple plexus-utils = git|git://github.com/sonatype/plexus-utils.git|plexus-utils-3.0.17 guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava +jaxen-bootstrap = tar|http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.gz +jdom-bootstrap = git|git://github.com/hunterhacker/jdom.git|JDOM-2.0.5 # Any other implementation of JSR-305 would probably be fine too. jsr305 = svn|http://jsr-305.googlecode.com/svn|trunk/ri |