[JPP-Devel] SVN: [5911] plug-ins/MatchingPlugIn/trunk

2018-07-10 Thread jump-pilot-svn--- via Jump-pilot-devel
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

[JPP-Devel] SVN: [5912] core/trunk/lib/plus

2018-07-10 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5912
  http://sourceforge.net/p/jump-pilot/code/5912
Author:   michaudm
Date: 2018-07-11 06:54:29 + (Wed, 11 Jul 2018)
Log Message:
---
Restore 18N for matcher names of MatchingPlugIn

Added Paths:
---
core/trunk/lib/plus/matching-0.8.1.jar

Removed Paths:
-
core/trunk/lib/plus/matching-0.8.0.jar

Deleted: core/trunk/lib/plus/matching-0.8.0.jar
===
(Binary files differ)

Added: core/trunk/lib/plus/matching-0.8.1.jar
===
(Binary files differ)

Index: core/trunk/lib/plus/matching-0.8.1.jar
===
--- core/trunk/lib/plus/matching-0.8.1.jar  2018-07-11 06:51:45 UTC (rev 
5911)
+++ core/trunk/lib/plus/matching-0.8.1.jar  2018-07-11 06:54:29 UTC (rev 
5912)

Property changes on: core/trunk/lib/plus/matching-0.8.1.jar
___
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel