summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-15 12:42:59 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-15 12:42:59 +0000
commit758f3e019bc5af020892c3701b9220f432fd3bfe (patch)
treedca3a375ba2499eecffaf42d24f386e446659dab /desktop
parentd75ceaf6b4cdc2eb9d2f99565856bb029e72bd05 (diff)
more merge fixes
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/prj/build.lst2
-rwxr-xr-xdesktop/prj/d.lst1
-rwxr-xr-xdesktop/source/deployment/registry/component/dp_component.cxx2
-rwxr-xr-xdesktop/zipintro/makefile.mk4
4 files changed, 5 insertions, 4 deletions
diff --git a/desktop/prj/build.lst b/desktop/prj/build.lst
index a13732bc64..bef09600c2 100755
--- a/desktop/prj/build.lst
+++ b/desktop/prj/build.lst
@@ -37,8 +37,8 @@ dt desktop\source\deployment\registry\configuration nmake - all dt_dp_registry_c
dt desktop\source\deployment\registry\help nmake - all dt_dp_registry_help dt_inc NULL
dt desktop\source\deployment\registry\executable nmake - all dt_dp_registry_executable dt_inc NULL
dt desktop\scripts nmake - u dt_scripts dt_inc NULL
-dt desktop\util nmake - all dt_util dt_app dt_pagein.u dt_so_comp dt_spl dt_uwrapper.u dt_usplash.u dt_wrapper.w dt_officeloader.w dt_officeloader_unx.u dt_migr dt_rebase.w NULL
dt desktop\zipintro nmake - all dt_zipintro NULL
+dt desktop\util nmake - all dt_util dt_app dt_pagein.u dt_so_comp dt_spl dt_uwrapper.u dt_usplash.u dt_wrapper.w dt_officeloader.w dt_officeloader_unx.u dt_migr dt_rebase.w dt_zipintro NULL
dt desktop\registry\data\org\openoffice\Office nmake - all sn_regconfig NULL
dt desktop\source\registration\com\sun\star\servicetag\resources get - all sn_svctagres NULL
dt desktop\source\registration\com\sun\star\servicetag nmake - all sn_svctag NULL
diff --git a/desktop/prj/d.lst b/desktop/prj/d.lst
index 442303258f..6c9f538243 100755
--- a/desktop/prj/d.lst
+++ b/desktop/prj/d.lst
@@ -109,6 +109,7 @@ mkdir: %_DEST%\bin%_EXT%\odf4ms
mkdir: %COMMON_DEST%\pck%_EXT%\brand
mkdir: %COMMON_DEST%\pck%_EXT%\brand_dev
+..\%__SRC%\bin\intro.zip %COMMON_DEST%\pck%_EXT%\intro.zip
..\%__SRC%\bin\brand\intro.zip %COMMON_DEST%\pck%_EXT%\brand\intro.zip
..\%__SRC%\bin\brand_dev\intro.zip %COMMON_DEST%\pck%_EXT%\brand_dev\intro.zip
..\%__SRC%\bin\shell\shell.zip %COMMON_DEST%\pck%_EXT%\shell.zip
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index fd0ee18296..376a897aaa 100755
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -645,7 +645,7 @@ BackendImpl::BackendImpl(
OUSTR("*.jar"),
getResourceString(RID_STR_JAVA_TYPELIB),
RID_IMG_JAVA_TYPELIB ) ),
- m_typeInfos( 5 )
+ m_typeInfos( 6 )
{
m_typeInfos[ 0 ] = m_xDynComponentTypeInfo;
m_typeInfos[ 1 ] = m_xJavaComponentTypeInfo;
diff --git a/desktop/zipintro/makefile.mk b/desktop/zipintro/makefile.mk
index cdc547fcc5..83a91ad3c2 100755
--- a/desktop/zipintro/makefile.mk
+++ b/desktop/zipintro/makefile.mk
@@ -67,7 +67,7 @@ ZIP3DEPS=$(ZIP3LIST)
.INCLUDE : target.mk
ALLTAR : \
- $(COMMONBIN)$/brand$/intro.zip \
+ $(COMMONBIN)$/intro.zip \
$(COMMONBIN)$/brand_dev$/intro.zip \
$(COMMONBIN)$/shell/shell.zip
@@ -75,7 +75,7 @@ $(COMMONBIN)$/brand_dev$/intro.zip : $(COMMONBIN)$/brand_dev.zip
@@-$(MKDIR) $(@:d)
@$(COPY) $< $@
-$(COMMONBIN)$/brand$/intro.zip : $(COMMONBIN)$/brand.zip
+$(COMMONBIN)$/intro.zip : $(COMMONBIN)$/brand.zip
@@-$(MKDIR) $(@:d)
@$(COPY) $< $@