]> matita.cs.unibo.it Git - helm.git/commitdiff
first changes to make autoconf work
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 28 Dec 2000 16:04:51 +0000 (16:04 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 28 Dec 2000 16:04:51 +0000 (16:04 +0000)
helm/xsltd/AUTHORS
helm/xsltd/README
helm/xsltd/helm_xsltd-0.0.1-1.spec
helm/xsltd/start-xaland.in

index 963977a6f2d26cf197855a67a80695a4437fff6d..1088c56891151e79d009722f2b7533c28ca3040d 100644 (file)
@@ -1,4 +1 @@
-Andrea Asperti <asperti@cs.unibo.it>
-Luca Padovani <lpadovan@cs.unibo.it>
 Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
-Irene Schena <schena@cs.unibo.it>
index 9f6eb3534f9e070e7fb8ec433d759ceefc40c698..ab2790be751e3dd0bb08def7230045d21c0f2c59 100644 (file)
@@ -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
index 8c1ce72ed67f92ecfd5021f0bd2d10ba3e65a1bb..211f82c6e507fe97c3b578accc7a3bde8128eda8 100644 (file)
@@ -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 <sacerdot@cs.unibo.it>
 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
index 062e181e5f2b91dc2f7621f57b0227d35acf7a93..4cf233adb34b29d673c3b0644215f6b1d3bc7b3c 100755 (executable)
@@ -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 \