summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2009-11-09 11:04:37 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2009-11-09 11:04:37 -0400
commit5a83d582aef20f2af26e663a8208de636378a01c (patch)
tree0bf987409b3ac124abf099508d1d6f93cc734d22
parent02c06c7d09a4e1f3db3c3d4ccc00307054e72c0e (diff)
downloadcandlepin-5a83d582aef20f2af26e663a8208de636378a01c.tar.gz
candlepin-5a83d582aef20f2af26e663a8208de636378a01c.tar.xz
candlepin-5a83d582aef20f2af26e663a8208de636378a01c.zip
Fix ant build deps.
Didn't realize this was broken due to some kind of caching.
-rw-r--r--proxy/buildconf/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/buildconf/build.properties b/proxy/buildconf/build.properties
index 31fa529..8f6f445 100644
--- a/proxy/buildconf/build.properties
+++ b/proxy/buildconf/build.properties
@@ -49,11 +49,11 @@ common.jar.dependencies=bcel bcprov commons-lang jersey-core jersey-server \
jsr311-api jersey-json stringtree-json
test.jar.dependencies=antlr checkstyle dom4j emma emma_ant jdom jta \
- junit log4j mockobjects mockobjects-core mockobjects-jdk1.4-j2ee1.3 \
+ junit4 log4j mockobjects mockobjects-core mockobjects-jdk1.4-j2ee1.3 \
regexp tyrex jmock jmock-cglib strutstest gsbase jfreechart jmap
build.jar.dependencies=ant ant-junit ant-contrib ${common.jar.dependencies} \
- jersey-client
+ jersey-client hibernate-entitymanager hibernate-annotations junit4 hibernate3 hibernate-commons-annotations cglib jta antlr cglib commons-collection commons-logging dom4j ejb3-persistence freemarker hiberjavassist slf4j-api sjl4j-simple
run.jar.dependencies=asm hibernate3 jettison log4j \
xalan-j2 ${common.jar.dependencies}