root/tags/release-0.13.4/pfixcore/skel/newproject.sh

Revision 3132, 278 bytes (checked in by mtld, 5 years ago)

fix nexproject.sh

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2
3docroot=$PWD/projects/
4
5mylogjar=`ls lib/log*.jar;`
6mysaxonjar=`ls lib/saxon6*.jar;`
7mypfixcore=`ls lib/pfixcore*.jar;`
8
9java -Dpustefix.docroot=${docroot} -classpath $mypfixcore:$mylogjar:$mysaxonjar:build de.schlund.pfixcore.util.basicapp.basics.InitNewPfixProject
Note: See TracBrowser for help on using the browser.