Changeset 16229 in josm for trunk/.classpath


Ignore:
Timestamp:
2020-04-04T16:54:07+02:00 (4 years ago)
Author:
Don-vip
Message:

see #16860 - resolve test libraries using Ivy

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1616test_BLOCK_v2.*
        1717validator-*
         18.josm-local
  • trunk/.classpath

    r16176 r16229  
    2323                </attributes>
    2424        </classpathentry>
    25         <classpathentry kind="lib" path="test/lib/jmockit.jar">
    26                 <attributes>
    27                         <attribute name="test" value="true"/>
    28                 </attributes>
    29         </classpathentry>
    3025        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
    3126                <attributes>
     
    3429        </classpathentry>
    3530        <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM&amp;ivyXmlPath=ivy.xml&amp;confs=*&amp;ivySettingsPath=ivysettings.xml&amp;loadSettingsOnDemand=false&amp;ivyUserDir=&amp;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>
    7131        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
    7232                <attributes>
     
    8040                </accessrules>
    8141        </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>
    9242        <classpathentry kind="output" path="bin"/>
    9343</classpath>
Note: See TracChangeset for help on using the changeset viewer.