|
From: <pau...@us...> - 2011-03-05 08:35:13
|
Revision: 205
http://resxml.svn.sourceforge.net/resxml/?rev=205&view=rev
Author: paulhoadley
Date: 2011-03-05 08:35:06 +0000 (Sat, 05 Mar 2011)
Log Message:
-----------
Property fixes.
Modified Paths:
--------------
trunk/resxml/common/Makefile
trunk/resxml/examples/Makefile
trunk/resxml/examples/driver-common.xsl
trunk/resxml/examples/driver-fo.xsl
trunk/resxml/examples/driver-html.xsl
trunk/resxml/examples/john_doe.xml
trunk/resxml/fo/Makefile
trunk/resxml/fo/attributes.xsl
trunk/resxml/fo/parameters.xsl
trunk/resxml/fo/resume.xsl
trunk/resxml/html/Makefile
trunk/resxml/html/parameters.xsl
trunk/resxml/html/resume.css
trunk/resxml/html/resume.xsl
trunk/resxml/rtf/Makefile
trunk/resxml/rtf/resume.xsl
trunk/resxml/schema/Makefile
trunk/resxml/schema/resume.rng
trunk/resxml/schema/strip.xsl
trunk/resxml/tests/Makefile
trunk/resxml/tests/dates.xml
trunk/resxml/tests/header.xml
trunk/resxml/tests/targets.xml
Property Changed:
----------------
trunk/resxml/common/Makefile
trunk/resxml/examples/Makefile
trunk/resxml/examples/driver-common.xsl
trunk/resxml/examples/driver-fo.xsl
trunk/resxml/examples/driver-html.xsl
trunk/resxml/examples/john_doe.xml
trunk/resxml/fo/Makefile
trunk/resxml/fo/attributes.xsl
trunk/resxml/fo/parameters.xsl
trunk/resxml/fo/resume.xsl
trunk/resxml/html/Makefile
trunk/resxml/html/parameters.xsl
trunk/resxml/html/resume.css
trunk/resxml/html/resume.xsl
trunk/resxml/rtf/Makefile
trunk/resxml/rtf/resume.xsl
trunk/resxml/schema/Makefile
trunk/resxml/schema/resume.rng
trunk/resxml/schema/strip.xsl
trunk/resxml/tests/Makefile
trunk/resxml/tests/dates.xml
trunk/resxml/tests/header.xml
trunk/resxml/tests/targets.xml
Modified: trunk/resxml/common/Makefile
===================================================================
--- trunk/resxml/common/Makefile 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/common/Makefile 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
# Copyright (C) 2004 Logic Squad
-# $Id: Makefile,v 1.1 2004-11-09 03:26:18 paulhoadley Exp $
+# $Id$
.PHONY: all clean
Property changes on: trunk/resxml/common/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/examples/Makefile
===================================================================
--- trunk/resxml/examples/Makefile 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/examples/Makefile 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
# Copyright (C) 2003, 2004 Logic Squad
-# $Id: Makefile,v 1.5 2004-11-17 09:47:36 paulhoadley Exp $
+# $Id$
include ../Makefile.inc
Property changes on: trunk/resxml/examples/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/examples/driver-common.xsl
===================================================================
--- trunk/resxml/examples/driver-common.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/examples/driver-common.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- ResXML: Sample top-level common driver -->
-<!-- $Id: driver-common.xsl,v 1.1 2004-11-17 09:31:24 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004 Logic Squad -->
Property changes on: trunk/resxml/examples/driver-common.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/examples/driver-fo.xsl
===================================================================
--- trunk/resxml/examples/driver-fo.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/examples/driver-fo.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- ResXML: Sample top-level driver for XSLFO output -->
-<!-- $Id: driver-fo.xsl,v 1.2 2004-11-18 07:47:30 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004 Logic Squad -->
Property changes on: trunk/resxml/examples/driver-fo.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/examples/driver-html.xsl
===================================================================
--- trunk/resxml/examples/driver-html.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/examples/driver-html.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- ResXML: Sample top-level driver for HTML output -->
-<!-- $Id: driver-html.xsl,v 1.1 2004-11-17 09:31:24 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004 Logic Squad -->
Property changes on: trunk/resxml/examples/driver-html.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/examples/john_doe.xml
===================================================================
--- trunk/resxml/examples/john_doe.xml 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/examples/john_doe.xml 2011-03-05 08:35:06 UTC (rev 205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Id: john_doe.xml,v 1.8 2006-12-01 04:09:06 paulhoadley Exp $ -->
+<!-- $Id$ -->
<resume>
<header>
Property changes on: trunk/resxml/examples/john_doe.xml
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/fo/Makefile
===================================================================
--- trunk/resxml/fo/Makefile 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/fo/Makefile 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
# Copyright (C) 2003, 2004 Logic Squad
-# $Id: Makefile,v 1.1 2004-11-05 03:10:55 paulhoadley Exp $
+# $Id$
.PHONY: all clean
Property changes on: trunk/resxml/fo/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/fo/attributes.xsl
===================================================================
--- trunk/resxml/fo/attributes.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/fo/attributes.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- Attributes for XSLFO output -->
-<!-- $Id: attributes.xsl,v 1.2 2004-11-03 02:04:31 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004 Logic Squad -->
Property changes on: trunk/resxml/fo/attributes.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/fo/parameters.xsl
===================================================================
--- trunk/resxml/fo/parameters.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/fo/parameters.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- Parameters for XSLFO output -->
-<!-- $Id: parameters.xsl,v 1.8 2004-11-18 07:44:34 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004 Logic Squad -->
Property changes on: trunk/resxml/fo/parameters.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/fo/resume.xsl
===================================================================
--- trunk/resxml/fo/resume.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/fo/resume.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- Stylesheet for XSLFO output -->
-<!-- $Id: resume.xsl,v 1.23 2006-12-01 05:37:39 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004, 2006 Logic Squad -->
Property changes on: trunk/resxml/fo/resume.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/html/Makefile
===================================================================
--- trunk/resxml/html/Makefile 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/html/Makefile 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
# Copyright (C) 2003, 2004 Logic Squad
-# $Id: Makefile,v 1.1 2004-11-05 03:10:55 paulhoadley Exp $
+# $Id$
.PHONY: all clean
Property changes on: trunk/resxml/html/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/html/parameters.xsl
===================================================================
--- trunk/resxml/html/parameters.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/html/parameters.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- Parameters for XHTML output -->
-<!-- $Id: parameters.xsl,v 1.3 2004-11-09 06:54:01 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2004 Logic Squad -->
Property changes on: trunk/resxml/html/parameters.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/html/resume.css
===================================================================
--- trunk/resxml/html/resume.css 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/html/resume.css 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
#
# Copyright (C) 2004 Logic Squad
#
-# $Id: resume.css,v 1.5 2005-07-31 07:32:36 paulhoadley Exp $
+# $Id$
body {
background-color: #ffffff;
Property changes on: trunk/resxml/html/resume.css
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/html/resume.xsl
===================================================================
--- trunk/resxml/html/resume.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/html/resume.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- Stylesheet for XHTML output -->
-<!-- $Id: resume.xsl,v 1.20 2006-12-01 05:37:39 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004, 2005, 2006 Logic Squad -->
Property changes on: trunk/resxml/html/resume.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/rtf/Makefile
===================================================================
--- trunk/resxml/rtf/Makefile 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/rtf/Makefile 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
# Copyright (C) 2003, 2004 Logic Squad
-# $Id: Makefile,v 1.1 2004-11-22 13:44:06 paulhoadley Exp $
+# $Id$
.PHONY: all clean
Property changes on: trunk/resxml/rtf/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/rtf/resume.xsl
===================================================================
--- trunk/resxml/rtf/resume.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/rtf/resume.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -2,7 +2,7 @@
<!-- Stylesheet for RTF output -->
-<!-- $Id: resume.xsl,v 1.4 2005-02-26 06:27:58 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2004, 2005 Logic Squad -->
Property changes on: trunk/resxml/rtf/resume.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/schema/Makefile
===================================================================
--- trunk/resxml/schema/Makefile 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/schema/Makefile 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
# Copyright (C) 2003, 2004 Logic Squad
-# $Id: Makefile,v 1.3 2004-11-08 04:32:05 philiproberts Exp $
+# $Id$
include ../Makefile.inc
Property changes on: trunk/resxml/schema/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/schema/resume.rng
===================================================================
--- trunk/resxml/schema/resume.rng 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/schema/resume.rng 2011-03-05 08:35:06 UTC (rev 205)
@@ -3,7 +3,7 @@
<!-- An XML application for storing data about a curriculum vitae or
resume. -->
-<!-- $Id: resume.rng,v 1.16 2008-09-12 09:39:30 paulhoadley Exp $ -->
+<!-- $Id$ -->
<!-- Copyright (C) 2003, 2004, 2005 Logic Squad -->
Property changes on: trunk/resxml/schema/resume.rng
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/schema/strip.xsl
===================================================================
--- trunk/resxml/schema/strip.xsl 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/schema/strip.xsl 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
<!-- Stylesheet to strip elements -->
<!-- Copyright (C) 2004 Logic Squad -->
- <!-- $Id: strip.xsl,v 1.1 2004-11-07 02:11:29 paulhoadley Exp $ -->
+ <!-- $Id$ -->
<xsl:template match="node()|@*">
<xsl:copy>
Property changes on: trunk/resxml/schema/strip.xsl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/tests/Makefile
===================================================================
--- trunk/resxml/tests/Makefile 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/tests/Makefile 2011-03-05 08:35:06 UTC (rev 205)
@@ -5,7 +5,7 @@
# Copyright (C) 2003, 2004 Logic Squad
-# $Id: Makefile,v 1.2 2004-11-30 13:29:59 paulhoadley Exp $
+# $Id$
include ../Makefile.inc
Property changes on: trunk/resxml/tests/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/tests/dates.xml
===================================================================
--- trunk/resxml/tests/dates.xml 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/tests/dates.xml 2011-03-05 08:35:06 UTC (rev 205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Id: dates.xml,v 1.2 2005-01-10 12:25:49 paulhoadley Exp $ -->
+<!-- $Id$ -->
<dates>
<date>
Property changes on: trunk/resxml/tests/dates.xml
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/tests/header.xml
===================================================================
--- trunk/resxml/tests/header.xml 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/tests/header.xml 2011-03-05 08:35:06 UTC (rev 205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Id: header.xml,v 1.3 2005-01-10 12:25:49 paulhoadley Exp $ -->
+<!-- $Id$ -->
<resume>
<header>
Property changes on: trunk/resxml/tests/header.xml
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/resxml/tests/targets.xml
===================================================================
--- trunk/resxml/tests/targets.xml 2011-03-05 08:28:27 UTC (rev 204)
+++ trunk/resxml/tests/targets.xml 2011-03-05 08:35:06 UTC (rev 205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Id: targets.xml,v 1.2 2005-01-10 12:25:49 paulhoadley Exp $ -->
+<!-- $Id$ -->
<resume>
<header>
Property changes on: trunk/resxml/tests/targets.xml
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|