Mercurial > hg > digilib
annotate xul/make_alcatraz.sh @ 242:9622e3f5c6f9
Servlet version 1.19b4
- bug fixes
- new stuff in DocumentBean
author | robcast |
---|---|
date | Wed, 04 Aug 2004 20:42:48 +0200 |
parents | 49cb8a445126 |
children |
rev | line source |
---|---|
199
49cb8a445126
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
1 #!/bin/sh |
49cb8a445126
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
2 jar -cf alcatraz.jar content skin locale |
49cb8a445126
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
3 jar -cf alcatraz.xpi alcatraz.jar install.js |
49cb8a445126
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
4 echo "alcatraz created ... trying to copy to pythia2 (password for user 'alcatraz' required)" |
49cb8a445126
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
5 scp alcatraz.xpi install.html alcatraz@pythia2.unibe.ch:/data01/docuserver/www/digitallibrary/xul |