Ignore:
Timestamp:
2011-10-09T20:05:34+02:00 (13 years ago)
Author:
oliverw
Message:

Fixed classpath for Windows 7 environment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ColumbusCSV/.classpath

    r24010 r26813  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry kind="src" output="build" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     3        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     5        <classpathentry kind="lib" path="C:/Users/Olli/Java/Josm-svn/core/dist/josm-custom.jar"/>
    56        <classpathentry kind="output" path="bin"/>
    67</classpath>
Note: See TracChangeset for help on using the changeset viewer.