source: josm/trunk/.classpath @ 14937

Last change on this file since 14937 was 14937, checked in by Don-vip, 5 years ago

fix #17531 - Update .classpath for eclipse (patch by taylor.smock)

  • Property svn:eol-style set to native
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry excluding="org/apache/commons/compress/PasswordRequiredException.java|org/apache/commons/compress/archivers/|org/apache/commons/compress/changes/|org/apache/commons/compress/compressors/CompressorException.java|org/apache/commons/compress/compressors/CompressorStreamFactory.java|org/apache/commons/compress/compressors/CompressorStreamProvider.java|org/apache/commons/compress/compressors/FileNameUtil.java|org/apache/commons/compress/compressors/brotli/|org/apache/commons/compress/compressors/bzip2/BZip2Utils.java|org/apache/commons/compress/compressors/deflate/|org/apache/commons/compress/compressors/gzip/|org/apache/commons/compress/compressors/lz4/|org/apache/commons/compress/compressors/lz77support/|org/apache/commons/compress/compressors/lzma/|org/apache/commons/compress/compressors/pack200/|org/apache/commons/compress/compressors/snappy/|org/apache/commons/compress/compressors/xz/XZUtils.java|org/apache/commons/compress/compressors/z/|org/apache/commons/compress/compressors/zstandard/|org/apache/commons/compress/parallel/|org/apache/commons/compress/utils/ArchiveUtils.java|org/apache/commons/jcs/JCS.java|org/apache/commons/jcs/access/GroupCacheAccess.java|org/apache/commons/jcs/access/PartitionedCacheAccess.java|org/apache/commons/jcs/access/behavior/IGroupCacheAccess.java|org/apache/commons/jcs/access/exception/InvalidGroupException.java|org/apache/commons/jcs/admin/servlet/|org/apache/commons/jcs/auxiliary/AbstractAuxiliaryCacheMonitor.java|org/apache/commons/jcs/auxiliary/disk/jdbc/|org/apache/commons/jcs/auxiliary/lateral/|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteAuxiliaryCache.java|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheListener.java|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java|org/apache/commons/jcs/auxiliary/remote/RemoteCache.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheFactory.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/RemoteCacheNoWaitFacade.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheRestore.java|org/apache/commons/jcs/auxiliary/remote/http/|org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheStartupServlet.java|org/apache/commons/jcs/auxiliary/remote/server/TimeoutConfigurableRMISocketFactory.java|org/apache/commons/jcs/engine/CacheAdaptor.java|org/apache/commons/jcs/engine/CacheGroup.java|org/apache/commons/jcs/engine/CacheWatchRepairable.java|org/apache/commons/jcs/engine/ZombieCacheService.java|org/apache/commons/jcs/engine/ZombieCacheServiceNonLocal.java|org/apache/commons/jcs/engine/ZombieCacheWatch.java|org/apache/commons/jcs/engine/logging/CacheEventLoggerDebugLogger.java|org/apache/commons/jcs/utils/access/|org/apache/commons/jcs/utils/discovery/|org/apache/commons/jcs/utils/net/|org/apache/commons/jcs/utils/props/|org/apache/commons/jcs/utils/servlet/|org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/Jdk13LumberjackLogger.java|org/apache/commons/logging/impl/Log4JLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java|org/openstreetmap/gui/jmapviewer/Demo.java|org/openstreetmap/gui/jmapviewer/JMapViewerTree.java|org/openstreetmap/gui/jmapviewer/checkBoxTree/" kind="src" path="src"/>
4        <classpathentry including="data/|images/|resources/|styles/" kind="src" path=""/>
5        <classpathentry kind="src" output="bintest" path="test/unit">
6                <attributes>
7                        <attribute name="test" value="true"/>
8                </attributes>
9        </classpathentry>
10        <classpathentry kind="src" output="bintest" path="test/functional">
11                <attributes>
12                        <attribute name="test" value="true"/>
13                </attributes>
14        </classpathentry>
15        <classpathentry kind="src" output="bintest" path="test/performance">
16                <attributes>
17                        <attribute name="test" value="true"/>
18                </attributes>
19        </classpathentry>
20        <classpathentry kind="src" output="bintest" path="scripts">
21                <attributes>
22                        <attribute name="test" value="true"/>
23                </attributes>
24        </classpathentry>
25        <classpathentry kind="lib" path="test/lib/jmockit.jar">
26                <attributes>
27                        <attribute name="test" value="true"/>
28                </attributes>
29        </classpathentry>
30        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
31                <attributes>
32                        <attribute name="test" value="true"/>
33                </attributes>
34        </classpathentry>
35        <classpathentry kind="lib" path="test/lib/jfcunit.jar">
36                <attributes>
37                        <attribute name="test" value="true"/>
38                </attributes>
39        </classpathentry>
40        <classpathentry exported="true" kind="lib" path="test/lib/equalsverifier-3.1.2.jar">
41                <attributes>
42                        <attribute name="test" value="true"/>
43                </attributes>
44        </classpathentry>
45        <classpathentry kind="lib" path="test/lib/classgraph-4.6.32.jar" sourcepath="C:/Users/vippy/.m2/repository/io/github/classgraph/classgraph/4.6.32/classgraph-4.6.32-sources.jar">
46                <attributes>
47                        <attribute name="test" value="true"/>
48                </attributes>
49        </classpathentry>
50        <classpathentry kind="lib" path="tools/guava.jar">
51                <attributes>
52                        <attribute name="test" value="true"/>
53                </attributes>
54        </classpathentry>
55        <classpathentry kind="lib" path="test/lib/system-rules-1.19.0.jar">
56                <attributes>
57                        <attribute name="test" value="true"/>
58                </attributes>
59        </classpathentry>
60        <classpathentry kind="lib" path="test/lib/commons-testing/commons-testing-2.1.0.jar">
61                <attributes>
62                        <attribute name="test" value="true"/>
63                </attributes>
64        </classpathentry>
65        <classpathentry exported="true" kind="lib" path="test/lib/wiremock-standalone-2.20.0.jar">
66                <attributes>
67                        <attribute name="test" value="true"/>
68                </attributes>
69        </classpathentry>
70        <classpathentry exported="true" kind="lib" path="test/lib/awaitility-3.1.5.jar">
71                <attributes>
72                        <attribute name="test" value="true"/>
73                </attributes>
74        </classpathentry>
75        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
76                <attributes>
77                        <attribute name="module" value="true"/>
78                </attributes>
79                <accessrules>
80                        <accessrule kind="discouraged" pattern="sun/security/**"/>
81                        <accessrule kind="discouraged" pattern="javafx/scene/media/**"/>
82                        <accessrule kind="discouraged" pattern="com/sun/javafx/application/PlatformImpl"/>
83                        <accessrule kind="discouraged" pattern="javafx/util/Duration"/>
84                </accessrules>
85        </classpathentry>
86        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT">
87                <attributes>
88                        <attribute name="test" value="true"/>
89                </attributes>
90        </classpathentry>
91        <classpathentry kind="lib" path="tools/pmd/commons-lang3-3.8.1.jar">
92                <attributes>
93                        <attribute name="test" value="true"/>
94                </attributes>
95        </classpathentry>
96        <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT">
97                <attributes>
98                        <attribute name="test" value="true"/>
99                </attributes>
100        </classpathentry>
101        <classpathentry exported="true" kind="lib" path="tools/spotbugs/spotbugs-annotations.jar">
102                <attributes>
103                        <attribute name="test" value="true"/>
104                </attributes>
105        </classpathentry>
106        <classpathentry kind="lib" path="tools/groovy/groovy-cli-commons-2.5.5.jar">
107                <attributes>
108                        <attribute name="test" value="true"/>
109                </attributes>
110        </classpathentry>
111        <classpathentry kind="lib" path="tools/groovy/groovy-xml-2.5.5.jar">
112                <attributes>
113                        <attribute name="test" value="true"/>
114                </attributes>
115        </classpathentry>
116        <classpathentry kind="output" path="bin"/>
117</classpath>
Note: See TracBrowser for help on using the repository browser.