source: trunk/.classpath

Last change on this file was 1548, checked in by bnemhaus, 3 years ago

With a Item under your cursor, pressing left and right mouse buttons at the same time, extracts the properties of that item. (No change)
However, if an Item is attached to the users cursor when doing this, nothing happens. Now, instead of nothing happening, all attached Items are checked to see if they are in the format of "Property:". If they are then those specified properties are extracted.

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry excluding="org/expeditee/gui/FrameKeyboardActions.java|org/expeditee/gui/FrameMouseActions.java|org/expeditee/gui/BrowserApplet.java|org/expeditee/io/flowlayout/AreaPolygon.java|org/expeditee/importer/FrameDNDTransferHandler.java|org/expeditee/gui/indirect/keyboard/|org/expeditee/gui/indirect/mouse/|org/expeditee/items/widgets/WebBrowser.java|org/apollo/util/PopupReaper.java|org/apollo/AudioFrameKeyboardActions.java|org/apollo/AudioFrameMouseActions.java" kind="src" path="src"/>
4 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6 <classpathentry kind="lib" path="releases/jars/iText-2.1.3.jar"/>
7 <classpathentry kind="lib" path="releases/jars/jcommon-1.0.13.jar"/>
8 <classpathentry kind="lib" path="releases/jars/JEP.jar"/>
9 <classpathentry kind="lib" path="releases/jars/JFreeCharts.jar"/>
10 <classpathentry kind="lib" path="releases/jars/js.jar"/>
11 <classpathentry kind="lib" path="releases/jars/lobo.jar"/>
12 <classpathentry kind="lib" path="releases/jars/xercesImpl.jar"/>
13 <classpathentry kind="lib" path="releases/jars/jazzy-core.jar"/>
14 <classpathentry kind="lib" path="releases/jars/PDFRenderer-0.9.1.jar"/>
15 <classpathentry kind="lib" path="releases/jars/jgraphx.jar"/>
16 <classpathentry kind="lib" path="releases/jars/commons-cli-1.2.jar"/>
17 <classpathentry kind="lib" path="releases/jars/json-simple-1.1.1.jar"/>
18 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
19 <classpathentry kind="lib" path="releases/jars/svgSalamander.jar"/>
20 <classpathentry kind="lib" path="releases/jars/javax.mail.jar"/>
21 <classpathentry kind="lib" path="releases/jars/Shamir.jar"/>
22 <classpathentry kind="output" path="bin/src"/>
23</classpath>
Note: See TracBrowser for help on using the repository browser.