From 16b7d7d156446f21d0b7f014b78360d14a085033 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 15:52:45 +0000 Subject: [PATCH] Makefile moved in Makefile.old and start-xaland created. This in order to use autoconf. --- helm/xsltd/{Makefile => Makefile.old} | 0 helm/xsltd/start-xaland | 14 ++++++++++++++ 2 files changed, 14 insertions(+) rename helm/xsltd/{Makefile => Makefile.old} (100%) create mode 100755 helm/xsltd/start-xaland diff --git a/helm/xsltd/Makefile b/helm/xsltd/Makefile.old similarity index 100% rename from helm/xsltd/Makefile rename to helm/xsltd/Makefile.old diff --git a/helm/xsltd/start-xaland b/helm/xsltd/start-xaland new file mode 100755 index 000000000..062e181e5 --- /dev/null +++ b/helm/xsltd/start-xaland @@ -0,0 +1,14 @@ +#!/bin/bash + +export HELM_STYLES_DIR=/usr/local/share/helm/style +export PATH=$PATH:/opt/java/jdk1.3/bin/ +export CLASSPATH=. +export CLASSPATH=$CLASSPATH:/projects/helm/shared/libraries/java/xalan_1_1/xalan.jar +export CLASSPATH=$CLASSPATH:/projects/helm/shared/libraries/java/xalan_1_1/xerces.jar + +java -ss1024K -oss8192K \ + xaland 12345 12346 \ + $HELM_STYLES_DIR/rootcontent.xsl \ + $HELM_STYLES_DIR/annotatedpres.xsl \ + $HELM_STYLES_DIR/theory_content.xsl \ + $HELM_STYLES_DIR/theory_pres.xsl -- 2.39.2