Changeset 16229 in josm for trunk/.classpath
- Timestamp:
- 2020-04-04T16:54:07+02:00 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 16 16 test_BLOCK_v2.* 17 17 validator-* 18 .josm-local
-
- Property svn:ignore
-
trunk/.classpath
r16176 r16229 23 23 </attributes> 24 24 </classpathentry> 25 <classpathentry kind="lib" path="test/lib/jmockit.jar">26 <attributes>27 <attribute name="test" value="true"/>28 </attributes>29 </classpathentry>30 25 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"> 31 26 <attributes> … … 34 29 </classpathentry> 35 30 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM&ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=ivysettings.xml&loadSettingsOnDemand=false&ivyUserDir=&propertyFiles="/> 36 <classpathentry kind="lib" path="test/lib/jfcunit.jar">37 <attributes>38 <attribute name="test" value="true"/>39 </attributes>40 </classpathentry>41 <classpathentry exported="true" kind="lib" path="test/lib/equalsverifier-3.1.2.jar">42 <attributes>43 <attribute name="test" value="true"/>44 </attributes>45 </classpathentry>46 <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">47 <attributes>48 <attribute name="test" value="true"/>49 </attributes>50 </classpathentry>51 <classpathentry kind="lib" path="test/lib/system-rules-1.19.0.jar">52 <attributes>53 <attribute name="test" value="true"/>54 </attributes>55 </classpathentry>56 <classpathentry kind="lib" path="test/lib/commons-testing/commons-testing-2.1.0.jar">57 <attributes>58 <attribute name="test" value="true"/>59 </attributes>60 </classpathentry>61 <classpathentry exported="true" kind="lib" path="test/lib/wiremock-standalone-2.20.0.jar">62 <attributes>63 <attribute name="test" value="true"/>64 </attributes>65 </classpathentry>66 <classpathentry exported="true" kind="lib" path="test/lib/awaitility-3.1.5.jar">67 <attributes>68 <attribute name="test" value="true"/>69 </attributes>70 </classpathentry>71 31 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 72 32 <attributes> … … 80 40 </accessrules> 81 41 </classpathentry> 82 <classpathentry kind="lib" path="tools/commons-lang3-3.8.1.jar">83 <attributes>84 <attribute name="test" value="true"/>85 </attributes>86 </classpathentry>87 <classpathentry exported="true" kind="lib" path="tools/spotbugs/spotbugs-annotations.jar">88 <attributes>89 <attribute name="test" value="true"/>90 </attributes>91 </classpathentry>92 42 <classpathentry kind="output" path="bin"/> 93 43 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.