source: osm/applications/editors/josm/plugins/annotation-tester/.classpath@ 3572

Last change on this file since 3572 was 2996, checked in by imi, 17 years ago
  • added josm.plugins - Java property to load plugins regardless of preferences
  • fixed posibility to load Plugins from bootstrap classloader (with full manifest support)
  • added system wide plugin and ressource directories
File size: 378 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry including="images/" kind="src" path=""/>
5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/josm"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7 <classpathentry kind="output" path="bin"/>
8</classpath>
Note: See TracBrowser for help on using the repository browser.