source: josm/trunk/.classpath@ 10796

Last change on this file since 10796 was 10753, checked in by Don-vip, 8 years ago

update to equalsverifier 2.1.5

  • Property svn:eol-style set to native
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry excluding="org/apache/commons/compress/compressors/CompressorStreamFactory.java|org/apache/commons/compress/compressors/deflate/|org/apache/commons/compress/compressors/gzip/|org/apache/commons/compress/compressors/lzma/|org/apache/commons/compress/compressors/lzw/|org/apache/commons/compress/compressors/pack200/|org/apache/commons/compress/compressors/snappy/|org/apache/commons/compress/compressors/xz/|org/apache/commons/compress/compressors/z/|org/apache/commons/jcs/auxiliary/disk/jdbc/|org/apache/commons/jcs/utils/servlet/|org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/Log4JLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java|org/apache/commons/jcs/admin/servlet/|org/apache/commons/jcs/auxiliary/remote/http/|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteAuxiliaryCache.java|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheListener.java|org/apache/commons/jcs/auxiliary/remote/RemoteCache.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheFactory.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheNoWaitFacade.java|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheFailoverRunner.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheListener.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheManager.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheMonitor.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheNoWait.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheRestore.java|org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheStartupServlet.java|org/apache/commons/jcs/auxiliary/remote/server/TimeoutConfigurableRMISocketFactory.java|org/apache/commons/logging/impl/Jdk13LumberjackLogger.java" kind="src" path="src"/>
4 <classpathentry kind="src" path="test/unit"/>
5 <classpathentry kind="src" path="test/functional"/>
6 <classpathentry kind="src" path="test/performance"/>
7 <classpathentry kind="src" output="bin2/data" path="data"/>
8 <classpathentry kind="src" output="bin2/images" path="images"/>
9 <classpathentry kind="src" output="bin2/styles" path="styles"/>
10 <classpathentry kind="src" output="bin2/resources" path="resources"/>
11 <classpathentry kind="src" output="bin2/scripts" path="scripts"/>
12 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
13 <classpathentry kind="lib" path="test/lib/fest/fest-assert-1.0.jar"/>
14 <classpathentry kind="lib" path="test/lib/fest/fest-reflect-1.1.jar"/>
15 <classpathentry kind="lib" path="test/lib/fest/fest-swing-1.1.jar"/>
16 <classpathentry kind="lib" path="test/lib/fest/fest-util-1.0.jar"/>
17 <classpathentry kind="lib" path="test/lib/fest/jcip-annotations-1.0.jar"/>
18 <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
19 <classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
20 <classpathentry kind="lib" path="test/lib/equalsverifier-2.1.5.jar"/>
21 <classpathentry kind="lib" path="test/lib/reflections/reflections-0.9.10.jar"/>
22 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_102"/>
23 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
24 <classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.jar"/>
25 <classpathentry kind="lib" path="test/lib/unitils-core/commons-lang-2.3.jar"/>
26 <classpathentry kind="lib" path="test/lib/unitils-core/commons-logging-1.1.jar"/>
27 <classpathentry kind="lib" path="test/lib/unitils-core/ognl-2.6.9.jar"/>
28 <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.2.jar"/>
29 <classpathentry kind="lib" path="test/lib/fest/debug-1.0.jar"/>
30 <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
31 <classpathentry kind="lib" path="tools/findbugs/annotations.jar"/>
32 <classpathentry kind="output" path="bin"/>
33</classpath>
Note: See TracBrowser for help on using the repository browser.