source: osm/applications/editors/josm/plugins/ejml/.classpath@ 31753

Last change on this file since 31753 was 31753, checked in by donvip, 9 years ago

[josm_plugins] add EJML plugin

File size: 1003 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
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.7"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
6 <classpathentry exported="true" kind="lib" path="lib/EJML-core-0.28.jar" sourcepath="lib/EJML-core-0.28-sources.jar"/>
7 <classpathentry exported="true" kind="lib" path="lib/EJML-dense64-0.28.jar" sourcepath="lib/EJML-dense64-0.28-sources.jar"/>
8 <classpathentry exported="true" kind="lib" path="lib/EJML-denseC64-0.28.jar" sourcepath="lib/EJML-denseC64-0.28-sources.jar"/>
9 <classpathentry exported="true" kind="lib" path="lib/EJML-equation-0.28.jar" sourcepath="lib/EJML-equation-0.28-sources.jar"/>
10 <classpathentry exported="true" kind="lib" path="lib/EJML-simple-0.28.jar" sourcepath="lib/EJML-simple-0.28-sources.jar"/>
11 <classpathentry kind="output" path="bin"/>
12</classpath>
Note: See TracBrowser for help on using the repository browser.