root/tags/release-0.13.4/pfixcore/skel/newproject.sh
| Revision 3132, 278 bytes (checked in by mtld, 5 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | docroot=$PWD/projects/ |
| 4 | |
| 5 | mylogjar=`ls lib/log*.jar;` |
| 6 | mysaxonjar=`ls lib/saxon6*.jar;` |
| 7 | mypfixcore=`ls lib/pfixcore*.jar;` |
| 8 | |
| 9 | java -Dpustefix.docroot=${docroot} -classpath $mypfixcore:$mylogjar:$mysaxonjar:build de.schlund.pfixcore.util.basicapp.basics.InitNewPfixProject |
Note: See TracBrowser
for help on using the browser.
