Remove obsolete RCS/CVS $Id$

Command used:
sed -i '/^# \$Id\$$/d;/^ \* \$Id\$$/d;/^<!-- \$Id\$ -->$/d;/\/\/ \$Id\$/d' $(fgrep -l \$Id $(git ls-files))
This commit is contained in:
Diomidis Spinellis 2014-10-28 16:29:43 +02:00
parent c1d994d650
commit ac69e12d7a
131 changed files with 2 additions and 141 deletions

View File

@ -1,7 +1,3 @@
#
# $Id$
#
VERSION:=$(shell git describe --abbrev=6 HEAD | sed 's/R//;s/_/./;s/-/./;s/-.*$$/-SNAPSHOT/')
TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g')
BALL_TAR_GZ=UMLGraph-$(VERSION).tar.gz

2
TODO
View File

@ -1,5 +1,3 @@
$Id$
When UMLGraph 2.29 comes out use <i></i> for italic fonts?
http://stackoverflow.com/questions/8609546/umlgraph-not-automatic-integrated-in-javadoc

View File

@ -3,7 +3,6 @@
<description>
The specification for the Java-based umlgraph build processes.
$Id$
</description>
<!-- set global properties for this build -->

View File

@ -13,7 +13,6 @@
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
#
# $Id$
#
ROOT=/cygdrive/c

View File

@ -1,5 +1,4 @@
// Author: Vadim Nasardinov
// Version: $Id$
import java.util.List;
import java.util.Map;

View File

@ -1,6 +1,5 @@
// Author: Vadim Nasardinov
// Author: Andrea Aime
// Version: $Id$
import java.util.List;
import java.util.Map;

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<p>
UMLGraph was developed and is being maintained by

View File

@ -1,7 +1,6 @@
/*
* Advanced relationships
* UML User Guide p. 137
* $Id$
*/
/**

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
To run the UMLGraph doclet from <em>ant</em>, use a rule,
like the following.

View File

@ -1,4 +1,3 @@
// $Id$
/**
* Associations with visibility

View File

@ -1,4 +1,3 @@
// $Id$
class Tyre {}
class Engine {}

View File

@ -1,6 +1,5 @@
/*
* Interface and generalization relationships in Jakarta Catalina
* $Id$
*/
/**

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-7" ?>
<!-- $Id$ -->
<notes>
One specifies a class diagram using the Java syntax complemented by
<a href="http://java.sun.com/j2se/javadoc/"><em>javadoc</em></a>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The UMLGraph class diagrams allows you to model
<ul>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
In UMLGraph you can easily add a note (comment) to an element,
using the <code>@note</code> tag.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
UMLGraph's input follows the Java syntax and semantics.
However,

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Since the options are really a part of the generated graph you
want in many cases to include them in the diagram specification.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
A number of options contol the operation of UMLGraph
class diagram generator.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
UmlGraphDoc is a standard doclet wrapper that combines
the standard doclet output (javadoc documentation) along with auto-generated

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<fmtcode ext="java">
/*

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id: ceg-schema.xml,v 1.1 2005/11/23 22:21:22 dds Exp $ -->
<notes>
The following was generated by annotating the source code of the
<a href="http://www.sqo-oss.org">SQO-OSS</a> project.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Vadim Nasardinov noted that an advantage of UMLGraph over many
GUI-oriented UML drawing tools is the ability
@ -16,7 +15,6 @@ a Makefile illustrates a way to organize this process.
<h2>Java Description</h2>
<fmtcode ext="java">
// Author: Vadim Nasardinov
// Version: $Id$
import java.util.List;
import java.util.Map;
@ -63,7 +61,6 @@ class DataOperation extends Element {}
<fmtcode ext="mak">
# Author: Vadim Nasardinov (vadimn@redhat.com)
# Since: 2004-05-26
# Version: $Id$
# See: http://www.spinellis.gr/sw/umlgraph/doc/ceg-mv.html
# Requires: graphviz

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<fmtcode ext="java">
/**

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<table>
<tr><td>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The makefile-based multiple view example can be generated by using internal
view support by means of the following sources (note the use of UmlOptions
@ -9,7 +8,6 @@ diagrams at different detail level).
<fmtcode ext="java">
// Author: Vadim Nasardinov
// Author: Andrea Aime
// Version: $Id$
import java.util.List;
import java.util.Map;

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Views are especially interesting in big projects, since they allow to
generate package specific diagrams and overview diagrams in a quick and

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Views are special classes that allow the generation of a custom class
diagram based on a set of diagram global options and a set of option

View File

@ -1,4 +1,3 @@
// $Id$
/**
* @opt nodefillcolor ".13 .9 1"

View File

@ -1,7 +1,6 @@
/*
* Class stereotypes and tagged values
* UML User Guide p. 439
* $Id$
*/
/**

View File

@ -1,4 +1,3 @@
// $Id$
/**
* @opt edgecolor "yellow"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Here are other programs or efforts that build on UMLGraph's
code or ideas.

View File

@ -1,6 +1,5 @@
# UML Distilled: Figure 5-2 p. 70
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The following diagram, based on the diagram appearing on p. 70 of
UML Distilled, contains self calls, object activation,

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The following diagram, illustrates the operating system calls of
a typical DNS query.
@ -17,7 +16,6 @@ drawing facility.
#
# DNS query collaboration diagram
#
# $Id$
#
.PS

View File

@ -4,7 +4,6 @@
#
# DNS query collaboration diagram
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<!--

View File

@ -1,7 +1,6 @@
/*
* Generalisation
* UML User Guide p. 141
* $Id$
*/
/* Basic categorisations */

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The following sequence diagram demonstrates the use of the frame and comment elements.
<h2>Diagram</h2>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<index>
<ch><ti>Introduction</ti><fi>intro</fi></ch>
<ch><ti>Installation</ti><fi>install</fi></ch>

