diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
commit | 6c6e8f0278f988cc382e5359d16ce77e74ccfbb2 (patch) | |
tree | 0057c79dfa59eb0031986c6d8d8ae6055256bb3d | |
parent | f4a2f19886295c6a09b18e08422345de95228ac2 (diff) |
CWS-TOOLING: integrate CWS sb93
-rw-r--r-- | odk/pack/gendocu/makefile.mk | 3 | ||||
-rw-r--r-- | odk/prj/build.lst | 2 | ||||
-rw-r--r-- | odk/util/check.pl | 5 |
3 files changed, 4 insertions, 6 deletions
diff --git a/odk/pack/gendocu/makefile.mk b/odk/pack/gendocu/makefile.mk index 3c6128b03105..7c87a97a0223 100644 --- a/odk/pack/gendocu/makefile.mk +++ b/odk/pack/gendocu/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.22.28.1 $ # # This file is part of OpenOffice.org. # @@ -58,7 +58,6 @@ JAVA_PACKAGES=\ JAVA_SRC_FILES=\ $(JAVA_SRC_DIR)$/jurt_src.zip \ - $(JAVA_SRC_DIR)$/jut_src.zip \ $(JAVA_SRC_DIR)$/juh_src.zip \ $(JAVA_SRC_DIR)$/ridl_src.zip \ $(JAVA_SRC_DIR)$/unoloader_src.zip diff --git a/odk/prj/build.lst b/odk/prj/build.lst index c8176e8bef29..30fe231d58d8 100644 --- a/odk/prj/build.lst +++ b/odk/prj/build.lst @@ -1,4 +1,4 @@ -od odk :: cppuhelper cpputools io jurt jut javaunohelper sandbox remotebridges stoc udkapi ridljar offapi unoil autodoc unodevtools external SUN:officenames cli_ure NULL +od odk :: cppuhelper cpputools io jurt javaunohelper sandbox remotebridges stoc udkapi ridljar offapi unoil autodoc unodevtools external SUN:officenames cli_ure NULL od odk usr1 - all od_mkout NULL od odk\inc nmake - all od_inc NULL od odk\source\com\sun\star\lib\loader nmake - all od_loader od_inc NULL diff --git a/odk/util/check.pl b/odk/util/check.pl index 940485f14368..5ed45518160a 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -8,7 +8,7 @@ # # $RCSfile: check.pl,v $ # -# $Revision: 1.26 $ +# $Revision: 1.26.8.1 $ # # This file is part of OpenOffice.org. # @@ -313,8 +313,7 @@ if (-d "$StartDir") { my @dir_list = ( "lib","lib/uno","lib/uno/helper","lib/uno/helper/class-use", "uno","uno/class-use","comp","comp/helper", - "comp/helper/class-use","tools","tools/uno", - "tools/uno/class-use"); + "comp/helper/class-use"); foreach $i (@dir_list) { |