Revision: 5911
http://sourceforge.net/p/jump-pilot/code/5911
Author: michaudm
Date: 2018-07-11 06:51:45 + (Wed, 11 Jul 2018)
Log Message:
---
Restore I18N for matcher names of MatchingPlugIn
Modified Paths:
--
plug-ins/MatchingPlugIn/trunk/build.xml
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching_fr.properties
Modified: plug-ins/MatchingPlugIn/trunk/build.xml
===
--- plug-ins/MatchingPlugIn/trunk/build.xml 2018-07-02 11:41:46 UTC (rev
5910)
+++ plug-ins/MatchingPlugIn/trunk/build.xml 2018-07-11 06:51:45 UTC (rev
5911)
@@ -16,7 +16,7 @@
-
+
Modified:
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
===
---
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
2018-07-02 11:41:46 UTC (rev 5910)
+++
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
2018-07-11 06:51:45 UTC (rev 5911)
@@ -28,9 +28,10 @@
/**
* Extension containing matching processing also known as join.
* @author Michaƫl Michaud
- * @version 0.8.0 (2018-06-17)
+ * @version 0.8.1 (2018-07-11)
*/
// History
+// 0.8.1 (2018-07-11) : restore I18N for GeometryMatcher names
// 0.8.0 (2018-06-17) : refactor to use add/getParameter, the OJ aggregation
// classes and long and boolean attribute types
// 0.7.5 (2017-03-26) : clean headers and remove dead code before inclusion in
@@ -70,7 +71,7 @@
}
public String getVersion() {
-return "0.8.0 (2018-06-17)";
+return "0.8.1 (2018-07-11)";
}
public void configure(PlugInContext context) throws Exception {
Modified:
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
===
---
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
2018-07-02 11:41:46 UTC (rev 5910)
+++
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
2018-07-11 06:51:45 UTC (rev 5911)
@@ -34,38 +34,38 @@
un-matched = un-matched
Links = Links
-# Geometric-matcher = Geometric matcher
-# matcher.MatchAllMatcher = Match All
-#
-# matcher.EqualsExactGeom3dMatcher = Equals Exact (Geom3d)
-# matcher.EqualsNormalizedGeom3dMatcher = Equals Normalized (Geom3d)
-# matcher.EqualsExactGeom2dMatcher = Equals Exact (Geom2d)
-# matcher.EqualsNormalizedGeom2dMatcher = Equals Normalized (Geom2d)
-# matcher.EqualsTopologicalGeomMatcher = Equals Topological
-# matcher.EqualsWithCoordinateToleranceMatcher = Equals With Coordinate
Tolerance
-#
-# matcher.IsWithinMatcher = IsWithin
-# matcher.OverlapsMatcher = Overlaps
-# matcher.OverlappedByMatcher = OverlappedBy
-# matcher.IntersectsMatcher = Intersects
-# matcher.Intersects0DMatcher = Intersects (0D intersetion)
-# matcher.Intersects1DMatcher = Intersects (1D intersection)
-# matcher.Intersects2DMatcher = Intersects (2D intersection)
-#
-# matcher.CentroidDistanceMatcher = Centroid Distance
-# matcher.MinimumDistanceMatcher = Minimum Distance
-# matcher.HausdorffDistanceMatcher = Hausdorff Distance
-# matcher.SemiHausdorffDistanceMatcher = Semi-Hausdorff Distance
-# matcher.ShapeMatcher = Shape Matcher
-#
-# matcher.MatchAllAttributesMatcher = Match All Attributes
-# matcher.MatchAllStringsMatcher = Match All Strings
-# matcher.StringEqualityMatcher = String Equality
-# matcher.StringEqualityIgnoreCaseMatcher = String Equality (Ignore Case)
-# matcher.StringEqualityIgnoreCaseAndAccentMatcher = String Equality (Ignore
Case And Accents)
-# matcher.LevenshteinDistanceMatcher = Levenshtein Distance
-# matcher.DamarauLevenshteinDistanceMatcher = Damarau-Levenshtein Distance
+Geometric-matcher = Geometric matcher
+matcher.MatchAllMatcher = Match All
+matcher.EqualsExactGeom3dMatcher = Equals Exact (Geom3d)
+matcher.EqualsNormalizedGeom3dMatcher = Equals Normalized (Geom3d)
+matcher.EqualsExactGeom2dMatcher = Equals Exact (Geom2d)
+matcher.EqualsNormalizedGeom2dMatcher = Equals Normalized (Geom2d)
+matcher.EqualsTopologicalGeomMatcher = Equals Topological
+matcher.EqualsWithCoordinateToleranceMatcher = Equals With Coordinate Tolerance
+
+matcher.IsWithinMatcher = IsWithin
+matcher.OverlapsMatcher = Overlaps
+matcher.OverlappedByMatcher = OverlappedBy
+matcher.IntersectsMatcher = Intersects
+matcher.Intersects0DMatcher = Intersects (0D intersetion)
+matcher.Intersects1DMatcher = Intersects (1D intersection)
+matcher.Intersects2DMatcher = Intersects (2D intersection)
+
+matcher.CentroidDistanceMatcher = Centroid Distance
+matcher.Minim