Changeset 3950 for branches/blt4/cf


Ignore:
Timestamp:
Sep 24, 2013 11:58:57 AM (11 years ago)
Author:
gah
Message:

sync with trunk

Location:
branches/blt4/cf
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/cf/mkindex.tcl

    r2742 r3950  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005  Purdue Research Foundation
     9#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1010#
    1111#  See the file "license.terms" for information on usage and
  • branches/blt4/cf/mkobjects.tcl

    r2742 r3950  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2011  Purdue Research Foundation
     11#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1212#
    1313#  See the file "license.terms" for information on usage and
  • branches/blt4/cf/rpLangJava.m4

    r3064 r3950  
    3030   ${JAVA_HOME} \
    3131   /apps/java/jdk1.6* \
    32    /usr/lib/jvm/java-6-openjdk \
    33    /usr/lib/jvm/icedtea-6 \
    34    /usr/lib/jvm/*sun-1.6* \
    3532   /opt/sun-jdk-1.6* \
    36    /usr/lib/jvm/icedtea-7 \
    3733   /opt/icedtea6-* \
    3834   /opt/sun-jdk-1.5* \
    39    /usr/lib/jvm/*sun-1.5*
     35   /usr/lib/jvm/*sun* \
     36   /usr/lib/jvm/*icedtea* \
     37   /usr/lib/jvm/*openjdk*
    4038  do
    4139    if test -r "${d}/include/jni.h" ; then
Note: See TracChangeset for help on using the changeset viewer.