[DebianGIS-dev] CVS Update: openjump/debian changelog openjump.sh

pere at haydn.debian.org pere at haydn.debian.org
Mon May 15 12:06:36 UTC 2006


  User: pere    
  Date: 06/05/15 12:06:36

  Modified:    debian   changelog openjump.sh
  Log:
     * Pass -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D to the JVM by
       default, to increase the chance of working with a GNU Classpath
       based VM.
     * Add new variable JAVA_EXTRA_ARGS to the openjump shell wrapper, to
       make it easier to add arguments while keeping the default
       arguments.
  
  Revision  Changes    Path
  1.9       +3 -0      openjump/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/changelog?annotate=1.9&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/changelog?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/changelog.diff?r1=1.9&r2=1.8&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/changelog,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changelog	1 May 2006 15:53:29 -0000	1.8
  +++ changelog	15 May 2006 12:06:35 -0000	1.9
  @@ -3,6 +3,9 @@
     * Pass -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D to the JVM by
       default, to increase the chance of working with a GNU Classpath
       based VM.
  +  * Add new variable JAVA_EXTRA_ARGS to the openjump shell wrapper, to
  +    make it easier to add arguments while keeping the default
  +    arguments.
   
    -- Petter Reinholdtsen <pere at debian.org>  Sat, 29 Apr 2006 12:37:28 +0200
   
  
  
  
  1.3       +4 -0      openjump/debian/openjump.sh
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/openjump.sh?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/openjump.sh?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/openjump.sh.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: openjump.sh
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/openjump.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- openjump.sh	1 May 2006 15:53:29 -0000	1.2
  +++ openjump.sh	15 May 2006 12:06:35 -0000	1.3
  @@ -106,6 +106,10 @@
       JAVA_ARGS="$JAVA_ARGS -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D"
   fi
   
  +if [ -z "$JAVA_EXTRA_ARGS" ] ; then
  +    JAVA_ARGS="$JAVA_EXTRA_ARGS"
  +fi
  +
   exec ${JAVACMD} \
       ${JAVA_ARGS} \
       -Dlog4j.configuration=file:$LOG4JFILE \
  
  
  



More information about the Pkg-grass-devel mailing list