summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-11-26 16:44:41 +0000
committerOliver Braun <obr@openoffice.org>2001-11-26 16:44:41 +0000
commit9a432528d7b9c9fc2249b00e73a07330907c2e99 (patch)
treea676eadac225c5263acf23e4a4401a2a18440bb7
parent28eb2aff5cab66fd976a839c845c918c5b1a5371 (diff)
#93120# accessibility added
-rw-r--r--offapi/prj/build.lst3
-rw-r--r--offapi/util/makefile.mk5
-rw-r--r--unoil/prj/build.lst3
-rw-r--r--unoil/util/makefile.mk6
4 files changed, 10 insertions, 7 deletions
diff --git a/offapi/prj/build.lst b/offapi/prj/build.lst
index 4ed79275ca64..5b742caaf642 100644
--- a/offapi/prj/build.lst
+++ b/offapi/prj/build.lst
@@ -3,6 +3,7 @@ oa offapi usr1 - all oa_mkout NULL
oa offapi\drafts\com\sun\star\sync nmake - all oa_sync_drafts NULL
oa offapi\drafts\com\sun\star\ui nmake - all oa_ui_drafts NULL
oa offapi\drafts\com\sun\star\frame nmake - all oa_frame_drafts NULL
+oa offapi\drafts\com\sun\star\accessibility nmake - all oa_accessibility_drafts NULL
oa offapi\com\sun\star\awt nmake - all oa_awt NULL
oa offapi\com\sun\star\chart nmake - all oa_chart NULL
oa offapi\com\sun\star\configuration nmake - all oa_config NULL
@@ -50,4 +51,4 @@ oa offapi\com\sun\star\sdbc nmake - all oa_sdbc NULL
oa offapi\com\sun\star\sdb nmake - all oa_sdb NULL
oa offapi\com\sun\star\image nmake - all oa_image NULL
oa offapi\com\sun\star\ui\dialogs nmake - all oa_ui_dialogs NULL
-oa offapi\util nmake - all oa_util oa_awt oa_chart oa_config oa_datatrans_clip oa_datatrans_dnd oa_datatransfer oa_docu oa_draw oa_fcomp oa_fcontr oa_fieldmaster oa_form oa_formula oa_frame oa_i18n oa_inst oa_ling2 oa_mozilla oa_packages oa_manifest oa_zippackage oa_pgp oa_plug oa_pres oa_putil oa_resrc oa_sax oa_scan oa_sdb oa_sdbc oa_sdbcx oa_setup oa_sheet oa_style oa_svg oa_sync oa_sync_drafts oa_frame_drafts oa_sync2 oa_system oa_table oa_task oa_text oa_textfield oa_ucb oa_view oa_xml oa_image oa_ui_dialogs NULL
+oa offapi\util nmake - all oa_util oa_awt oa_chart oa_config oa_datatrans_clip oa_datatrans_dnd oa_datatransfer oa_docu oa_draw oa_fcomp oa_fcontr oa_fieldmaster oa_form oa_formula oa_frame oa_i18n oa_inst oa_ling2 oa_mozilla oa_packages oa_manifest oa_zippackage oa_pgp oa_plug oa_pres oa_putil oa_resrc oa_sax oa_scan oa_sdb oa_sdbc oa_sdbcx oa_setup oa_sheet oa_style oa_svg oa_sync oa_sync_drafts oa_frame_drafts oa_sync2 oa_system oa_table oa_task oa_text oa_textfield oa_ucb oa_view oa_xml oa_image oa_ui_dialogs oa_accessibility_drafts NULL
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk
index c5ff0c590f36..1fbd8c07f54a 100644
--- a/offapi/util/makefile.mk
+++ b/offapi/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.24 $
+# $Revision: 1.25 $
#
-# last change: $Author: as $ $Date: 2001-11-02 08:04:46 $
+# last change: $Author: obr $ $Date: 2001-11-26 17:41:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -133,6 +133,7 @@ UNOIDLDBFILES= \
$(UCR)$/cssuidialogs.db \
$(UCR)$/dcssui.db \
$(UCR)$/csssync.db\
+ $(UCR)$/dcssaccessibility.db\
# --- Targets ------------------------------------------------------
diff --git a/unoil/prj/build.lst b/unoil/prj/build.lst
index 2871b93389e1..6f56b19b424b 100644
--- a/unoil/prj/build.lst
+++ b/unoil/prj/build.lst
@@ -40,4 +40,5 @@ ul unoil\com\sun\star\ui\dialogs nmake - all ul_ui_dialogs ul_genall NULL
ul unoil\com\sun\star\view nmake - all ul_view ul_awt NULL
ul unoil\com\sun\star\xml nmake - all ul_xml ul_genall NULL
ul unoil\com\sun\star\xml\sax nmake - all ul_xml_sax ul_xml NULL
-ul unoil\util nmake - all ul_util ul_chart ul_configuration ul_dattrans ul_dattrans_clip ul_dattrans_dnd ul_document ul_form ul_installation ul_linguistic2 ul_mozilla ul_pgp ul_plugin ul_presentation ul_resource ul_scanner ul_setup ul_sheet ul_style ul_sync ul_ui_dialogs ul_view ul_xml_sax ul_i18n ul_pck_zip ul_pck_manifest NULL
+ul unoil\drafts\com\sun\star\accessibility nmake - all ul_accessibility ul_awt NULL
+ul unoil\util nmake - all ul_util ul_chart ul_configuration ul_dattrans ul_dattrans_clip ul_dattrans_dnd ul_document ul_form ul_installation ul_linguistic2 ul_mozilla ul_pgp ul_plugin ul_presentation ul_resource ul_scanner ul_setup ul_sheet ul_style ul_sync ul_ui_dialogs ul_view ul_xml_sax ul_i18n ul_pck_zip ul_pck_manifest ul_accessibility NULL
diff --git a/unoil/util/makefile.mk b/unoil/util/makefile.mk
index 112c95274752..0d23392f0c87 100644
--- a/unoil/util/makefile.mk
+++ b/unoil/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 15:28:28 $
+# last change: $Author: obr $ $Date: 2001-11-26 17:44:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,7 +70,7 @@ TARGET = unoil
MAXLINELENGTH = 100000
-JARCLASSDIRS = com
+JARCLASSDIRS = com drafts
JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE