Changeset 35885 in osm for applications
- Timestamp:
- 2021-12-19T02:32:24+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/ejml
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ejml/.classpath
r35122 r35885 2 2 <classpath> 3 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.8"/> 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry kind="lib" path="lib/ejml-cdense-0.34.jar" sourcepath="lib/ejml-cdense-0.34-sources.jar"> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 7 5 <attributes> 8 <attribute name=" javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-cdense-0.34-javadoc.jar!/"/>6 <attribute name="module" value="true"/> 9 7 </attributes> 10 8 </classpathentry> 11 <classpathentry kind="lib" path="lib/ejml-core-0.34.jar" sourcepath="lib/ejml-core-0.34-sources.jar"> 12 <attributes> 13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-core-0.34-javadoc.jar!/"/> 14 </attributes> 15 </classpathentry> 16 <classpathentry kind="lib" path="lib/ejml-ddense-0.34.jar" sourcepath="lib/ejml-ddense-0.34-sources.jar"> 17 <attributes> 18 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-ddense-0.34-javadoc.jar!/"/> 19 </attributes> 20 </classpathentry> 21 <classpathentry kind="lib" path="lib/ejml-dsparse-0.34.jar" sourcepath="lib/ejml-dsparse-0.34-sources.jar"> 22 <attributes> 23 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-dsparse-0.34-javadoc.jar!/"/> 24 </attributes> 25 </classpathentry> 26 <classpathentry kind="lib" path="lib/ejml-experimental-0.34.jar" sourcepath="lib/ejml-experimental-0.34-sources.jar"> 27 <attributes> 28 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-experimental-0.34-javadoc.jar!/"/> 29 </attributes> 30 </classpathentry> 31 <classpathentry kind="lib" path="lib/ejml-fdense-0.34.jar" sourcepath="lib/ejml-fdense-0.34-sources.jar"> 32 <attributes> 33 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-fdense-0.34-javadoc.jar!/"/> 34 </attributes> 35 </classpathentry> 36 <classpathentry kind="lib" path="lib/ejml-simple-0.34.jar" sourcepath="lib/ejml-simple-0.34-sources.jar"> 37 <attributes> 38 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-simple-0.34-javadoc.jar!/"/> 39 </attributes> 40 </classpathentry> 41 <classpathentry kind="lib" path="lib/ejml-zdense-0.34.jar" sourcepath="lib/ejml-zdense-0.34-sources.jar"> 42 <attributes> 43 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-zdense-0.34-javadoc.jar!/"/> 44 </attributes> 45 </classpathentry> 9 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 10 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-EJML&ivyXmlPath=ivy.xml&confs=*"/> 46 11 <classpathentry kind="output" path="bin"/> 47 12 </classpath> -
applications/editors/josm/plugins/ejml/.project
r32529 r35885 26 26 <nature>org.eclipse.jdt.core.javanature</nature> 27 27 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 28 <nature>org.apache.ivyde.eclipse.ivynature</nature> 28 29 </natures> 29 30 </projectDescription> -
applications/editors/josm/plugins/ejml/ivy.xml
r35883 r35885 5 5 <dependencies> 6 6 <!-- We included everything in 0.34, including experimental --> 7 <dependency org="org.ejml" name="ejml-all" rev="0.34"/> 8 <dependency org="org.ejml" name="ejml-experimental" rev="0.34"/> 9 <!-- junit is included as a test dependency in 0.34. It does not appear in 0.41, so can be removed on ejml update. --> 10 <exclude org="junit"/> 7 <dependency org="org.ejml" name="ejml-all" rev="0.41"/> 8 <dependency org="org.ejml" name="ejml-experimental" rev="0.41"/> 11 9 </dependencies> 12 10 </ivy-module>
Note:
See TracChangeset
for help on using the changeset viewer.