You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by mp...@apache.org on 2002/02/15 12:00:10 UTC

cvs commit: jakarta-turbine-tdk/src/tdk/apps/2/src/conf project-schema.xml second-schema.xml third-schema.xml

mpoeschl    02/02/15 03:00:10

  Modified:    src/tdk/apps/2/src/conf project-schema.xml second-schema.xml
                        third-schema.xml
  Log:
  add DOCTYPE to schema files
  
  Revision  Changes    Path
  1.5       +3 -0      jakarta-turbine-tdk/src/tdk/apps/2/src/conf/project-schema.xml
  
  Index: project-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/src/conf/project-schema.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project-schema.xml	9 Oct 2001 22:41:41 -0000	1.4
  +++ project-schema.xml	15 Feb 2002 11:00:08 -0000	1.5
  @@ -1,3 +1,6 @@
  +<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
  +<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd">
  +
   <!-- ==================================================================== -->
   <!--                                                                      -->
   <!-- T U R B I N E  P R O J E C T  S C H E M A                            -->
  
  
  
  1.2       +3 -0      jakarta-turbine-tdk/src/tdk/apps/2/src/conf/second-schema.xml
  
  Index: second-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/src/conf/second-schema.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- second-schema.xml	10 Oct 2001 13:27:05 -0000	1.1
  +++ second-schema.xml	15 Feb 2002 11:00:08 -0000	1.2
  @@ -1,3 +1,6 @@
  +<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
  +<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd">
  +
   <!-- ==================================================================== -->
   <!--                                                                      -->
   <!-- T U R B I N E  P R O J E C T  S C H E M A                            -->
  
  
  
  1.2       +3 -0      jakarta-turbine-tdk/src/tdk/apps/2/src/conf/third-schema.xml
  
  Index: third-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/src/conf/third-schema.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- third-schema.xml	10 Oct 2001 13:27:05 -0000	1.1
  +++ third-schema.xml	15 Feb 2002 11:00:10 -0000	1.2
  @@ -1,3 +1,6 @@
  +<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
  +<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd">
  +
   <!-- ==================================================================== -->
   <!--                                                                      -->
   <!-- T U R B I N E  P R O J E C T  S C H E M A                            -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>