Kaydet (Commit) 6d709677 authored tarafından Vladimir Glazunov's avatar Vladimir Glazunov

CWS-TOOLING: integrate CWS sb122

...@@ -6730,9 +6730,9 @@ if test "$SOLAR_JAVA" != "" && test "$with_junit" != "no"; then ...@@ -6730,9 +6730,9 @@ if test "$SOLAR_JAVA" != "" && test "$with_junit" != "no"; then
AC_MSG_RESULT([$OOO_JUNIT_JAR]) AC_MSG_RESULT([$OOO_JUNIT_JAR])
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
AC_MSG_ERROR([cannot find JUnit 4 jar at $OOO_JUNIT_JAR; AC_MSG_ERROR([cannot find JUnit 4 jar; please install one in the default
please install one and/or specify its pathname via --with-junit=..., location (/usr/share/java), specify its pathname via
or disable it via --without-junit]) --with-junit=..., or disable it via --without-junit])
fi fi
fi fi
AC_SUBST(OOO_JUNIT_JAR) AC_SUBST(OOO_JUNIT_JAR)
......
...@@ -84,7 +84,7 @@ File gid_File_Lib_Cached1 ...@@ -84,7 +84,7 @@ File gid_File_Lib_Cached1
#endif #endif
End End
SPECIAL_UNO_LIB_FILE(gid_File_Lib_Configmgr, configmgr) SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_Lib_Configmgr, configmgr.uno)
#ifdef WITH_LDAP #ifdef WITH_LDAP
File gid_File_Lib_Ldapbe2 File gid_File_Lib_Ldapbe2
......
...@@ -44,6 +44,8 @@ sub action($$$) ...@@ -44,6 +44,8 @@ sub action($$$)
'shl/OOO/URELIB' => '@loader_path/../ure-link/lib', 'shl/OOO/URELIB' => '@loader_path/../ure-link/lib',
'shl/OOO/OOO' => '@loader_path', 'shl/OOO/OOO' => '@loader_path',
'shl/OXT/URELIB' => '@executable_path/urelibs', 'shl/OXT/URELIB' => '@executable_path/urelibs',
'shl/BOXT/URELIB' => '@executable_path/urelibs',
'shl/BOXT/OOO' => '@loader_path/../../../../../../basis-link/program',
'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__', 'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__', 'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/NONE' => '@__VIA_LIBRARY_PATH__'); 'shl/NONE/NONE' => '@__VIA_LIBRARY_PATH__');
...@@ -54,7 +56,7 @@ sub action($$$) ...@@ -54,7 +56,7 @@ sub action($$$)
} }
@ARGV == 3 || @ARGV >= 2 && $ARGV[0] eq "extshl" or die @ARGV == 3 || @ARGV >= 2 && $ARGV[0] eq "extshl" or die
'Usage: app|shl|extshl UREBIN|URELIB|OOO|SDK|BRAND|OXT|NONE <filepath>*'; 'Usage: app|shl|extshl UREBIN|URELIB|OOO|SDK|BRAND|OXT|BOXT|NONE <filepath>*';
$type = shift @ARGV; $type = shift @ARGV;
$loc = shift @ARGV; $loc = shift @ARGV;
if ($type eq "extshl") if ($type eq "extshl")
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:oor="http://openoffice.org/2001/registry"> xmlns:oor="http://openoffice.org/2001/registry">
<xsl:param name="prefix"/>
<xsl:strip-space elements="*"/> <xsl:strip-space elements="*"/>
<xsl:preserve-space elements="value it"/> <xsl:preserve-space elements="value it"/>
<!-- TODO: strip space from "value" elements that have "it" children --> <!-- TODO: strip space from "value" elements that have "it" children -->
...@@ -45,12 +46,13 @@ ...@@ -45,12 +46,13 @@
(e.g., xcs files preceeding xcu files). (e.g., xcs files preceeding xcu files).
--> -->
<xsl:for-each select="list/filename"> <xsl:for-each select="list/filename">
<xsl:variable name="doc" select="document(concat($prefix, .))"/>
<xsl:choose> <xsl:choose>
<xsl:when test="count(document(.)/oor:component-schema) = 1"> <xsl:when test="count($doc/oor:component-schema) = 1">
<xsl:apply-templates select="document(.)/oor:component-schema"/> <xsl:apply-templates select="$doc/oor:component-schema"/>
</xsl:when> </xsl:when>
<xsl:when test="count(document(.)/oor:component-data) = 1"> <xsl:when test="count($doc/oor:component-data) = 1">
<xsl:apply-templates select="document(.)/oor:component-data"/> <xsl:apply-templates select="$doc/oor:component-data"/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:message terminate="yes"> <xsl:message terminate="yes">
......
...@@ -349,7 +349,6 @@ PYUNOLIB=-lpyuno ...@@ -349,7 +349,6 @@ PYUNOLIB=-lpyuno
LPSOLVELIB=-llpsolve55 LPSOLVELIB=-llpsolve55
SOFFICELIB=-lsofficeapp SOFFICELIB=-lsofficeapp
UNOPKGAPPLIB=-lunopkgapp UNOPKGAPPLIB=-lunopkgapp
CONFIGMGRLIB=-lconfigmgr
TESTLIB=-ltest TESTLIB=-ltest
.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" .ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2"
...@@ -531,7 +530,6 @@ PYUNOLIB=ipyuno.lib ...@@ -531,7 +530,6 @@ PYUNOLIB=ipyuno.lib
LPSOLVELIB=lpsolve55.lib LPSOLVELIB=lpsolve55.lib
SOFFICELIB=isofficeapp.lib SOFFICELIB=isofficeapp.lib
UNOPKGAPPLIB=iunopkgapp.lib UNOPKGAPPLIB=iunopkgapp.lib
CONFIGMGRLIB=iconfigmgr.lib
TESTLIB=itest.lib TESTLIB=itest.lib
.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" .ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2"
...@@ -1276,6 +1276,7 @@ LINKFLAGSRUNPATH_OOO*= ...@@ -1276,6 +1276,7 @@ LINKFLAGSRUNPATH_OOO*=
LINKFLAGSRUNPATH_SDK*= LINKFLAGSRUNPATH_SDK*=
LINKFLAGSRUNPATH_BRAND*= LINKFLAGSRUNPATH_BRAND*=
LINKFLAGSRUNPATH_OXT*= LINKFLAGSRUNPATH_OXT*=
LINKFLAGSRUNPATH_BOXT*=
LINKFLAGSRUNPATH_NONE*= LINKFLAGSRUNPATH_NONE*=
# make sure both linker variables are set # make sure both linker variables are set
......
...@@ -151,6 +151,7 @@ LINKFLAGSRUNPATH_OOO=-Wl,-rpath,\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\' ...@@ -151,6 +151,7 @@ LINKFLAGSRUNPATH_OOO=-Wl,-rpath,\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\'
LINKFLAGSRUNPATH_SDK=-Wl,-rpath,\''$$ORIGIN/../../ure-link/lib'\' LINKFLAGSRUNPATH_SDK=-Wl,-rpath,\''$$ORIGIN/../../ure-link/lib'\'
LINKFLAGSRUNPATH_BRAND=-Wl,-rpath,\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\' LINKFLAGSRUNPATH_BRAND=-Wl,-rpath,\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\'
LINKFLAGSRUNPATH_OXT= LINKFLAGSRUNPATH_OXT=
LINKFLAGSRUNPATH_BOXT=-Wl,-rpath,\''$$ORIGIN/../../../../../../basis-link/program'\'
LINKFLAGSRUNPATH_NONE= LINKFLAGSRUNPATH_NONE=
# flag -Wl,-z,noexecstack sets the NX bit on the stack # flag -Wl,-z,noexecstack sets the NX bit on the stack
LINKFLAGS=-Wl,-z,noexecstack -Wl,-z,combreloc $(LINKFLAGSDEFS) LINKFLAGS=-Wl,-z,noexecstack -Wl,-z,combreloc $(LINKFLAGSDEFS)
......
...@@ -206,6 +206,7 @@ LINKFLAGSRUNPATH_OOO=-install_name '@___________________________________________ ...@@ -206,6 +206,7 @@ LINKFLAGSRUNPATH_OOO=-install_name '@___________________________________________
LINKFLAGSRUNPATH_SDK= LINKFLAGSRUNPATH_SDK=
LINKFLAGSRUNPATH_BRAND= LINKFLAGSRUNPATH_BRAND=
LINKFLAGSRUNPATH_OXT= LINKFLAGSRUNPATH_OXT=
LINKFLAGSRUNPATH_BOXT=
LINKFLAGSRUNPATH_NONE=-install_name '@__________________________________________________NONE/$(@:f)' LINKFLAGSRUNPATH_NONE=-install_name '@__________________________________________________NONE/$(@:f)'
LINKFLAGS=$(LINKFLAGSDEFS) LINKFLAGS=$(LINKFLAGSDEFS)
......
...@@ -137,6 +137,7 @@ LINKFLAGSRUNPATH_OOO=-R\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\' ...@@ -137,6 +137,7 @@ LINKFLAGSRUNPATH_OOO=-R\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\'
LINKFLAGSRUNPATH_SDK=-R\''$$ORIGIN/../../ure-link/lib'\' LINKFLAGSRUNPATH_SDK=-R\''$$ORIGIN/../../ure-link/lib'\'
LINKFLAGSRUNPATH_BRAND=-R\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\' LINKFLAGSRUNPATH_BRAND=-R\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\'
LINKFLAGSRUNPATH_OXT= LINKFLAGSRUNPATH_OXT=
LINKFLAGSRUNPATH_BOXT=-R\''$$ORIGIN/../../../../../../basis-link/program'\'
LINKFLAGSRUNPATH_NONE= LINKFLAGSRUNPATH_NONE=
LINKFLAGS=-w -mt -z combreloc -PIC -temp=/tmp -norunpath -library=no%Cstd LINKFLAGS=-w -mt -z combreloc -PIC -temp=/tmp -norunpath -library=no%Cstd
LINKCFLAGS=-w -mt -z combreloc -norunpath LINKCFLAGS=-w -mt -z combreloc -norunpath
......
...@@ -143,6 +143,7 @@ LINKFLAGSRUNPATH_OOO=-R\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\' ...@@ -143,6 +143,7 @@ LINKFLAGSRUNPATH_OOO=-R\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\'
LINKFLAGSRUNPATH_SDK=-R\''$$ORIGIN/../../ure-link/lib'\' LINKFLAGSRUNPATH_SDK=-R\''$$ORIGIN/../../ure-link/lib'\'
LINKFLAGSRUNPATH_BRAND=-R\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\' LINKFLAGSRUNPATH_BRAND=-R\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\'
LINKFLAGSRUNPATH_OXT= LINKFLAGSRUNPATH_OXT=
LINKFLAGSRUNPATH_BOXT=-R\''$$ORIGIN/../../../../../../basis-link/program'\'
LINKFLAGSRUNPATH_NONE= LINKFLAGSRUNPATH_NONE=
LINKFLAGS=-w -mt -z combreloc -PIC -temp=/tmp -norunpath -library=no%Cstd LINKFLAGS=-w -mt -z combreloc -PIC -temp=/tmp -norunpath -library=no%Cstd
LINKCFLAGS=-w -mt -z combreloc -norunpath LINKCFLAGS=-w -mt -z combreloc -norunpath
......
...@@ -137,6 +137,8 @@ LINKFLAGSRUNPATH_UREBIN=-R\''$$ORIGIN/../lib:$$ORIGIN'\' ...@@ -137,6 +137,8 @@ LINKFLAGSRUNPATH_UREBIN=-R\''$$ORIGIN/../lib:$$ORIGIN'\'
LINKFLAGSRUNPATH_OOO=-R\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\' LINKFLAGSRUNPATH_OOO=-R\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\'
LINKFLAGSRUNPATH_BRAND=-R\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\' LINKFLAGSRUNPATH_BRAND=-R\''$$ORIGIN:$$ORIGIN/../basis-link/program:$$ORIGIN/../basis-link/ure-link/lib'\'
LINKFLAGSRUNPATH_OXT= LINKFLAGSRUNPATH_OXT=
LINKFLAGSRUNPATH_BOXT=-R\''$$ORIGIN/../../../../../../basis-link/program'\'
LINKFLAGSRUNPATH_NONE=
LINKFLAGS=-m64 -w -mt -z combreloc -PIC -temp=/tmp -norunpath -library=stlport4 LINKFLAGS=-m64 -w -mt -z combreloc -PIC -temp=/tmp -norunpath -library=stlport4
LINKCFLAGS=-m64 -w -mt -z combreloc -norunpath LINKCFLAGS=-m64 -w -mt -z combreloc -norunpath
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment