diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-16 17:08:00 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-16 17:08:00 +0000 |
commit | 612d2d4c6417b34e07e23ef736b2bfbadea9e33b (patch) | |
tree | 41c3c14cdc269cd619452f4b47c472ad856d4777 /appendcp.bat | |
parent | 993db4c925628d68daa6fbab4c2903fde871a0c1 (diff) | |
download | poi-612d2d4c6417b34e07e23ef736b2bfbadea9e33b.tar.gz poi-612d2d4c6417b34e07e23ef736b2bfbadea9e33b.zip |
Update of the build system to make the script cleaner and make ./lib/endorsed libs automatically used in both script and build classpaths.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'appendcp.bat')
-rw-r--r-- | appendcp.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appendcp.bat b/appendcp.bat new file mode 100644 index 0000000000..128ae87745 --- /dev/null +++ b/appendcp.bat @@ -0,0 +1,2 @@ +set CLASSPATH=%CLASSPATH%;%1 + |