jvanzyl 01/08/30 06:30:14
Modified: test/texen-classpath test.jar
Added: test/texen-classpath mkjar.sh
Log:
- new jar with new and old way of getting properties files into a context.
Revision Changes Path
1.2 +25 -11 jakarta-velocity/test/texen-classpath/test.jar
<<Binary file>>
1.1 jakarta-velocity/test/texen-classpath/mkjar.sh
Index: mkjar.sh
===================================================================
#!/bin/sh
(
cd jar-contents
rm -f ../test.jar
rm *~
jar cvf ../test.jar *
)
