CASA-auth-token: install xercesImpl.jar but not include in war file

This commit is contained in:
soochoi 2007-01-24 04:31:10 +00:00
parent f85a54358f
commit 3a6e08dc7e
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ EXTRA_DIST = axis.jar \
wss4j-1.5.0.jar \
xalan.jar \
xml-apis.jar \
xercesImpl.jar \
xmlsec-1.2.1.jar
.PHONY: package package-clean package-install package-uninstall

View File

@ -154,6 +154,7 @@ $(BUILDDIR)/$(WEBAPP): $(BUILDDIR) $(CLASSES)
cp ../src/com/novell/casa/authtoksvc/Krb5_mechanism.settings $(BUILDDIR)/webapp/WEB-INF/conf/installed_auth_mechanisms/Krb5Authenticate/mechanism.settings
cp ../src/com/novell/casa/authtoksvc/Pwd_mechanism.settings $(BUILDDIR)/webapp/WEB-INF/conf/installed_auth_mechanisms/PwdAuthenticate/mechanism.settings
cp $(AXIS_JARS_DIR)/*.jar $(BUILDDIR)/webapp/WEB-INF/lib/
rm $(BUILDDIR)/webapp/WEB-INF/lib/xercesImpl.jar
ls $(BUILDDIR)/webapp/WEB-INF/lib/
jar cvf $(BUILDDIR)/$(WEBAPP) -C $(BUILDDIR)/webapp .
cp $(BUILDDIR)/$(WEBAPP) $(LIBDIR)/java/