Date: Tue, 23 Dec 2014 06:46:41 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375312 - in head/graphics/openjump: . files Message-ID: <201412230646.sBN6kf7a039566@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Dec 23 06:46:40 2014 New Revision: 375312 URL: https://svnweb.freebsd.org/changeset/ports/375312 QAT: https://qat.redports.org/buildarchive/r375312/ Log: Upgrade to 1.8.0. PR: ports/196200 Submitted by: maintainer Modified: head/graphics/openjump/Makefile head/graphics/openjump/distinfo head/graphics/openjump/files/patch-bin__oj_linux.sh head/graphics/openjump/pkg-plist Modified: head/graphics/openjump/Makefile ============================================================================== --- head/graphics/openjump/Makefile Tue Dec 23 04:52:07 2014 (r375311) +++ head/graphics/openjump/Makefile Tue Dec 23 06:46:40 2014 (r375312) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= OpenJUMP -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 CATEGORIES= graphics java geography MASTER_SITES= SF/jump-pilot/OpenJUMP/${PORTVERSION} DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS @@ -46,7 +46,7 @@ USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS -PLUS_REV= 4004 +PLUS_REV= 4164 do-install: @${ECHO_CMD} "---> Installing JAR files" @@ -66,17 +66,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/bin/log4j.xml ${TARGET_DIR}/bin/ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${TARGET_DIR}/bin/ -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} "---> Installing documentation" ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Changes.txt ${STAGEDIR}${DOCSDIR} -.else - @${ECHO_MSG} "---> Skipping documentation" -.endif .include <bsd.port.mk> Modified: head/graphics/openjump/distinfo ============================================================================== --- head/graphics/openjump/distinfo Tue Dec 23 04:52:07 2014 (r375311) +++ head/graphics/openjump/distinfo Tue Dec 23 06:46:40 2014 (r375312) @@ -1,2 +1,2 @@ -SHA256 (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 89234e66144d26d815dd3e20d44a8c67d4e8787c4ff8ccb98975021f3a514f5d -SIZE (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 42555043 +SHA256 (OpenJUMP-Portable-1.8.0-r4164-PLUS.zip) = 663b19562dd2429492f2f28aa0f4b79a368db33f388f83be5ba5f128a79f5065 +SIZE (OpenJUMP-Portable-1.8.0-r4164-PLUS.zip) = 43584306 Modified: head/graphics/openjump/files/patch-bin__oj_linux.sh ============================================================================== --- head/graphics/openjump/files/patch-bin__oj_linux.sh Tue Dec 23 04:52:07 2014 (r375311) +++ head/graphics/openjump/files/patch-bin__oj_linux.sh Tue Dec 23 06:46:40 2014 (r375312) @@ -1,18 +1,18 @@ ---- bin/oj_linux.sh.orig 2014-03-16 17:15:30.000000000 +0100 -+++ bin/oj_linux.sh 2014-09-07 13:27:15.000000000 +0200 -@@ -4,9 +4,10 @@ +--- bin/oj_linux.sh.orig 2014-11-26 00:15:22.000000000 +0100 ++++ bin/oj_linux.sh 2014-12-21 22:31:45.000000000 +0100 +@@ -4,9 +4,11 @@ ## if unset defaults to ## JUMP_HOME (oj app folder) if writable or $HOME/.openjump (user home) #JUMP_SETTINGS="/tmp/foobar" +JUMP_SETTINGS="$HOME/.openjump" ## uncomment and put the path to your jre here --#JAVA_HOME="/home/ed/jre1.6.0_21" + #JAVA_HOME="/home/ed/jre1.6.0_21" +JAVA_HOME=${JAVA_HOME} ## uncomment and change your memory configuration here ## Xms is initial size, Xmx is maximum size -@@ -43,6 +44,7 @@ +@@ -48,6 +50,7 @@ # extract zipped files in native dir (our way to ship symlinks to desktops) for filepath in $(find "$1/" -name '*.tgz' -o -name '*.tar.gz') do @@ -20,7 +20,7 @@ file=$(basename "$filepath") folder=$(dirname "$filepath") done=".$file.unzipped" -@@ -66,6 +68,7 @@ +@@ -71,6 +74,7 @@ macinstall(){ # create app package @@ -28,7 +28,7 @@ cp -R -a "$1"/bin/OpenJUMP.app/Contents "$1" &&\ awk '{sub(/..\/oj_/,"bin/oj_",$0)}1' "$1"/bin/OpenJUMP.app/Contents/Resources/script > "$1"/Contents/Resources/script &&\ echo patched oj.app -@@ -74,12 +77,14 @@ +@@ -79,12 +83,14 @@ } ## detect home folder @@ -43,7 +43,7 @@ ## run postinstalls only, if requested case "$1" in -@@ -95,13 +100,20 @@ +@@ -100,13 +106,19 @@ ## cd into jump home OLD_DIR=`pwd` @@ -51,7 +51,6 @@ cd "$JUMP_HOME" +PWD_DIR=`pwd` +echo "##### cd '$JUMP_HOME', pwd = '$PWD_DIR'" -+ ## determine where to place settings, if no path given +echo "##### ===== JUMP_SETTINGS = '$JUMP_SETTINGS'" @@ -64,7 +63,7 @@ # try users home dir JUMP_SETTINGS="$HOME/.openjump" # create if missing -@@ -118,14 +130,19 @@ +@@ -123,14 +135,19 @@ # 1. first in oj_home/jre # 2. in configured java_home # 3. in path @@ -84,7 +83,7 @@ fi # java available -@@ -134,20 +151,26 @@ +@@ -139,20 +156,26 @@ add the location of java to your PATH environment variable." && ERROR=1 && end # resolve recursive links to java binary @@ -115,51 +114,18 @@ +JAVA_VERSION=$(echo $JAVA_VERSIONSTRING | awk -F'"' '/^java version/ || /^openjdk version/{print $2}' | awk -F'.' '{print $1"."$2}') +echo "##### JAVA_VERSION = '$JAVA_VERSION'" JAVA_ARCH=$(echo $JAVA_VERSIONSTRING | grep -q -i 64-bit && echo x64 || echo x86) - JAVA_NEEDED="1.5" - if ! awk "BEGIN{if($JAVA_VERSION < $JAVA_NEEDED)exit 1}"; then -@@ -157,7 +180,11 @@ - fi - - # use previously set or detect RAM size in bytes --RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)} -+#RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)} -+RAM_SIZE=${RAM_SIZE-$(expr "$(sysctl hw.realmem | awk '/hw.realmem:/{print $2}')" / 1024)} -+echo "##### -----------------------------------------------------------" -+echo "##### RAM_SIZE = '$RAM_SIZE'" -+ - if [ -n "$JAVA_MAXMEM" ]; then - echo "max. memory limit defined via JAVA_MAXMEM=$JAVA_MAXMEM" - elif ! is_number "$RAM_SIZE"; then -@@ -175,14 +202,18 @@ - else - MEM_MAX="$MEM_MINUS1GB" - fi -+ echo "##### MEM_MAX = '$MEM_MAX'" - - # limit 32bit jre to 3GiB = 3221225472 bytes -+ echo "##### JAVA_ARCH = '$JAVA_ARCH'" - if [ "$JAVA_ARCH" != "x64" ] && [ "$MEM_MAX" -gt "3221225472" ]; then - MEM_MAX=3221225472 - fi - -- MEM_MAX_MB=`expr $MEM_MAX / 1024 / 1024` -+ MEM_MAX_MB=`expr $MEM_MAX / 1024` - JAVA_MAXMEM="-Xmx${MEM_MAX_MB}M" -+ echo "##### JAVA_MAXMEM = '$JAVA_MAXMEM'" -+ - # output info - echo limit max. memory to $MEM_MAX_MB MiB - fi -@@ -190,7 +221,7 @@ - # always print java infos - echo "Running -> '${JAVA}'; " $("$JAVA" -version 2>&1|awk 'BEGIN{ORS=""}{print $0"; "}') + JAVA_NEEDED="1.6" + if ! is_decimal "$JAVA_VERSION" || ! awk "BEGIN{if($JAVA_VERSION < $JAVA_NEEDED)exit 1}"; then +@@ -166,7 +189,7 @@ + echo "Using '$(basename "${JAVA}")' found in '$(dirname "${JAVA}")" + echo $("$JAVA" -version 2>&1|awk 'BEGIN{ORS=""}{print $0"; "}') -JUMP_PROFILE=~/.jump/openjump.profile +JUMP_PROFILE="$HOME/.openjump/openjump.profile" if [ -f "$JUMP_PROFILE" ]; then source $JUMP_PROFILE fi -@@ -199,8 +230,13 @@ +@@ -175,8 +198,13 @@ if [ -z "$JUMP_LIB" ]; then JUMP_LIB="./lib" fi @@ -173,15 +139,15 @@ JUMP_PLUGINS=./bin/default-plugins.xml if [ -z "$JUMP_PLUGINS" ] || [ ! -f "$JUMP_PLUGINS" ]; then -@@ -209,6 +245,7 @@ +@@ -185,6 +213,7 @@ JUMP_PLUGINS="./scripts/default-plugins.xml" fi fi +echo "##### JUMP_PLUGINS = '$JUMP_PLUGINS'" # include every jar/zip in lib and native dir - for libfile in "$JUMP_LIB/"*.zip "$JUMP_LIB/"*.jar "$JUMP_NATIVE_DIR/"*.jar -@@ -217,29 +254,39 @@ + for libfile in "$JUMP_LIB/"*.zip "$JUMP_LIB/"*.jar "$JUMP_NATIVE_DIR/$JAVA_ARCH/"*.jar "$JUMP_NATIVE_DIR/"*.jar +@@ -193,29 +222,39 @@ done CLASSPATH=.:./bin:./conf:$CLASSPATH export CLASSPATH; @@ -221,8 +187,41 @@ +#extract_libs "$JUMP_NATIVE_DIR" # allow jre to find native libraries in native dir, lib/ext (backwards compatibility) - # NOTE: mac osx DYLD_LIBRARY_PATH is set in oj_macosx.command only -@@ -265,4 +312,4 @@ + NATIVE_PATH="$JUMP_NATIVE_DIR/$JAVA_ARCH:$JUMP_NATIVE_DIR:$JUMP_PLUGIN_DIR" +@@ -251,7 +290,11 @@ + + echo ---Detect maximum memory limit--- + # use previously set or detect RAM size in bytes +-RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)} ++#RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)} ++RAM_SIZE=${RAM_SIZE-$(expr "$(sysctl hw.realmem | awk '/hw.realmem:/{print $2}')" / 1024)} ++echo "##### -----------------------------------------------------------" ++echo "##### RAM_SIZE = '$RAM_SIZE'" ++ + if [ -n "$JAVA_MAXMEM" ]; then + echo "max. memory limit defined via JAVA_MAXMEM=$JAVA_MAXMEM" + elif ! is_number "$RAM_SIZE"; then +@@ -269,14 +312,18 @@ + else + MEM_MAX="$MEM_MINUS1GB" + fi ++ echo "##### MEM_MAX = '$MEM_MAX'" + + # limit 32bit jre to 2GiB = 2147483648 bytes ++ echo "##### JAVA_ARCH = '$JAVA_ARCH'" + if [ "$JAVA_ARCH" != "x64" ] && [ "$MEM_MAX" -gt "2147483648" ]; then + MEM_MAX=2147483648 + fi + +- MEM_MAX_MB=`expr $MEM_MAX / 1024 / 1024` ++ MEM_MAX_MB=`expr $MEM_MAX / 1024` + JAVA_MAXMEM="-Xmx${MEM_MAX_MB}M" ++ echo "##### JAVA_MAXMEM = '$JAVA_MAXMEM'" ++ + # output info + echo set max. memory limit to $MEM_MAX_MB MiB + fi +@@ -294,4 +341,4 @@ cd "$OLD_DIR" ## run end function Modified: head/graphics/openjump/pkg-plist ============================================================================== --- head/graphics/openjump/pkg-plist Tue Dec 23 04:52:07 2014 (r375311) +++ head/graphics/openjump/pkg-plist Tue Dec 23 06:46:40 2014 (r375312) @@ -2,7 +2,7 @@ OpenJUMP/bin/default-plugins.xml OpenJUMP/bin/log4j.xml OpenJUMP/bin/openjump OpenJUMP/bin/readme.txt -OpenJUMP/lib/OpenJUMP-1.7.1-r4004-nosrc.jar +OpenJUMP/lib/OpenJUMP-1.8.0-r4164-nosrc.jar OpenJUMP/lib/batik-awt-util-1.6.jar OpenJUMP/lib/batik-bridge-1.6.jar OpenJUMP/lib/batik-css-1.6.jar @@ -41,6 +41,8 @@ OpenJUMP/lib/ext/BeanTools/9-Display_WMS OpenJUMP/lib/ext/BeanTools/RefreshScriptsMenu.bsh OpenJUMP/lib/ext/BeanTools/SaveViewAsBeanTool.bsh OpenJUMP/lib/ext/ColorChooser-0.6.jar +OpenJUMP/lib/ext/ConcaveHull-0.2.jar +OpenJUMP/lib/ext/ConcaveHull-Readme.txt OpenJUMP/lib/ext/FillPatterns/40S-TWEED_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/40S-TWEED_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ALLOY-TEARS_C3_064_A_RGB.JPG @@ -198,7 +200,7 @@ OpenJUMP/lib/ext/JumpChart.jar OpenJUMP/lib/ext/JumpFillPattern.jar OpenJUMP/lib/ext/JumpPrinter.jar OpenJUMP/lib/ext/PirolCsv.jar -OpenJUMP/lib/ext/SkyPrinterPlugIn-1.0.0.jar +OpenJUMP/lib/ext/SkyPrinterPlugIn-1.0.1.jar OpenJUMP/lib/ext/TableLayout-bin-jdk1.5-2007-04-21.jar OpenJUMP/lib/ext/VertexImages/bore_01.wkt OpenJUMP/lib/ext/VertexImages/bore_02.wkt @@ -268,22 +270,25 @@ OpenJUMP/lib/ext/VertexImages/vector_20. OpenJUMP/lib/ext/VertexSymbols.jar OpenJUMP/lib/ext/aggregation-0.2.8.jar OpenJUMP/lib/ext/bsheditor4jump-0.2.4.jar -OpenJUMP/lib/ext/csv-driver-0.9.0.jar +OpenJUMP/lib/ext/csv-driver-0.9.2.jar OpenJUMP/lib/ext/dbquery.properties OpenJUMP/lib/ext/driver-dxf-0.8.0.jar -OpenJUMP/lib/ext/graph-toolbox-0.1.4.jar +OpenJUMP/lib/ext/graph-toolbox-0.2.0.jar OpenJUMP/lib/ext/itext-2.1.7.jar OpenJUMP/lib/ext/jgrapht-jdk1.5.jar OpenJUMP/lib/ext/jump-jgrapht-0.5.jar -OpenJUMP/lib/ext/jumpdbquery-1.0.0/CONTRIBUTORS.txt -OpenJUMP/lib/ext/jumpdbquery-1.0.0/COPYING -OpenJUMP/lib/ext/jumpdbquery-1.0.0/NOTICE.txt -OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_jumpdbquery.txt -OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_releases.txt -OpenJUMP/lib/ext/jumpdbquery-1.0.0/gt2-oracle-spatial-2.3.2.jar -OpenJUMP/lib/ext/jumpdbquery-1.0.0/jsyntaxpane-1.0.0.jar -OpenJUMP/lib/ext/jumpdbquery-1.0.0/mysql-connector-java-5.1.27.jar -OpenJUMP/lib/ext/jumpdbquery-1.0.0/sqlite-jdbc-3.7.2.jar +OpenJUMP/lib/ext/jumpdbquery-1.1.0/CONTRIBUTORS.txt +OpenJUMP/lib/ext/jumpdbquery-1.1.0/COPYING +OpenJUMP/lib/ext/jumpdbquery-1.1.0/LICENSE.txt +OpenJUMP/lib/ext/jumpdbquery-1.1.0/NOTICE.txt +OpenJUMP/lib/ext/jumpdbquery-1.1.0/README_jumpdbquery.txt +OpenJUMP/lib/ext/jumpdbquery-1.1.0/README_releases.txt +OpenJUMP/lib/ext/jumpdbquery-1.1.0/dbquery.properties +OpenJUMP/lib/ext/jumpdbquery-1.1.0/gt2-oracle-spatial-2.3.2.jar +OpenJUMP/lib/ext/jumpdbquery-1.1.0/jgrapht-jdk1.6.jar +OpenJUMP/lib/ext/jumpdbquery-1.1.0/jsyntaxpane-1.0.0.jar +OpenJUMP/lib/ext/jumpdbquery-1.1.0/mysql-connector-java-5.1.27.jar +OpenJUMP/lib/ext/jumpdbquery-1.1.0/sqlite-jdbc-3.8.6.jar OpenJUMP/lib/ext/jumpdbquery.jar OpenJUMP/lib/ext/jython/AlignSelected.py OpenJUMP/lib/ext/jython/ArcTool.py @@ -314,7 +319,7 @@ OpenJUMP/lib/ext/jython/images/shape_cen OpenJUMP/lib/ext/jython/images/shape_distribute_horizontal.png OpenJUMP/lib/ext/jython/images/shape_distribute_vertical.png OpenJUMP/lib/ext/jython/startup.py -OpenJUMP/lib/ext/kml-driver-0.1.jar +OpenJUMP/lib/ext/kml-driver-0.2.jar OpenJUMP/lib/ext/kml/ProjectStringsList.pjl OpenJUMP/lib/ext/oj_osm_reader_v1-0-4.jar OpenJUMP/lib/ext/ojsextante_binding_apr2013.jar @@ -929,297 +934,10 @@ OpenJUMP/lib/native/jecw-0.0.7.jar OpenJUMP/lib/nitf-bindings-2.7-dev-r1130.jar OpenJUMP/lib/postgresql-9.3-1101-jdbc4.jar OpenJUMP/lib/turbojpeg-wrapper-1.2.1.1.jar -OpenJUMP/lib/xercesImpl-2.8.1.jar -OpenJUMP/lib/xml-apis-1.3.03.jar +OpenJUMP/lib/xercesImpl-2.11.0.jar +OpenJUMP/lib/xml-apis-1.4.01.jar OpenJUMP/lib/xmlParserAPIs-2.0.2.jar OpenJUMP/lib/xz-1.3.jar bin/openjump -%%PORTDOCS%%%%DOCSDIR%%/Changes.txt -@dir OpenJUMP/bin -@dir OpenJUMP/lib/ext/BeanTools -@dir OpenJUMP/lib/ext/FillPatterns -@dir OpenJUMP/lib/ext/VertexImages -@dir OpenJUMP/lib/ext/jumpdbquery-1.0.0 -@dir OpenJUMP/lib/ext/jython/images -@dir OpenJUMP/lib/ext/jython -@dir OpenJUMP/lib/ext/kml -@dir OpenJUMP/lib/ext/sextante -@dir OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork +%%DOCSDIR%%/Changes.txt @dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.createHyetogram -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorCluster -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorMean -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorSpatialCluster -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.voronoi -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.contourLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.rasterToPoints -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorize -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorizeLines -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ctvi -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ndvi -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.nrvi -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviPerry -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviQi -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviRichardson -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviWalther -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ttvi -@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.tvi -@dir OpenJUMP/lib/ext/sextante_help/en/general -@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.polygonize -@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorAddField -@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorDeleteField -@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorRenameField -@dir OpenJUMP/lib/ext/sextante_help/en -@dir OpenJUMP/lib/ext/sextante_help -@dir OpenJUMP/lib/ext -@dir OpenJUMP/lib/icons -@dir OpenJUMP/lib/native -@dir OpenJUMP/lib -@dir OpenJUMP -%%PORTDOCS%%@dir %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412230646.sBN6kf7a039566>