Changeset 36176 in osm for applications/editors/josm/plugins/ejml
- Timestamp:
- 2023-10-19T21:58:56+02:00 (16 months ago)
- Location:
- applications/editors/josm/plugins/ejml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ejml/build.xml
r35883 r36176 12 12 <property name="plugin.canloadatruntime" value="true"/> 13 13 <property name="plugin.stage" value="15"/> 14 <property name="plugin.minimum.java.version" value="11"/> 14 15 15 16 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/ejml/ivy.xml
r35885 r36176 5 5 <dependencies> 6 6 <!-- We included everything in 0.34, including experimental --> 7 <dependency org="org.ejml" name="ejml-all" rev="0.41"/> 8 <dependency org="org.ejml" name="ejml-experimental" rev="0.41"/> 7 <dependency org="org.ejml" name="ejml-all" rev="0.43.1"/> 8 <dependency org="org.ejml" name="ejml-experimental" rev="0.43.1"/> 9 9 </dependencies> 10 10 </ivy-module>
Note:
See TracChangeset
for help on using the changeset viewer.