summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/examples/java/runCreateAttribute.sh.in
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2005-07-19 17:28:56 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2005-07-19 17:28:56 (GMT)
commit794ba0a251af47b8e3c60afa2fe92d267e2a6b55 (patch)
treef24cea3b81ff02fa3f31c0a1c4e80fa10f4393c0 /doc/html/Tutor/examples/java/runCreateAttribute.sh.in
parentd2e92fd23610c3ccdddbbc55484e54a5a21a9252 (diff)
downloadhdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.zip
hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.tar.gz
hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.tar.bz2
[svn-r11084]
Description: All HDF5 user documentation has been moved to a separate hdf5doc/ repository, managed under Subversion. With this 'cvs commit', all files are stripped from hdf5/doc/. THIS CHANGE IS APPLIED ONLY TO THE HDF5 DEVELOPMENT BRANCH, post Release 1.6.x; it is not applied to the release branches.
Diffstat (limited to 'doc/html/Tutor/examples/java/runCreateAttribute.sh.in')
-rw-r--r--doc/html/Tutor/examples/java/runCreateAttribute.sh.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/html/Tutor/examples/java/runCreateAttribute.sh.in b/doc/html/Tutor/examples/java/runCreateAttribute.sh.in
deleted file mode 100644
index 83bcdc7..0000000
--- a/doc/html/Tutor/examples/java/runCreateAttribute.sh.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-JH5INSTALLDIR=@JH5INST@
-HDF5LIB=@HDF5LIB@
-
-#make this relative to the source root...
-PWD=@PWD@
-LIBDIR=$JH5INSTALLDIR"/lib"
-
-CLASSPATH=".:"$LIBDIR"/jhdf5.jar"
-
-LD_LIBRARY_PATH=$HDF5LIB":"$LIBDIR"/@JAVATARG@"
-
-export CLASSPATH
-export LD_LIBRARY_PATH
-
-@JAVA@ CreateAttribute $*