FreeBSD Bugzilla – Attachment 147013 Details for
Bug 193430
[MAINTAINER] graphics/openjump: update to 1.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updates graphics/openjump to 1.7.1
patch_openjump_1.6.3-1.7.1.diff (text/plain), 65.00 KB, created by
Rainer Hurling
on 2014-09-07 15:32:46 UTC
(
hide
)
Description:
Updates graphics/openjump to 1.7.1
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2014-09-07 15:32:46 UTC
Size:
65.00 KB
patch
obsolete
>diff -urN openjump.orig/Makefile openjump/Makefile >--- openjump.orig/Makefile 2014-03-11 07:00:42.000000000 +0100 >+++ openjump/Makefile 2014-09-07 15:28:28.000000000 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/graphics/openjump/Makefile 347760 2014-03-10 14:49:26Z bapt $ > > PORTNAME= OpenJUMP >-PORTVERSION= 1.6.3 >+PORTVERSION= 1.7.1 > CATEGORIES= graphics java geography > MASTER_SITES= SF/jump-pilot/OpenJUMP/${PORTVERSION} > DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS >@@ -10,7 +10,7 @@ > MAINTAINER= rhurlin@gwdg.de > COMMENT= Open source GIS software written in Java > >-LICENSE= BSD CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3 >+LICENSE= BSD3CLAUSE CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3 > LICENSE_COMB= multi > > LICENSE_NAME_CLEARTHOUGHT= Clearthought Software License >@@ -37,6 +37,8 @@ > LICENSE_FILE_JYTHON= ${WRKSRC}/licenses/jython_license.txt > LICENSE_PERMS_JYTHON= auto-accept > >+### Desktop Entries ??? >+ > TARGET_DIR= ${STAGEDIR}${PREFIX}/${PORTNAME} > USE_JAVA= yes > JAVA_VERSION= 1.6+ >@@ -44,7 +46,7 @@ > NO_BUILD= yes > NO_WRKSUBDIR= yes > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS >-PLUS_REV= 3576 >+PLUS_REV= 4004 > > do-install: > @${ECHO_CMD} "---> Installing JAR files" >@@ -52,12 +54,17 @@ > ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib > ${MKDIR} ${TARGET_DIR}/lib/ext > @cd ${WRKSRC}/lib/ext && ${COPYTREE_SHARE} . ${TARGET_DIR}/lib/ext >+ ${MKDIR} ${TARGET_DIR}/lib/native >+ ${INSTALL_DATA} ${WRKSRC}/lib/native/jecw-0.0.7.jar ${TARGET_DIR}/lib/native >+ ${MKDIR} ${TARGET_DIR}/lib/icons >+ @cd ${WRKSRC}/lib/icons && ${COPYTREE_SHARE} . ${TARGET_DIR}/lib/icons > @${ECHO_MSG} "---> Installing startup script" > ${MKDIR} ${TARGET_DIR}/bin > ${INSTALL_SCRIPT} ${WRKSRC}/bin/oj_linux.sh ${TARGET_DIR}/bin/openjump >- ${LN} -sf ../${PORTNAME}/bin/openjump ${STAGEDIR}${PREFIX}/bin/openjump >+ ${LN} -sf ${PREFIX}/${PORTNAME}/bin/openjump ${STAGEDIR}${PREFIX}/bin/openjump > ${INSTALL_DATA} ${WRKSRC}/bin/default-plugins.xml ${TARGET_DIR}/bin/ > ${INSTALL_DATA} ${WRKSRC}/bin/log4j.xml ${TARGET_DIR}/bin/ >+ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${TARGET_DIR}/bin/ > > OPTIONS_DEFINE= DOCS > >@@ -68,7 +75,6 @@ > @${ECHO_MSG} "---> Installing documentation" > ${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/Changes.txt ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} > .else > @${ECHO_MSG} "---> Skipping documentation" > .endif >diff -urN openjump.orig/distinfo openjump/distinfo >--- openjump.orig/distinfo 2013-07-02 20:41:55.000000000 +0200 >+++ openjump/distinfo 2014-09-06 20:56:26.000000000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (OpenJUMP-Portable-1.6.3-r3576-PLUS.zip) = 4ffc7dbe4dc5bea550aa86a0cd7290b4219a3e08410dd6cab237e74adbe75b7b >-SIZE (OpenJUMP-Portable-1.6.3-r3576-PLUS.zip) = 35747909 >+SHA256 (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 89234e66144d26d815dd3e20d44a8c67d4e8787c4ff8ccb98975021f3a514f5d >+SIZE (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 42555043 >diff -urN openjump.orig/files/patch-bin__oj_linux.sh openjump/files/patch-bin__oj_linux.sh >--- openjump.orig/files/patch-bin__oj_linux.sh 2013-11-26 21:01:09.000000000 +0100 >+++ openjump/files/patch-bin__oj_linux.sh 2014-09-07 13:27:37.000000000 +0200 >@@ -1,20 +1,231 @@ >---- bin/oj_linux.sh.orig 2012-12-31 17:00:38.000000000 +0100 >-+++ bin/oj_linux.sh 2013-04-13 22:28:29.000000000 +0200 >-@@ -3,7 +3,7 @@ >- ## uncomment and put in the path where oj log, settings should end up >+--- 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 @@ > ## if unset defaults to > ## JUMP_HOME (oj app folder) if writable or $HOME/.openjump (user home) >--#JUMP_SETTINGS="/tmp/foobar" >-+JAVA_HOME="/usr/local" >+ #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" >-@@ -126,7 +126,7 @@ >+-#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 @@ >+ # 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 >++ echo "##### filepath = '$filepath'" >+ file=$(basename "$filepath") >+ folder=$(dirname "$filepath") >+ done=".$file.unzipped" >+@@ -66,6 +68,7 @@ >+ >+ macinstall(){ >+ # create app package >++ echo "##### MACINSTALL" >+ 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 @@ >+ } >+ >+ ## detect home folder >++echo "##### \$0 = '$0'" >+ if(test -L "$0") then >+ auxlink=`ls -l "$0" | sed 's/^[^>]*-> //g'` >+ JUMP_HOME=`dirname "$auxlink"`/.. >+ else >+ JUMP_HOME=`dirname "$0"`/.. >+ fi >++echo "##### JUMP_HOME = '$JUMP_HOME'" >+ >+ ## run postinstalls only, if requested >+ case "$1" in >+@@ -95,13 +100,20 @@ >+ >+ ## cd into jump home >+ OLD_DIR=`pwd` >++echo "##### pwd = '$OLD_DIR'" >+ 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'" >+ [ -z "$JUMP_SETTINGS" ] && \ >+ JUMP_SETTINGS="$JUMP_HOME"; \ >+ if [ -d "$JUMP_SETTINGS" ]; then >++ echo "##### within -d \$JUMP_SETTINGS" >+ if [ ! -w "$JUMP_SETTINGS" ]; then >++ echo "##### within ! -w \$JUMP_SETTINGS" >+ # try users home dir >+ JUMP_SETTINGS="$HOME/.openjump" >+ # create if missing >+@@ -118,14 +130,19 @@ >+ # 1. first in oj_home/jre >+ # 2. in configured java_home >+ # 3. in path >++echo "##### -----------------------------------------------------------" >++echo "##### SEARCH JAVA:" >+ if [ -f "$JUMP_HOME/jre/bin/java" ]; then >+ JAVA="$JUMP_HOME/jre/bin/java" >++ echo "##### JAVA = '$JAVA'" >+ # is there a jre defined by env var? >+ elif [ -n "$JAVA_HOME" ]; then >+ JAVA=$JAVA_HOME/bin/java >++ echo "##### JAVA = '$JAVA'" >+ # well, let's look what we've got in the path >+ else >+ JAVA=`which java` >++ echo "##### JAVA = '$JAVA'" >+ fi >+ >+ # java available >+@@ -134,20 +151,26 @@ >+ add the location of java to your PATH environment variable." && ERROR=1 && end >+ >+ # resolve recursive links to java binary >++echo "##### ===== Resolve recursive links to java binary: \$1 = '$1'" >+ relPath(){ echo $1 | awk '/^\//{exit 1}'; } >++echo "##### awk script survived after \$1 test" >+ relPath "$JAVA" && JAVA="$(pwd)/$JAVA" >+-while [ -L "${JAVA}" ]; do >+- JDIR=$(dirname "$JAVA") >+- JAVA=$(readlink -n "${JAVA}") >+- relPath "$JAVA" && JAVA="${JDIR}/${JAVA}" >+-done >++#while [ -L "${JAVA}" ]; do >++# JDIR=$(dirname "$JAVA") >++# echo "##### JDIR = '$JDIR'" >++# JAVA=$(readlink -n "${JAVA}") >++# echo "##### JAVA = '$JAVA'" >++# relPath "$JAVA" && JAVA="${JDIR}/${JAVA}" >++#done >+ # java executable file? >+ [ ! -x "$JAVA" ] && \ > echo "The found java binary '$JAVA' is no executable file." && ERROR=1 && end > > # java version check >--JAVA_VERSION=$("$JAVA" -version 2>&1 | awk -F'"' '/^java version/{print $2}' | awk -F'.' '{print $1"."$2}') >-+JAVA_VERSION=$("$JAVA" -version 2>&1 | awk -F'"' '/^java version/ || /^openjdk version/{print $2}' | awk -F'.' '{print $1"."$2}') >+ JAVA_VERSIONSTRING="$("$JAVA" -version 2>&1)" >+-JAVA_VERSION=$(echo $JAVA_VERSIONSTRING | awk -F'"' '/^java version/{print $2}' | awk -F'.' '{print $1"."$2}') >++echo "##### JAVA_VERSIONSTRING = '$JAVA_VERSIONSTRING'" >++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 >- echo "Your java version '$JAVA_VERSION' is insufficient to run openjump. >+@@ -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"; "}') >+ >+-JUMP_PROFILE=~/.jump/openjump.profile >++JUMP_PROFILE="$HOME/.openjump/openjump.profile" >+ if [ -f "$JUMP_PROFILE" ]; then >+ source $JUMP_PROFILE >+ fi >+@@ -199,8 +230,13 @@ >+ if [ -z "$JUMP_LIB" ]; then >+ JUMP_LIB="./lib" >+ fi >++echo "##### JUMP_LIB = '$JUMP_LIB'" >++ >+ JUMP_NATIVE_DIR="$JUMP_LIB/native" >+ JUMP_PLUGIN_DIR="${JUMP_PLUGIN_DIR:=$JUMP_LIB/ext}" >++echo "##### -----------------------------------------------------------" >++echo "##### JUMP_NATIVE_DIR = '$JUMP_NATIVE_DIR'" >++echo "##### JUMP_PLUGIN_DIR = '$JUMP_PLUGIN_DIR'" >+ >+ JUMP_PLUGINS=./bin/default-plugins.xml >+ if [ -z "$JUMP_PLUGINS" ] || [ ! -f "$JUMP_PLUGINS" ]; then >+@@ -209,6 +245,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 @@ >+ done >+ CLASSPATH=.:./bin:./conf:$CLASSPATH >+ export CLASSPATH; >++echo "##### CLASSPATH = '$CLASSPATH'" >+ >+ ## compile jump opts >+ # >+ JUMP_OPTS="-plug-in-directory $JUMP_PLUGIN_DIR" >++echo "##### JUMP_OPTS = '$JUMP_OPTS'" >+ if [ -f "$JUMP_PLUGINS" ]; then >+ JUMP_OPTS="$JUMP_OPTS -default-plugins $JUMP_PLUGINS" >++ echo "##### JUMP_OPTS = '$JUMP_OPTS'" >+ fi >++ >+ # workbench-properties.xml is used to manually load plugins (ISA uses this) >+ JUMP_PROPERTIES=./bin/workbench-properties.xml >+ if [ -n "$JUMP_PROPERTIES" ] && [ -f "$JUMP_PROPERTIES" ]; then >+ JUMP_OPTS="$JUMP_OPTS -properties $JUMP_PROPERTIES" >++ echo "##### JUMP_OPTS = '$JUMP_OPTS'" >+ fi >+ >+ # compile jre opts, respect already set ones from e.g. mac >+ JAVA_OPTS="" >++echo "##### JAVA_OPTS = '$JAVA_OPTS'" >+ JAVA_OPTS="$JAVA_OPTS $JAVA_MAXMEM $JAVA_LANG" >++echo "##### JAVA_OPTS = '$JAVA_OPTS'" >+ JAVA_OPTS="$JAVA_OPTS -Djump.home=." >++echo "##### JAVA_OPTS = '$JAVA_OPTS'" >+ [ -n "JAVA_SAXDRIVER" ] && JAVA_OPTS="$JAVA_OPTS -Dorg.xml.sax.driver=$JAVA_SAXDRIVER" >+ [ -n "$JAVA_LOOKANDFEEL" ] && JAVA_OPTS="$JAVA_OPTS -Dswing.defaultlaf=$JAVA_LOOKANDFEEL" >+ JAVA_OPTS="$JAVA_OPTS $JAVA_OPTS_OVERRIDE" >++echo "##### JAVA_OPTS = '$JAVA_OPTS'" >+ >+ # in case some additional archives were placed in native dir inbetween >+-extract_libs "$JUMP_NATIVE_DIR" >++echo "##### -----------------------------------------------------------" >++#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 @@ >+ cd "$OLD_DIR" >+ >+ ## run end function >+-end >+\ No newline at end of file >++end >diff -urN openjump.orig/pkg-plist openjump/pkg-plist >--- openjump.orig/pkg-plist 2013-11-10 21:05:54.000000000 +0100 >+++ openjump/pkg-plist 2014-09-07 15:21:23.000000000 +0200 >@@ -1,7 +1,8 @@ > OpenJUMP/bin/default-plugins.xml > OpenJUMP/bin/log4j.xml > OpenJUMP/bin/openjump >-OpenJUMP/lib/OpenJUMP-1.6.3-r3576-nosrc.jar >+OpenJUMP/bin/readme.txt >+OpenJUMP/lib/OpenJUMP-1.7.1-r4004-nosrc.jar > OpenJUMP/lib/batik-awt-util-1.6.jar > OpenJUMP/lib/batik-bridge-1.6.jar > OpenJUMP/lib/batik-css-1.6.jar >@@ -20,6 +21,12 @@ > OpenJUMP/lib/batik-xml-1.6.jar > OpenJUMP/lib/bsh-2.0b4.jar > OpenJUMP/lib/buoy-1.8.jar >+OpenJUMP/lib/commons-codec-1.2.jar >+OpenJUMP/lib/commons-compress-1.6-20130810.172126-39.jar >+OpenJUMP/lib/commons-imaging-1.0-20130811.122228-3.jar >+OpenJUMP/lib/commons-io-1.4.jar >+OpenJUMP/lib/commons-lang-2.4.jar >+OpenJUMP/lib/commons-logging-1.0.4.jar > OpenJUMP/lib/ext/BeanTools/0-Help.bsh > OpenJUMP/lib/ext/BeanTools/1-HelloWorld.bsh > OpenJUMP/lib/ext/BeanTools/10-Flatten3DGeometries.bsh >@@ -191,6 +198,7 @@ > 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/TableLayout-bin-jdk1.5-2007-04-21.jar > OpenJUMP/lib/ext/VertexImages/bore_01.wkt > OpenJUMP/lib/ext/VertexImages/bore_02.wkt >@@ -258,14 +266,25 @@ > OpenJUMP/lib/ext/VertexImages/vector_19.wkt > OpenJUMP/lib/ext/VertexImages/vector_20.wkt > OpenJUMP/lib/ext/VertexSymbols.jar >-OpenJUMP/lib/ext/aggregation-0.2.7.jar >+OpenJUMP/lib/ext/aggregation-0.2.8.jar > OpenJUMP/lib/ext/bsheditor4jump-0.2.4.jar >-OpenJUMP/lib/ext/csv-driver-0.6.6.jar >-OpenJUMP/lib/ext/driver-dxf-0.7.8.jar >+OpenJUMP/lib/ext/csv-driver-0.9.0.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/iText-2.1.5.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.jar > OpenJUMP/lib/ext/jython/AlignSelected.py > OpenJUMP/lib/ext/jython/ArcTool.py > OpenJUMP/lib/ext/jython/CircleTool.py >@@ -297,9 +316,11 @@ > OpenJUMP/lib/ext/jython/startup.py > OpenJUMP/lib/ext/kml-driver-0.1.jar > OpenJUMP/lib/ext/kml/ProjectStringsList.pjl >+OpenJUMP/lib/ext/oj_osm_reader_v1-0-4.jar > OpenJUMP/lib/ext/ojsextante_binding_apr2013.jar > OpenJUMP/lib/ext/pbaseClasses.jar >-OpenJUMP/lib/ext/readme.txt >+OpenJUMP/lib/ext/postgis-jdbc-1.3.3.jar >+OpenJUMP/lib/ext/postgis-stubs-1.3.3.jar > OpenJUMP/lib/ext/sextante/gishur_core.jar > OpenJUMP/lib/ext/sextante/gishur_x.jar > OpenJUMP/lib/ext/sextante/japura-1.14.0.jar >@@ -857,306 +878,347 @@ > OpenJUMP/lib/ext/sextante_help/slopemean.bsh > OpenJUMP/lib/ext/sextante_help/watershed.model > OpenJUMP/lib/ext/sextante_help/watershed.model.xml >-OpenJUMP/lib/ext/topology-0.7.0.jar >+OpenJUMP/lib/ext/topology-0.8.1.jar > OpenJUMP/lib/ext/xbean-2.2.0.jar >-OpenJUMP/lib/jai_codec-1.1.2_01.jar >-OpenJUMP/lib/jai_core-1.1.2_01.jar >+OpenJUMP/lib/icons/oj.ico >+OpenJUMP/lib/icons/oj.png >+OpenJUMP/lib/imageio-ext-arcgrid-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdal-bindings-1.9.2.jar >+OpenJUMP/lib/imageio-ext-gdalarcbinarygrid-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalarcgrid-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalbsb-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdaldoq1-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdaldoq2-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdaldted-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalecw-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalecwjp2-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalehdr-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalenvihdr-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalenvisat-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalerdasimg-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalframework-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalgeotiff-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalidrisi-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdaljpeg-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalkakadujp2-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalmrsid-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalmrsidjp2-1.1.7.jar >+OpenJUMP/lib/imageio-ext-gdalnitf-1.1.7.jar >+OpenJUMP/lib/imageio-ext-geocore-1.1.7.jar >+OpenJUMP/lib/imageio-ext-imagereadmt-1.1.7.jar >+OpenJUMP/lib/imageio-ext-kakadu-1.1.7.jar >+OpenJUMP/lib/imageio-ext-kakadujni-5.2.6.jar >+OpenJUMP/lib/imageio-ext-nitf-1.1.7.jar >+OpenJUMP/lib/imageio-ext-streams-1.1.7.jar >+OpenJUMP/lib/imageio-ext-tiff-1.1.7.jar >+OpenJUMP/lib/imageio-ext-turbojpeg-1.1.7.jar >+OpenJUMP/lib/imageio-ext-utilities-1.1.7.jar >+OpenJUMP/lib/jai_codec-1.1.3.jar >+OpenJUMP/lib/jai_core-1.1.3.jar >+OpenJUMP/lib/jai_imageio-1.1.jar > OpenJUMP/lib/jama-1.0.2.jar > OpenJUMP/lib/jdom-1.1.3.jar > OpenJUMP/lib/jmatharray-20070905.jar > OpenJUMP/lib/jmathplot-20070905.jar > OpenJUMP/lib/js-1.5R4.1.jar >-OpenJUMP/lib/jts-1.13.jar >+OpenJUMP/lib/jts-1.14-20140423.jar > OpenJUMP/lib/jython-2.2.jar > OpenJUMP/lib/log4j-1.2.16.jar >-OpenJUMP/lib/postgresql-9.2-1002.jdbc4.jar >+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/xmlParserAPIs-2.0.2.jar >+OpenJUMP/lib/xz-1.3.jar > bin/openjump > %%PORTDOCS%%%%DOCSDIR%%/Changes.txt >-%%PORTDOCS%%%%DOCSDIR%%/readme.txt >+@dirrmtry OpenJUMP/bin >+@dirrmtry OpenJUMP/lib/ext/BeanTools >+@dirrmtry OpenJUMP/lib/ext/FillPatterns >+@dirrmtry OpenJUMP/lib/ext/VertexImages >+@dirrmtry OpenJUMP/lib/ext/jumpdbquery-1.0.0 >+@dirrmtry OpenJUMP/lib/ext/jython/images >+@dirrmtry OpenJUMP/lib/ext/jython >+@dirrmtry OpenJUMP/lib/ext/kml >+@dirrmtry OpenJUMP/lib/ext/sextante >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.createHyetogram >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorCluster >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorMean >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorSpatialCluster >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.voronoi >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.contourLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.rasterToPoints >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorize >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorizeLines >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ctvi >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ndvi >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.nrvi >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviPerry >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviQi >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviRichardson >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviWalther >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ttvi >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.tvi >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/general >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.polygonize >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorAddField >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorDeleteField >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorRenameField >+@dirrmtry OpenJUMP/lib/ext/sextante_help/en >+@dirrmtry OpenJUMP/lib/ext/sextante_help >+@dirrmtry OpenJUMP/lib/ext >+@dirrmtry OpenJUMP/lib/icons >+@dirrmtry OpenJUMP/lib/native >+@dirrmtry OpenJUMP/lib >+@dirrmtry OpenJUMP > %%PORTDOCS%%@dirrm %%DOCSDIR%% >-@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorRenameField >-@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorDeleteField >-@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorAddField >-@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.polygonize >-@dirrm OpenJUMP/lib/ext/sextante_help/en/general >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.tvi >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ttvi >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviWalther >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviRichardson >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviQi >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviPerry >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.nrvi >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ndvi >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ctvi >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorizeLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorize >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.rasterToPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.contourLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.voronoi >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorSpatialCluster >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorMean >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorCluster >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic >-@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost >-@dirrm OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels >-@dirrm OpenJUMP/lib/ext/sextante_help/en >-@dirrm OpenJUMP/lib/ext/sextante_help >-@dirrm OpenJUMP/lib/ext/sextante >-@dirrm OpenJUMP/lib/ext/kml >-@dirrm OpenJUMP/lib/ext/jython/images >-@dirrm OpenJUMP/lib/ext/jython >-@dirrm OpenJUMP/lib/ext/VertexImages >-@dirrm OpenJUMP/lib/ext/FillPatterns >-@dirrm OpenJUMP/lib/ext/BeanTools >-@dirrm OpenJUMP/lib/ext >-@dirrm OpenJUMP/lib >-@dirrm OpenJUMP/bin >-@dirrm OpenJUMP
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rhurlin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 193430
: 147013