diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-01-15 14:55:12 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-01-15 14:55:12 +0100 |
commit | 7d0a7273deb66cb529226a17d3f470d70c779c6c (patch) | |
tree | 5ca3bc11745e159b2f9bd75e7dca47c6aa9f2b3b /stax | |
parent | 06b1cfd68a0891c5652e7c78498e4b40afd902b2 (diff) |
ause110: #i106731# remove tarballs from scm and find them in download cache dir
Diffstat (limited to 'stax')
-rw-r--r-- | stax/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stax/makefile.mk b/stax/makefile.mk index 41d2a2ba0885..5de24fba084a 100644 --- a/stax/makefile.mk +++ b/stax/makefile.mk @@ -53,6 +53,7 @@ all: # --- Files -------------------------------------------------------- TARFILE_NAME=stax-api-1.0-2-sources +TARFILE_MD5=8294d6c42e3553229af9934c5c0ed997 TARFILE_ROOTDIR=src BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf jsr173_1.0_api.jar javax$/xml$/stream$/*.class javax$/xml$/stream$/events$/*.class javax$/xml$/stream$/util$/*.class |