浏览代码

[152645] revert AXIS version to 1.2beta

Noriko Hosoi 20 年之前
父节点
当前提交
267887994c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      component_versions.mk
  2. 1 1
      internal_comp_deps.mk

+ 1 - 1
component_versions.mk

@@ -171,7 +171,7 @@ endif
 
 # jakarta/axis for DSMLGW
 ifndef AXIS_VERSION
-  AXIS_VERSION=1.2rc3
+  AXIS_VERSION=1.2beta
 endif
 
 # JSP compiler jasper

+ 1 - 1
internal_comp_deps.mk

@@ -394,7 +394,7 @@ endif
 	then echo "Error: could not get component SETUPSDK file $@" ; \
 	fi
 # apache-axis java classes #######################################
-AXIS = axis-$(AXIS_VERSION).zip
+AXIS = axis-bin-$(AXIS_VERSION).zip
 AXIS_FILES = $(AXIS)
 AXIS_RELEASE = $(COMPONENTS_DIR)/axis
 #AXISJAR_DIR = $(AXISJAR_RELEASE)/$(AXISJAR_COMP)/$(AXISJAR_VERSION)