Remove all lines containing cvs/svn "$Id$" keyword.
This keyword is not expanded by Git which means it's not replaced with the correct revision value in the releases made using git-based scripts and it's confusing to have lines with unexpanded "$Id$" in the released files. As expanding them with Git is not that simple (it could be done with git archive and export-subst attribute) and there are not many benefits in having them in the first place, just remove all these lines. If nothing else, this will make an eventual transition to Git simpler. Closes #14487. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,8 +21,6 @@ dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
dnl DEALINGS IN THE SOFTWARE.
|
||||
dnl
|
||||
dnl $Id$
|
||||
dnl
|
||||
dnl Compiler detection macros by David Elliott and Vadim Zeitlin
|
||||
dnl
|
||||
|
||||
|
@@ -21,8 +21,6 @@ dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
dnl DEALINGS IN THE SOFTWARE.
|
||||
dnl
|
||||
dnl $Id$
|
||||
dnl
|
||||
dnl Support macros for makefiles generated by BAKEFILE.
|
||||
dnl
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
<makefile>
|
||||
|
||||
<!--
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
<makefile>
|
||||
|
||||
<set var="MONOLIB_GUI_SRC">
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
|
||||
<!-- Master bakefile for wxWidgets -->
|
||||
|
@@ -70,7 +70,6 @@ source tree. Here is the minimal.bkl Bakefile used in the sample:
|
||||
minimal.bkl
|
||||
-------------------------------------------------------------
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
// Author: Francesco Montorsi
|
||||
// Modified by:
|
||||
// Created: 26/11/06
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Francesco Montorsi
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!--
|
||||
Presets for building wxWidgets applications.
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!--
|
||||
Presents for building wxWidgets applications using Autoconf or GNU toosets.
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- Original source: http://wiki.wxwidgets.org/wiki.pl?Bakefile -->
|
||||
<!-- Modified by: Francesco Montorsi <frm@users.sourceforge.net> -->
|
||||
@@ -7,7 +6,6 @@
|
||||
into Bakefile's presets -->
|
||||
<!-- Creation date: 6/9/2004 -->
|
||||
<!-- Last revision: 22/1/2005 off-CVS -->
|
||||
<!-- $Id$ -->
|
||||
|
||||
|
||||
<makefile>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!--
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 04/01/98
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#
|
||||
# Helper functions for wxWidgets bakefiles
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
<!--
|
||||
Name: StellarWerx32.xml
|
||||
RCS-ID: $Id$
|
||||
-->
|
||||
|
||||
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
<!--
|
||||
Name: StellarWerx64.xml
|
||||
RCS-ID: $Id$
|
||||
-->
|
||||
|
||||
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
<!--
|
||||
Name: TBITCWXBUILDBOT.xml
|
||||
RCS-ID: $Id$
|
||||
-->
|
||||
|
||||
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
<!--
|
||||
Name: brandt32.xml
|
||||
RCS-ID: $Id$
|
||||
-->
|
||||
|
||||
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
<!--
|
||||
Name: brandt64.xml
|
||||
RCS-ID: $Id$
|
||||
-->
|
||||
|
||||
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: common.xml
|
||||
Purpose: Schedulers and locks common to all slaves.
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: csleobuild.xml
|
||||
Purpose:
|
||||
Author:
|
||||
RCS-ID: $Id$
|
||||
Copyright:
|
||||
Licence:
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: example.xml
|
||||
Purpose: Buildbot example configuration.
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: include/csleobuild.xml
|
||||
Purpose: Declarations for the csleobuild slave
|
||||
Author: Michael Wetherel, Stefan Csomor
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) Stefan Csomor
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: include/defs.xml
|
||||
Purpose: Common declarations for buildbot
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: include/push.xml
|
||||
Purpose: Declarations for the push build slave
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: include/unix.xml
|
||||
Purpose: Declarations for unix slaves
|
||||
Author: Michael Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) Michael Wetherell
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: include/xp_vc.xml
|
||||
Purpose: Declarations for the xp_vc slave
|
||||
Author: Michael Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2008 Michael Wetherell
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: push.xml
|
||||
Purpose: Configuration for push builds
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
<!--
|
||||
Name: ravnsgaard.xml
|
||||
RCS-ID: $Id$
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
@@ -3,7 +3,6 @@
|
||||
Name: xp_vc.xml
|
||||
Purpose: Buildbot xp_vc configuration.
|
||||
Author: Laurent Humbertclaude
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2008 Laurent Humbertclaude
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: bot.xsd
|
||||
Purpose: Used by check.sh for offline checking of the configuration.
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -3,7 +3,6 @@
|
||||
# Name: check.sh
|
||||
# Purpose: Offline checker for the buildbot configuration files
|
||||
# Author: Mike Wetherell
|
||||
# RCS-ID: $Id$
|
||||
# Copyright: (c) 2007 Mike Wetherell
|
||||
# Licence: wxWindows licence
|
||||
#############################################################################
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: email.xsl
|
||||
Purpose: Create email address lookup.
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
Name: embedded.xsl
|
||||
Purpose: Used by check.sh for offline checking of the configuration.
|
||||
Author: Mike Wetherell
|
||||
RCS-ID: $Id$
|
||||
Copyright: (c) 2007 Mike Wetherell
|
||||
Licence: wxWindows licence
|
||||
-->
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
# Name: build/osx/fix_xcode_ids.py
|
||||
# Author: Dimitri Schoolwerth
|
||||
# Created: 2010-09-08
|
||||
# RCS-Id: $Id$
|
||||
# Copyright: (c) 2010 wxWidgets team
|
||||
# Licence: wxWindows licence
|
||||
###############################################################################
|
||||
|
@@ -5,7 +5,6 @@
|
||||
# having special comment markers in them will be update using
|
||||
# include/wx/setup_inc.h contents
|
||||
# Created: 2005-01-15
|
||||
# RCS-ID: $Id$
|
||||
# Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwindows.org>
|
||||
# Licence: wxWindows licence
|
||||
##############################################################################
|
||||
|
Reference in New Issue
Block a user