sources for 1.3

This commit is contained in:
Guenter Obiltschnig
2006-11-17 16:28:01 +00:00
parent 768642ae98
commit 7e08e331a8
193 changed files with 194 additions and 194 deletions

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/1.2/XML/samples/DOMParser/DOMParser.vmsbuild#1 $
# $Id: //poco/1.3/XML/samples/DOMParser/DOMParser.vmsbuild#1 $
#
EXE=DOMParser
DOMParser

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.2/XML/samples/DOMParser/Makefile#1 $
# $Id: //poco/1.3/XML/samples/DOMParser/Makefile#1 $
#
# Makefile for Poco DOMParser
#

View File

@@ -1,7 +1,7 @@
//
// DOMParser.cpp
//
// $Id: //poco/1.2/XML/samples/DOMParser/src/DOMParser.cpp#1 $
// $Id: //poco/1.3/XML/samples/DOMParser/src/DOMParser.cpp#1 $
//
// This sample demonstrates the DOMParser, AutoPtr and
// NodeIterator classes.

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/1.2/XML/samples/DOMWriter/DOMWriter.vmsbuild#1 $
# $Id: //poco/1.3/XML/samples/DOMWriter/DOMWriter.vmsbuild#1 $
#
EXE=DOMWriter
DOMWriter

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.2/XML/samples/DOMWriter/Makefile#1 $
# $Id: //poco/1.3/XML/samples/DOMWriter/Makefile#1 $
#
# Makefile for Poco DOMWriter
#

View File

@@ -1,7 +1,7 @@
//
// DOMWriter.cpp
//
// $Id: //poco/1.2/XML/samples/DOMWriter/src/DOMWriter.cpp#1 $
// $Id: //poco/1.3/XML/samples/DOMWriter/src/DOMWriter.cpp#1 $
//
// This sample demonstrates the DOMWriter class and how to
// build DOM documents in memory.

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.2/XML/samples/Makefile#1 $
# $Id: //poco/1.3/XML/samples/Makefile#1 $
#
# Makefile for Poco XML Samples
#

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.2/XML/samples/PrettyPrint/Makefile#1 $
# $Id: //poco/1.3/XML/samples/PrettyPrint/Makefile#1 $
#
# Makefile for Poco PrettyPrint
#

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/1.2/XML/samples/PrettyPrint/PrettyPrint.vmsbuild#1 $
# $Id: //poco/1.3/XML/samples/PrettyPrint/PrettyPrint.vmsbuild#1 $
#
EXE=PrettyPrint
PrettyPrint

View File

@@ -1,7 +1,7 @@
//
// PrettyPrint.cpp
//
// $Id: //poco/1.2/XML/samples/PrettyPrint/src/PrettyPrint.cpp#1 $
// $Id: //poco/1.3/XML/samples/PrettyPrint/src/PrettyPrint.cpp#1 $
//
// This sample demonstrates the SAXParser, WhitespaceFilter,
// InputSource and XMLWriter classes.

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.2/XML/samples/SAXParser/Makefile#1 $
# $Id: //poco/1.3/XML/samples/SAXParser/Makefile#1 $
#
# Makefile for Poco SAXParser
#

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/1.2/XML/samples/SAXParser/SAXParser.vmsbuild#1 $
# $Id: //poco/1.3/XML/samples/SAXParser/SAXParser.vmsbuild#1 $
#
EXE=SAXParser
SAXParser

View File

@@ -1,7 +1,7 @@
//
// SAXParser.cpp
//
// $Id: //poco/1.2/XML/samples/SAXParser/src/SAXParser.cpp#1 $
// $Id: //poco/1.3/XML/samples/SAXParser/src/SAXParser.cpp#1 $
//
// This sample demonstrates the SAXParser class.
//