summaryrefslogtreecommitdiffstats
path: root/internal_buildpaths.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-10-29 02:21:51 +0000
committerRich Megginson <rmeggins@redhat.com>2005-10-29 02:21:51 +0000
commit1edb0d5cd52be6c43a2291997468d7ff413f6a21 (patch)
tree2b39b7c681498ecff7947fba1ae3f1b9d09792a5 /internal_buildpaths.mk
parent3d5f79ddfc4b6f9c6ee97c1e7a300bdc7ba90d01 (diff)
downloadds-1edb0d5cd52be6c43a2291997468d7ff413f6a21.tar.gz
ds-1edb0d5cd52be6c43a2291997468d7ff413f6a21.tar.xz
ds-1edb0d5cd52be6c43a2291997468d7ff413f6a21.zip
Bug(s) fixed: 171892
Bug Description: parameterize ldapjdk and crimson jar locations Reviewed by: Noriko, Nathan (Thanks!) Fix Description: This is also needed for GAR. The xmltools also ldapjdk.jar, and needs crimson.jar. DSMLGW does not need crimson.jar. It makes sense to separate these out of the dsmlgw jars. I changed the dsmlgw build.xml to be able to pickup ldapjdk.jar from a different location - defaults to the usual dist/classes. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none Bug(s) fixed: 172005 Bug Description: Change ldapserver version to 1.0 Reviewed by: Noriko (Thanks!) Fix Description: This also fixes some lingering build issues involving perldap, which is no longer a separate setup package, but just gets included into DS in a similar manner to nspr, nss, etc. Platforms tested: RHEL4 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_buildpaths.mk')
-rw-r--r--internal_buildpaths.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/internal_buildpaths.mk b/internal_buildpaths.mk
index 90de290d..ce7e505d 100644
--- a/internal_buildpaths.mk
+++ b/internal_buildpaths.mk
@@ -141,3 +141,11 @@ ADMSERV_DIR=$(ABS_ROOT_PARENT)/dist/$(NSOBJDIR_NAME)/adminserver
endif
DSMLGWJARS_BUILD_DIR = $(CLASS_DEST)
+
+LDAPJDK_DIR = $(CLASS_DEST)
+
+CRIMSON_BUILD_DIR = $(CLASS_DEST)
+
+ifndef PERLDAP_SOURCE_ROOT
+PERLDAP_BUILT_DIR = $(NSCP_DISTDIR_FULL_RTL)/perldap
+endif