added for generation of vamsas classes
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 19 Sep 2005 13:12:29 +0000 (13:12 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 19 Sep 2005 13:12:29 +0000 (13:12 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@13 be28352e-c001-0410-b1a7-c7978e42abec

lib/activation.jar [new file with mode: 0644]
lib/castor-0.9.9M1.jar [new file with mode: 0644]
lib/commons-logging.properties [new file with mode: 0644]
lib/log4j.properties [new file with mode: 0644]
lib/xercesImpl.jar [new file with mode: 0644]
lib/xml-apis.jar [new file with mode: 0644]
lib/xmlsec.jar [new file with mode: 0644]

diff --git a/lib/activation.jar b/lib/activation.jar
new file mode 100644 (file)
index 0000000..db4b1fb
Binary files /dev/null and b/lib/activation.jar differ
diff --git a/lib/castor-0.9.9M1.jar b/lib/castor-0.9.9M1.jar
new file mode 100644 (file)
index 0000000..2d303b6
Binary files /dev/null and b/lib/castor-0.9.9M1.jar differ
diff --git a/lib/commons-logging.properties b/lib/commons-logging.properties
new file mode 100644 (file)
index 0000000..a809e04
--- /dev/null
@@ -0,0 +1,8 @@
+# Uncomment the next line to disable all logging.
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
+
+# Uncomment the next line to enable the simple log based logging
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
+
+# Uncomment the next line to enable log4j based logging
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
diff --git a/lib/log4j.properties b/lib/log4j.properties
new file mode 100644 (file)
index 0000000..3ca86f4
--- /dev/null
@@ -0,0 +1,20 @@
+# Set root category priority to INFO and its only appender to CONSOLE.
+log4j.rootCategory=INFO, CONSOLE
+#log4j.rootCategory=INFO, CONSOLE, LOGFILE
+
+# Set the enterprise logger category to FATAL and its only appender to CONSOLE.
+log4j.logger.org.apache.axis.enterprise=FATAL, CONSOLE
+
+# CONSOLE is set to be a ConsoleAppender using a PatternLayout.
+log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
+log4j.appender.CONSOLE.Threshold=INFO
+log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
+log4j.appender.CONSOLE.layout.ConversionPattern=- %m%n
+
+# LOGFILE is set to be a File appender using a PatternLayout.
+log4j.appender.LOGFILE=org.apache.log4j.FileAppender
+log4j.appender.LOGFILE.File=axis.log
+log4j.appender.LOGFILE.Append=true
+log4j.appender.LOGFILE.Threshold=INFO
+log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout
+log4j.appender.LOGFILE.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
diff --git a/lib/xercesImpl.jar b/lib/xercesImpl.jar
new file mode 100644 (file)
index 0000000..6497101
Binary files /dev/null and b/lib/xercesImpl.jar differ
diff --git a/lib/xml-apis.jar b/lib/xml-apis.jar
new file mode 100644 (file)
index 0000000..a3fd9a1
Binary files /dev/null and b/lib/xml-apis.jar differ
diff --git a/lib/xmlsec.jar b/lib/xmlsec.jar
new file mode 100644 (file)
index 0000000..d2eda1b
Binary files /dev/null and b/lib/xmlsec.jar differ