summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-04-06 09:18:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-04-06 09:18:10 +0000
commit86dd7aba4b1864878a534ba39e99bfea88d6e591 (patch)
treeb5102548e1f425e0a2c97ed0827bb7f79b972640 /wizards
parent5acebe51ce918b01513e94823609a15c7f0bd021 (diff)
INTEGRATION: CWS dbwizard5 (1.8.6); FILE MERGED
2005/03/31 10:10:00 bc 1.8.6.1: #i46302# makefile of commonwizards.jar modified
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/makefile.mk14
1 files changed, 10 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/makefile.mk b/wizards/com/sun/star/wizards/makefile.mk
index cb4b9494e470..41860c11dfe2 100644
--- a/wizards/com/sun/star/wizards/makefile.mk
+++ b/wizards/com/sun/star/wizards/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: vg $ $Date: 2005-03-08 15:32:23 $
+# last change: $Author: hr $ $Date: 2005-04-06 10:18:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,7 +71,13 @@ PACKAGE = com$/sun$/star$/wizards
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge xalan.jar xercesImp.jar xml-apis.jar
-JARCLASSDIRS = com$/sun$/star$/wizards
+JARCLASSDIRS = \
+ com$/sun$/star$/wizards$/common \
+ com$/sun$/star$/wizards$/db \
+ com$/sun$/star$/wizards$/ui \
+ com$/sun$/star$/wizards$/document \
+ com$/sun$/star$/wizards$/text
+
JARTARGET = commonwizards.jar
# --- Files --------------------------------------------------------
@@ -157,7 +163,7 @@ JAVAFILES= \
text$/ViewHandler.java
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:s/.java/.class/))
+#JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:s/.java/.class/))
# --- Targets ------------------------------------------------------