diff options
author | David Boreham <dboreham@redhat.com> | 2005-01-26 21:52:35 +0000 |
---|---|---|
committer | David Boreham <dboreham@redhat.com> | 2005-01-26 21:52:35 +0000 |
commit | b65176542a299e201c81cf8cf41251eb3637d9a1 (patch) | |
tree | 26e78e784124e1c6ead2d360345fd34f1cbc55a7 | |
parent | 2de4dc57dc0cdd0e0daaa16c0e385a703693155f (diff) | |
download | ds-b65176542a299e201c81cf8cf41251eb3637d9a1.tar.gz ds-b65176542a299e201c81cf8cf41251eb3637d9a1.tar.xz ds-b65176542a299e201c81cf8cf41251eb3637d9a1.zip |
Move AXIS and DSML jars to /s/b/c
-rw-r--r-- | components.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components.mk b/components.mk index f661a26f..ba6793d5 100644 --- a/components.mk +++ b/components.mk @@ -566,8 +566,7 @@ endif # apache-axis java classes ####################################### AXIS = axis-bin-$(AXIS_VERSION).zip AXIS_FILES = $(AXIS) -#AXIS_RELEASE = $(COMPONENTS_DIR) -AXIS_RELEASE = $(COMPONENTS_DIR_DEV)/ds/ds70-bozeman +AXIS_RELEASE = $(COMPONENTS_DIR) #AXISJAR_DIR = $(AXISJAR_RELEASE)/$(AXISJAR_COMP)/$(AXISJAR_VERSION) AXIS_DIR = $(AXIS_RELEASE)/axis AXIS_FILE = $(CLASS_DEST)/$(AXIS) @@ -600,7 +599,7 @@ endif # other dsml java classes ####################################### DSMLJAR = activation.jar,jaxrpc-api.jar,jaxrpc.jar,saaj.jar,xercesImpl.jar,xml-apis.jar DSMLJAR_FILES = $(DSMLJAR) -DSMLJAR_RELEASE = $(COMPONENTS_DIR_DEV)/ds/ds70-bozeman +DSMLJAR_RELEASE = $(COMPONENTS_DIR) #DSMLJARJAR_DIR = $(DSMLJARJAR_RELEASE)/$(DSMLJARJAR_COMP)/$(DSMLJARJAR_VERSION) DSMLJAR_DIR = $(DSMLJAR_RELEASE)/dsmljars DSMLJAR_FILE = $(CLASS_DEST) |