summaryrefslogtreecommitdiffstats
path: root/internal_comp_deps.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-02-10 23:22:00 +0000
committerRich Megginson <rmeggins@redhat.com>2006-02-10 23:22:00 +0000
commit3e9312ac1c76ac990ea44b5b837a795c04def632 (patch)
tree7059108d9a95202524a11969616e545926ee6aa5 /internal_comp_deps.mk
parent1d536d11e33c64496f59faf0bebd5aa4c1c20a49 (diff)
downloadds-3e9312ac1c76ac990ea44b5b837a795c04def632.tar.gz
ds-3e9312ac1c76ac990ea44b5b837a795c04def632.tar.xz
ds-3e9312ac1c76ac990ea44b5b837a795c04def632.zip
Bug(s) fixed: 178479
Bug Description: DSMLGW code uses non-standard sun.misc.Base64Encoder Reviewed by: The team (Thanks!) Fix Description: Added jakarta-commons-codec.jar to the DS build and packaging. We will need to add this file to the bundle of dsmlgw jar files on /share/builds/components. Platforms tested: Fedora Core 4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
Diffstat (limited to 'internal_comp_deps.mk')
-rw-r--r--internal_comp_deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_comp_deps.mk b/internal_comp_deps.mk
index 9a35cb8f..7b437da0 100644
--- a/internal_comp_deps.mk
+++ b/internal_comp_deps.mk
@@ -450,7 +450,7 @@ DSMLJAR_FILES = $(DSMLJAR)
DSMLJAR_RELEASE = $(COMPONENTS_DIR)
#DSMLJARJAR_DIR = $(DSMLJARJAR_RELEASE)/$(DSMLJARJAR_COMP)/$(DSMLJARJAR_VERSION)
DSMLJAR_DIR = $(DSMLJAR_RELEASE)/dsmljars
-DSMLJAR_DEP = $(CLASS_DEST)/activation.jar $(CLASS_DEST)/jaxrpc-api.jar $(CLASS_DEST)/jaxrpc.jar $(CLASS_DEST)/saaj.jar $(CLASS_DEST)/xercesImpl.jar $(CLASS_DEST)/xml-apis.jar
+DSMLJAR_DEP = $(CLASS_DEST)/activation.jar $(CLASS_DEST)/jaxrpc-api.jar $(CLASS_DEST)/jaxrpc.jar $(CLASS_DEST)/saaj.jar $(CLASS_DEST)/xercesImpl.jar $(CLASS_DEST)/xml-apis.jar $(CLASS_DEST)/jakarta-commons-codec.jar
ifndef DSMLJAR_PULL_METHOD
DSMLJAR_PULL_METHOD = $(COMPONENT_PULL_METHOD)