View File

@ -1,6 +1,5 @@
/*
* Relationship inference
* $Id$
*/
import java.util.List;

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-7" ?>
<!-- $Id$ -->
<notes>
To install UmlGraph follow these steps.
<ol>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
UMLGraph allows the declarative specification and drawing of
UML class and sequence diagrams.

View File

@ -1,7 +1,6 @@
/*
* Schema model
* UML User Guide p. 112
* $Id$
*/
/**

View File

@ -1,5 +1,4 @@
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Objects do not always appear at the top of a UML sequence diagram;
they are often constructed by other objects.

View File

@ -1,6 +1,5 @@
# UML User Guide: Appendix A,p. 436
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Let us try to improve the simple sequence diagram.
<fmtcode ext="pic">

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
One specifies a sequence diagram using <em>pic</em> macros to define
objects and method invocations.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- $Id$ -->
<notes>
The following calls can be used to define a sequence diagram.
<dl>

View File

@ -1,5 +1,4 @@
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
A sequence diagram is defined in three main phases:
<ol>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Sequence diagrams consist of objects, their lifelines
(also known as smimming lanes),

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The value of
<em>pic</em> variables can sometimes be modified by assignment

View File

@ -14,7 +14,6 @@
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# $Id$
#

View File

@ -1,6 +1,5 @@
# UML User Guide: Figure 18-2
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The following diagram, based on the one appearing on p. 247 of the
UML User Guide, illustrates the dynamic creation and destruction of

View File

@ -1,6 +1,5 @@
# UML User Guide: Figure 18-4
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The following diagram, based on Figure 18-4 appearing on p. 252 of the
UML User Guide, illustrates constraints on an object's lifeline,

View File

@ -1,6 +1,5 @@
# UML User Guide Figure 7-1.
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The following diagram, based on Figure 7-1 appearing on p. 102 of the
UML User Guide, illustrates an interaction diagram with an

View File

@ -1,6 +1,5 @@
# UML User Guide: Appendix A,p. 436
#
# $Id$
#
.PS

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
The following diagram, based on the one appearing on p. 436 of the
UML User Guide, contains the most important elements

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
<dl>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<notes>
Documenting a big project often requires multiple diagrams:
each to show a specific and limited portion of the system.

View File

@ -1,4 +1,3 @@
// $Id$
/**
* Attribute and operation visility

View File

@ -14,7 +14,6 @@
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# $Id$
#

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -12,7 +12,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -12,7 +12,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -12,7 +12,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -12,7 +12,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/
package org.umlgraph.doclet;

View File

@ -13,7 +13,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -1,4 +1,4 @@
/* Automatically generated file */
package org.umlgraph.doclet;
class Version { public static String VERSION = "R5_6_6-8-g8d7759";}
class Version { public static String VERSION = "R5_6_6-10-gc1d994";}

View File

@ -12,7 +12,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/
package org.umlgraph.doclet;

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/
package org.umlgraph.doclet;

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/
package org.umlgraph.test;

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/

View File

@ -14,7 +14,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id$
*
*/
package org.umlgraph.test;

View File

@ -1,4 +1,3 @@
// $Id$
package test;
/**

View File

@ -1,4 +1,3 @@
// $Id$
import java.util.List;
import java.util.ArrayList;

View File

@ -1,4 +1,3 @@
// $Id$
class Application {}
class IrpApplication extends Application {}

Some files were not shown because too many files have changed in this diff Show More