[jboss-svn-commits] JBL Code SVN: r12491 - in labs/jbossesb/workspace/dbevenius/product: core/listeners/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jun 12 10:25:15 EDT 2007
Author: beve
Date: 2007-06-12 10:25:15 -0400 (Tue, 12 Jun 2007)
New Revision: 12491
Modified:
labs/jbossesb/workspace/dbevenius/product/.classpath
labs/jbossesb/workspace/dbevenius/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/FtpFileCache.java
Log:
Added jar and updated javadoc
Modified: labs/jbossesb/workspace/dbevenius/product/.classpath
===================================================================
--- labs/jbossesb/workspace/dbevenius/product/.classpath 2007-06-12 14:13:56 UTC (rev 12490)
+++ labs/jbossesb/workspace/dbevenius/product/.classpath 2007-06-12 14:25:15 UTC (rev 12491)
@@ -10,7 +10,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/ext/activation.jar"/>
<classpathentry kind="lib" path="lib/ext/antlr-2.7.6.jar"/>
- <classpathentry kind="lib" path="lib/ext/antlr-3.0ea8.jar"/>
<classpathentry kind="lib" path="lib/ext/commons-collections-2.0.jar"/>
<classpathentry kind="lib" path="lib/ext/commons-collections-3.2.jar"/>
<classpathentry kind="lib" path="lib/ext/commons-lang-2.1.jar"/>
@@ -35,7 +34,6 @@
<classpathentry kind="lib" path="lib/ext/properties-plugin.jar"/>
<classpathentry kind="lib" path="lib/ext/scout-1.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/ext/stax-api-1.0.1.jar"/>
- <classpathentry kind="lib" path="lib/ext/stringtemplate-2.3b6.jar"/>
<classpathentry kind="lib" path="lib/ext/xalan-2.7.0.jar"/>
<classpathentry kind="lib" path="lib/ext/xbean.jar"/>
<classpathentry kind="lib" path="lib/ext/xercesImpl-2.7.1.jar"/>
@@ -66,5 +64,19 @@
<classpathentry kind="lib" path="lib/ext/standalone/c3p0-0.9.1-pre9.jar"/>
<classpathentry kind="lib" path="lib/ext/jboss-jaxws.jar"/>
<classpathentry kind="lib" path="lib/ext/jbossws-spi.jar"/>
+ <classpathentry kind="lib" path="lib/ext/antlr-3.0b7.jar"/>
+ <classpathentry kind="lib" path="lib/ext/asm.jar"/>
+ <classpathentry kind="lib" path="lib/ext/cglib-2.1_3.jar"/>
+ <classpathentry kind="lib" path="lib/ext/commons-httpclient.jar"/>
+ <classpathentry kind="lib" path="lib/ext/commons-logging-1.0.4.jar"/>
+ <classpathentry kind="lib" path="lib/ext/hibernate3.jar"/>
+ <classpathentry kind="lib" path="lib/ext/javassist.jar"/>
+ <classpathentry kind="lib" path="lib/ext/jboss-aop-jdk50.jar"/>
+ <classpathentry kind="lib" path="lib/ext/jboss-messaging-client.jar"/>
+ <classpathentry kind="lib" path="lib/ext/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="lib/ext/jbossweb.jar"/>
+ <classpathentry kind="lib" path="lib/ext/stringtemplate-3.0.jar"/>
+ <classpathentry kind="lib" path="lib/ext/trove.jar"/>
+ <classpathentry kind="lib" path="lib/ext/wstx-lgpl-3.2.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: labs/jbossesb/workspace/dbevenius/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/FtpFileCache.java
===================================================================
--- labs/jbossesb/workspace/dbevenius/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/FtpFileCache.java 2007-06-12 14:13:56 UTC (rev 12490)
+++ labs/jbossesb/workspace/dbevenius/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/FtpFileCache.java 2007-06-12 14:25:15 UTC (rev 12491)
@@ -20,6 +20,9 @@
/**
* Implements a cache of file names which can be replicated in a cluster.
*
+ * See the <a href="http://labs.jboss.com/jbosscache">JBoss Cache</a> docs
+ * for details on configuring the cache.
+ *
* @author <a href="daniel.bevenius at redpill.se">Daniel Bevenius</a>
*
*/
More information about the jboss-svn-commits
mailing list