From eea65abe90c1a5a7108a6bedb6b72a31facdfb0b Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 16:04:51 +0000 Subject: [PATCH] first changes to make autoconf work --- helm/xsltd/AUTHORS | 3 --- helm/xsltd/README | 2 +- helm/xsltd/helm_xsltd-0.0.1-1.spec | 8 ++++---- helm/xsltd/start-xaland.in | 8 +++++--- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/helm/xsltd/AUTHORS b/helm/xsltd/AUTHORS index 963977a6f..1088c5689 100644 --- a/helm/xsltd/AUTHORS +++ b/helm/xsltd/AUTHORS @@ -1,4 +1 @@ -Andrea Asperti -Luca Padovani Claudio Sacerdoti Coen -Irene Schena diff --git a/helm/xsltd/README b/helm/xsltd/README index 9f6eb3534..ab2790be7 100644 --- a/helm/xsltd/README +++ b/helm/xsltd/README @@ -3,6 +3,6 @@ NOTE: This is the first alpha release of project HELM. HELM (Hypertextual Electronic Library of Mathematics) is a project aimed at the creation of tools for the development and exploitation of a huge distributed library of formal mathematical knowledge. This package holds -the configuration files shared by all this tools. +an UDP-based XSLT daemon. For more information see http://www.cs.unibo.it/helm diff --git a/helm/xsltd/helm_xsltd-0.0.1-1.spec b/helm/xsltd/helm_xsltd-0.0.1-1.spec index 8c1ce72ed..211f82c6e 100644 --- a/helm/xsltd/helm_xsltd-0.0.1-1.spec +++ b/helm/xsltd/helm_xsltd-0.0.1-1.spec @@ -1,17 +1,17 @@ -Summary: The configuration files shared by all the tools of project HELM -Name: helm_configuration +Summary: The UDP-based XSLTD daemon for project HELM. +Name: helm_xsltd Version: 0.0.1 Release: 1 Copyright: GPL URL: http://www.cs.unibo.it/helm Packager: Claudio Sacerdoti Coen Group: Applications/Publishing -Source: www.cs.unibo.it:/~lpadovan/mml-widget/helm_configuration-0.0.1-1.tar.gz +Source: www.cs.unibo.it:/~lpadovan/mml-widget/helm_xsltd-0.0.1-1.tar.gz %description HELM (Hypertextual Electronic Library of Mathematics) is a project aimed at the creation of tools for the development and exploitation of a huge distributed library of formal mathematical knowledge. This package holds -the configuration files shared by all this tools. +an UDP-based XSLT daemon. For more information see http://www.cs.unibo.it/helm %prep diff --git a/helm/xsltd/start-xaland.in b/helm/xsltd/start-xaland.in index 062e181e5..4cf233adb 100755 --- a/helm/xsltd/start-xaland.in +++ b/helm/xsltd/start-xaland.in @@ -1,11 +1,13 @@ #!/bin/bash +export CLASS_DIR=. export HELM_STYLES_DIR=/usr/local/share/helm/style -export PATH=$PATH:/opt/java/jdk1.3/bin/ +export PATH=/opt/java/jdk1.3/bin/:$PATH 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 +export CLASSPATH=/projects/helm/shared/libraries/java/xalan_1_1/xalan.jar:$CLASSPATH +export CLASSPATH=/projects/helm/shared/libraries/java/xalan_1_1/xerces.jar:$CLASSPATH +cd $CLASS_DIR && java -ss1024K -oss8192K \ xaland 12345 12346 \ $HELM_STYLES_DIR/rootcontent.xsl \ -- 2.39.2