diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
commit | 1a4e94a77140a19d943a4c5fac3a65127debbc1e (patch) | |
tree | b53e0c4ae625b9752a87f97c01577808e7608aa8 /javaunohelper/util/makefile.mk | |
parent | 2ef5501f5d7740e453c3672665c11216b375b5f8 (diff) | |
parent | 5312f409180ab4e29598f674c60d32665a16bb9b (diff) |
#i10000#ooo/DEV300_m89
Diffstat (limited to 'javaunohelper/util/makefile.mk')
-rw-r--r-- | javaunohelper/util/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index 22b3a72be..796280eb3 100644 --- a/javaunohelper/util/makefile.mk +++ b/javaunohelper/util/makefile.mk @@ -50,4 +50,9 @@ ZIP1LIST=com -x "*makefile.mk" .INCLUDE : target.mk +ALLTAR : $(MISC)/juh.component +$(MISC)/juh.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + juh.component + $(XSLTPROC) --nonet --stringparam uri '$(COMPONENTPREFIX_URE_JAVA)juh.jar' \ + -o $@ $(SOLARENV)/bin/createcomponent.xslt juh.component |