2003-06-20 22:33:47 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-06-21 20:48:24 +08:00
|
|
|
<!--
|
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License.
|
|
|
|
|
-->
|
|
|
|
|
<!--
|
|
|
|
|
This is a sample Eclipse .classpath file, which can be used to help set up the proper .classpath.
|
|
|
|
|
Note that the "con" entry may be different on individual systems, but the other entries
|
|
|
|
|
should generally be the same, unless you attach sources or javadoc to the jars.
|
|
|
|
|
-->
|
2003-06-20 22:33:47 +08:00
|
|
|
<classpath>
|
2010-06-21 20:48:24 +08:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
2007-03-10 02:46:14 +08:00
|
|
|
<classpathentry kind="src" output="build/components" path="src/components"/>
|
2009-05-09 21:46:07 +08:00
|
|
|
<classpathentry kind="src" output="build/core" path="src/core"/>
|
|
|
|
|
<classpathentry kind="src" output="build/examples" path="src/examples"/>
|
2007-02-28 06:18:24 +08:00
|
|
|
<classpathentry kind="src" output="build/functions" path="src/functions"/>
|
2009-05-09 21:46:07 +08:00
|
|
|
<classpathentry kind="src" output="build/jorphan" path="src/jorphan"/>
|
|
|
|
|
<classpathentry kind="src" output="build/junit" path="src/junit"/>
|
|
|
|
|
<classpathentry kind="src" output="build/monitor/components" path="src/monitor/components"/>
|
|
|
|
|
<classpathentry kind="src" output="build/monitor/model" path="src/monitor/model"/>
|
2007-02-28 06:18:24 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/ftp" path="src/protocol/ftp"/>
|
2009-05-09 21:46:07 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/http" path="src/protocol/http"/>
|
2007-06-10 06:38:10 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/java" path="src/protocol/java"/>
|
2009-05-09 21:46:07 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/jdbc" path="src/protocol/jdbc"/>
|
|
|
|
|
<classpathentry kind="src" output="build/protocol/jms" path="src/protocol/jms"/>
|
2007-02-28 06:18:24 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/ldap" path="src/protocol/ldap"/>
|
2007-03-10 02:46:14 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/mail" path="src/protocol/mail"/>
|
2013-05-19 01:20:53 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/mongodb" path="src/protocol/mongodb"/>
|
2012-04-30 23:47:54 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/native" path="src/protocol/native"/>
|
2007-02-28 06:18:24 +08:00
|
|
|
<classpathentry kind="src" output="build/protocol/tcp" path="src/protocol/tcp"/>
|
2007-03-10 02:46:14 +08:00
|
|
|
<classpathentry kind="src" output="build/reports" path="src/reports"/>
|
|
|
|
|
<classpathentry kind="src" output="build/test" path="test/src"/>
|
2011-03-05 00:06:26 +08:00
|
|
|
<classpathentry kind="lib" path="lib/activation-1.1.1.jar"/>
|
2004-05-22 20:19:24 +08:00
|
|
|
<classpathentry kind="lib" path="lib/avalon-framework-4.1.4.jar"/>
|
2007-03-04 04:29:49 +08:00
|
|
|
<classpathentry kind="lib" path="lib/bsf-2.4.0.jar"/>
|
2009-09-19 22:00:45 +08:00
|
|
|
<classpathentry kind="lib" path="lib/bsh-2.0b5.jar"/>
|
2013-05-09 04:39:12 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.8.jar"/>
|
2009-09-19 22:00:45 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
|
2007-08-28 23:24:02 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
|
2013-05-09 04:39:12 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
|
2007-03-04 04:29:49 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-jexl-1.1.jar"/>
|
2012-01-18 18:40:22 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-jexl-2.1.1.jar"/>
|
2012-08-23 08:48:23 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
|
2013-06-30 05:05:25 +08:00
|
|
|
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/commons-net-3.3.jar"/>
|
2007-02-28 06:18:24 +08:00
|
|
|
<classpathentry kind="lib" path="lib/excalibur-datasource-1.1.1.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/excalibur-instrument-1.0.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/excalibur-logger-1.1.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/excalibur-pool-1.2.jar"/>
|
2010-06-21 10:35:49 +08:00
|
|
|
<classpathentry kind="lib" path="lib/geronimo-jms_1.1_spec-1.1.1.jar"/>
|
2011-09-26 07:25:53 +08:00
|
|
|
<classpathentry kind="lib" path="lib/htmllexer-2.1.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/htmlparser-2.1.jar"/>
|
2013-05-01 04:24:43 +08:00
|
|
|
<classpathentry kind="lib" path="lib/httpclient-4.2.5.jar"/>
|
2013-04-13 05:01:01 +08:00
|
|
|
<classpathentry kind="lib" path="lib/httpcore-4.2.4.jar"/>
|
2013-05-01 04:24:43 +08:00
|
|
|
<classpathentry kind="lib" path="lib/httpmime-4.2.5.jar"/>
|
2012-01-24 00:12:37 +08:00
|
|
|
<classpathentry kind="lib" path="lib/jcharts-0.7.5.jar"/>
|
2013-05-09 04:39:12 +08:00
|
|
|
<classpathentry kind="lib" path="lib/jdom-1.1.3.jar"/>
|
2012-11-30 05:57:52 +08:00
|
|
|
<classpathentry kind="lib" path="lib/rhino-1.7R4.jar"/>
|
2013-06-30 05:05:25 +08:00
|
|
|
<classpathentry kind="lib" path="lib/jodd-core-3.4.4.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jodd-lagarto-3.4.4.jar"/>
|
2013-02-20 06:17:33 +08:00
|
|
|
<classpathentry kind="lib" path="lib/jsoup-1.7.2.jar"/>
|
2010-01-10 05:09:02 +08:00
|
|
|
<classpathentry kind="lib" path="lib/jtidy-r938.jar"/>
|
2013-05-09 04:39:12 +08:00
|
|
|
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
|
2009-09-19 22:00:45 +08:00
|
|
|
<classpathentry kind="lib" path="lib/logkit-2.0.jar"/>
|
2011-09-26 07:06:49 +08:00
|
|
|
<classpathentry kind="lib" path="lib/mail-1.4.4.jar"/>
|
2013-06-30 05:05:25 +08:00
|
|
|
<classpathentry kind="lib" path="lib/mongo-java-driver-2.11.2.jar"/>
|
2013-07-06 04:39:54 +08:00
|
|
|
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.0.7.jar"/>
|
2009-09-19 22:00:45 +08:00
|
|
|
<classpathentry kind="lib" path="lib/oro-2.0.8.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/serializer-2.7.1.jar"/>
|
2013-05-09 04:39:12 +08:00
|
|
|
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
|
2009-09-19 22:00:45 +08:00
|
|
|
<classpathentry kind="lib" path="lib/soap-2.3.1.jar"/>
|
2013-07-08 03:15:31 +08:00
|
|
|
<classpathentry kind="lib" path="lib/tika-core-1.4.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/tika-parsers-1.4.jar"/>
|
2009-09-19 22:00:45 +08:00
|
|
|
<classpathentry kind="lib" path="lib/xalan-2.7.1.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/xercesImpl-2.9.1.jar"/>
|
2009-09-25 07:56:20 +08:00
|
|
|
<classpathentry kind="lib" path="lib/xml-apis-1.3.04.jar"/>
|
2013-05-09 04:39:12 +08:00
|
|
|
<classpathentry kind="lib" path="lib/xmlgraphics-commons-1.5.jar"/>
|
2012-04-23 14:53:39 +08:00
|
|
|
<classpathentry kind="lib" path="lib/xmlpull-1.1.3.1.jar"/>
|
2008-03-31 20:21:06 +08:00
|
|
|
<classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
|
2013-05-09 04:39:12 +08:00
|
|
|
<classpathentry kind="lib" path="lib/xstream-1.4.4.jar"/>
|
2011-07-22 08:00:58 +08:00
|
|
|
<!-- Needed for build and test -->
|
2013-04-01 06:06:03 +08:00
|
|
|
<classpathentry kind="lib" path="lib/api/bcmail-jdk15on-1.48.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/api/bcprov-jdk15on-1.48.jar"/>
|
|
|
|
|
<classpathentry kind="lib" path="lib/api/bcpkix-jdk15on-1.48.jar"/>
|
2011-03-05 00:06:26 +08:00
|
|
|
<classpathentry kind="output" path="build"/>
|
2003-06-20 22:33:47 +08:00
|
|
|
</classpath>
|