More changes for the removal of the Axis dependencies.

Removed the log files created by the Windows INSTALL.

Corrected the "Author" for files created by Greg.

Tuned the ATS logs to be less chatty and have a greater backlog.

Updated the NOTICES file and added READMEs to provide information
about external packages included in the project.
This commit is contained in:
Juan Carlos Luciani
2007-03-17 06:39:46 +00:00
parent 33a49c686a
commit 7a44908936
26 changed files with 2650 additions and 2904 deletions

View File

@@ -1,25 +1,3 @@
The following describes the source of the files present in this folder.
axis-1_4 ----> axis-ant.jar
axis-1_4 ----> axis.jar
axis-1_4 ----> commons-discovery-0.2.jar
axis-1_4 ----> commons-logging-1.0.4.jar
xml-security-1_2_1 ----> commons-logging-api.jar
axis-1_4 ----> jaxrpc.jar
axis-1_4 ----> log4j-1.2.8.jar
axis-1_4 ----> log4j.properties
axis-1_4 ----> saaj.jar
axis-1_4 ----> wsdl4j-1.5.1.jar
wss4j-1.5 ----> wss4j-1.5.0.jar
xml-security-1_2_1 ----> xalan.jar
xml-security-1_2_1 ----> xercesImpl.jar
xml-security-1_2_1 ----> xml-apis.jar
xml-security-1_2_1 ----> xmlsec-1.2.1.jar
xml-security-1_2_1 - URL: http://xml.apache.org/security/dist/java-library/ - File: xml-security-bin-1_2_1.zip
axis-1_4 - URL: http://www.apache.org/dyn/closer.cgi/ws/axis/1_4 - File: axis-bin-1_4.tar.gz
wss4j-1.5 - URL: http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_5_0 - File: wss4j-bin-1.5.0.zip
This folder contains components which this project depends on.

View File

@@ -26,7 +26,7 @@ DIST_SUBDIRS = logging-log4j-1.2.14
CFILES =
EXTRA_DIST =
EXTRA_DIST = README
.PHONY: package package-clean package-install package-uninstall
package package-clean package-install package-uninstall:

View File

@@ -0,0 +1,8 @@
The files in this folder were downloaded from: http://www.apache.org/dist/logging/log4j/1.2.14/
Only the files necessary to satisfy the dependencies of this project were extracted from the
downloaded files.
The downloaded files are included in the project to improve maintenability. Use of these files
for any other purpose is discouraged, instead they should be obtained from apache.org.

View File

@@ -26,7 +26,7 @@ DIST_SUBDIRS = xml-security-1_4_0
CFILES =
EXTRA_DIST =
EXTRA_DIST = README
.PHONY: package package-clean package-install package-uninstall
package package-clean package-install package-uninstall:

View File

@@ -0,0 +1,11 @@
The files in this folder were downloaded from: http://www.apache.org/dist/xml/security/java-library/
Only the files necessary to satisfy the dependencies of this project were extracted from the
downloaded files.
The downloaded files are included in the project to improve maintenability. Use of these files
for any other purpose is discouraged, instead they should be obtained from apache.org.

View File

@@ -27,6 +27,7 @@ DIST_SUBDIRS =
CFILES =
EXTRA_DIST = commons-logging.jar \
xercesImpl.jar \
xmlsec-1.4.0.jar
.PHONY: package package-clean package-install package-uninstall