diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 12:12:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 12:12:20 +0000 |
commit | 9ad39473a5629b5bcb51f740f8daa16d3ec999f7 (patch) | |
tree | 4222982659fbb15ec2a044579b425c3608eaa672 /tools | |
parent | 3852dc6ac1852bcbc669630c4dbf97f12aad4d44 (diff) |
INTEGRATION: CWS sb87 (1.1.2); FILE ADDED
2008/04/11 13:30:25 sb 1.1.2.1: #i88166# remove .. segments in tools::buildPath to avoid filepaths that grow too long
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qa/version.map | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tools/qa/version.map b/tools/qa/version.map new file mode 100644 index 000000000000..1863a449853a --- /dev/null +++ b/tools/qa/version.map @@ -0,0 +1,38 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2008 by Sun Microsystems, Inc. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: version.map,v $ +# +# $Revision: 1.2 $ +# +# This file is part of OpenOffice.org. +# +# OpenOffice.org is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License version 3 +# only, as published by the Free Software Foundation. +# +# OpenOffice.org is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License version 3 for more details +# (a copy is included in the LICENSE file that accompanied this code). +# +# You should have received a copy of the GNU Lesser General Public License +# version 3 along with OpenOffice.org. If not, see +# <http://www.openoffice.org/license.html> +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +UDK_3_0_0 { + global: + registerAllTestFunction; + + local: + *; +}; |