Re: svn commit: r510950 - /myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

2007-02-23 Thread Matthias Wessendorf

isn't that CCLD for what ever their OS license is named ?
Should go to the notice.txt file, IMO

-M

On 2/23/07, Dennis Byrne [EMAIL PROTECTED] wrote:

Not to slow you down, but can we distribute this?

Dennis Byrne


On 2/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
 Author: mbr
 Date: Fri Feb 23 06:18:39 2007
 New Revision: 510950

 URL: http://svn.apache.org/viewvc?view=revrev=510950
 Log:
 add 1.2 xsd

 Added:

myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

 Added:
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 URL:
http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd?view=autorev=510950

==
 ---
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
(added)
 +++
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
Fri Feb 23 06:18:39 2007
 @@ -0,0 +1,2071 @@
 +?xml version = 1.0 encoding = UTF-8?
 +
 +xsd:schema
 + targetNamespace=http://java.sun.com/xml/ns/javaee

 + xmlns:javaee=http://java.sun.com/xml/ns/javaee;
 + xmlns:xsd=http://www.w3.org/2001/XMLSchema 
 + xmlns:xml=http://www.w3.org/XML/1998/namespace;
 + elementFormDefault=qualified
 + attributeFormDefault=unqualified
 + version=1.2
 +
 +xsd:annotation
 +xsd:documentation
 +$Id: web-facesconfig_1_2.xsd,v 1.11 2006/03/27 00:12:24
rogerk Exp $
 +/xsd:documentation
 +/xsd:annotation
 +
 +xsd:annotation
 +xsd:documentation
 +
 +Copyright 2005 Sun Microsystems, Inc.,
 +901 San Antonio Road,
 +Palo Alto, California 94303, U.S.A.
 +All rights reserved.
 +
 +Sun Microsystems, Inc. has intellectual property
 +rights relating to technology described in this document. In
 +particular, and without limitation, these intellectual
 +property rights may include one or more of the U.S. patents
 +listed at http://www.sun.com/patents and one or more
 +additional patents or pending patent applications in the
 +U.S. and other countries.
 +
 +This document and the technology which it describes are
 +distributed under licenses restricting their use, copying,
 +distribution, and decompilation. No part of this document
 +may be reproduced in any form by any means without prior
 +written authorization of Sun and its licensors, if any.
 +
 +Third-party software, including font technology, is
 +copyrighted and licensed from Sun suppliers.
 +
 +Sun, Sun Microsystems, the Sun logo, Solaris, Java, Java EE,
 +JavaServer Pages, Enterprise JavaBeans and the Java Coffee
 +Cup logo are trademarks or registered trademarks of Sun
 +Microsystems, Inc. in the U.S. and other countries.
 +
 +Federal Acquisitions: Commercial Software - Government Users
 +Subject to Standard License Terms and Conditions.
 +
 +/xsd:documentation
 +/xsd:annotation
 +
 +xsd:annotation
 +xsd:documentation
 +
 +![CDATA[
 +
 +The XML Schema for the JavaServer Faces Application
 +Configuration File (Version 1.2).
 +
 +All JavaServer Faces configuration files must indicate
 +the JavaServer Faces schema by indicating the JavaServer
 +Faces namespace:
 +
 +http://java.sun.com/xml/ns/javaee
 +
 +and by indicating the version of the schema by
 +using the version element as shown below:
 +
 +faces-config
xmlns=http://java.sun.com/xml/ns/javaee;
 +xmlns:xsi=
http://www.w3.org/2001/XMLSchema-instance;
 +xsi:schemaLocation=...
 +version=1.2
 +...
 +/faces-config
 +
 +The instance documents may indicate the published
 +version of the schema using xsi:schemaLocation attribute
 +for javaee namespace with the following location:
 +
 +
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd
 +
 +]]
 +
 +/xsd:documentation
 +/xsd:annotation
 +
 +xsd:include schemaLocation=javaee_5.xsd/
 +
 +!--
 --
 +
 +xsd:element name = faces-config type=javaee:faces-configType
 +xsd:annotation
 +xsd:documentation
 +
 +The faces-config element is the root of the
configuration
 +information hierarchy, and contains nested elements for
all
 +of the other configuration settings.
 +
 +   

Re: svn commit: r510950 - /myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

2007-02-23 Thread Mathias Brökelmann

I wasn't aware of this. the dtds of 1.0 and 1.1 are also present in
our repository...

2007/2/23, Matthias Wessendorf [EMAIL PROTECTED]:

isn't that CCLD for what ever their OS license is named ?
Should go to the notice.txt file, IMO

-M

On 2/23/07, Dennis Byrne [EMAIL PROTECTED] wrote:
 Not to slow you down, but can we distribute this?

 Dennis Byrne


 On 2/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
  Author: mbr
  Date: Fri Feb 23 06:18:39 2007
  New Revision: 510950
 
  URL: http://svn.apache.org/viewvc?view=revrev=510950
  Log:
  add 1.2 xsd
 
  Added:
 
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 
  Added:
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
  URL:
 
http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd?view=autorev=510950
 
 ==
  ---
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 (added)
  +++
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 Fri Feb 23 06:18:39 2007
  @@ -0,0 +1,2071 @@
  +?xml version = 1.0 encoding = UTF-8?
  +
  +xsd:schema
  + targetNamespace=http://java.sun.com/xml/ns/javaee
 
  + xmlns:javaee=http://java.sun.com/xml/ns/javaee;
  + xmlns:xsd=http://www.w3.org/2001/XMLSchema 
  + xmlns:xml=http://www.w3.org/XML/1998/namespace;
  + elementFormDefault=qualified
  + attributeFormDefault=unqualified
  + version=1.2
  +
  +xsd:annotation
  +xsd:documentation
  +$Id: web-facesconfig_1_2.xsd,v 1.11 2006/03/27 00:12:24
 rogerk Exp $
  +/xsd:documentation
  +/xsd:annotation
  +
  +xsd:annotation
  +xsd:documentation
  +
  +Copyright 2005 Sun Microsystems, Inc.,
  +901 San Antonio Road,
  +Palo Alto, California 94303, U.S.A.
  +All rights reserved.
  +
  +Sun Microsystems, Inc. has intellectual property
  +rights relating to technology described in this document. In
  +particular, and without limitation, these intellectual
  +property rights may include one or more of the U.S. patents
  +listed at http://www.sun.com/patents and one or more
  +additional patents or pending patent applications in the
  +U.S. and other countries.
  +
  +This document and the technology which it describes are
  +distributed under licenses restricting their use, copying,
  +distribution, and decompilation. No part of this document
  +may be reproduced in any form by any means without prior
  +written authorization of Sun and its licensors, if any.
  +
  +Third-party software, including font technology, is
  +copyrighted and licensed from Sun suppliers.
  +
  +Sun, Sun Microsystems, the Sun logo, Solaris, Java, Java EE,
  +JavaServer Pages, Enterprise JavaBeans and the Java Coffee
  +Cup logo are trademarks or registered trademarks of Sun
  +Microsystems, Inc. in the U.S. and other countries.
  +
  +Federal Acquisitions: Commercial Software - Government Users
  +Subject to Standard License Terms and Conditions.
  +
  +/xsd:documentation
  +/xsd:annotation
  +
  +xsd:annotation
  +xsd:documentation
  +
  +![CDATA[
  +
  +The XML Schema for the JavaServer Faces Application
  +Configuration File (Version 1.2).
  +
  +All JavaServer Faces configuration files must indicate
  +the JavaServer Faces schema by indicating the JavaServer
  +Faces namespace:
  +
  +http://java.sun.com/xml/ns/javaee
  +
  +and by indicating the version of the schema by
  +using the version element as shown below:
  +
  +faces-config
 xmlns=http://java.sun.com/xml/ns/javaee;
  +xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
  +xsi:schemaLocation=...
  +version=1.2
  +...
  +/faces-config
  +
  +The instance documents may indicate the published
  +version of the schema using xsi:schemaLocation attribute
  +for javaee namespace with the following location:
  +
  +
 http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd
  +
  +]]
  +
  +/xsd:documentation
  +/xsd:annotation
  +
  +xsd:include schemaLocation=javaee_5.xsd/
  +
  +!--
  --
  +
  +xsd:element name = faces-config type=javaee:faces-configType
  +

Re: svn commit: r510950 - /myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

2007-02-23 Thread Paul McMahan

The Geronimo project recently encountered this situation for several
JEE schemas.  It wasn't totally clear whether or not including the Sun
XSDs was OK, and it was soon realized that it would be more practical
to type in the XSDs by hand than try to reach a definitive conclusion.
See this JIRA for details:
https://issues.apache.org/jira/browse/GERONIMO-2630

Also, if you end up typing in a schema there is a utility attached to
that JIRA that can be used to compare schemas to make sure they are
equivalent.

Best wishes,
Paul

On 2/23/07, Mathias Brökelmann [EMAIL PROTECTED] wrote:

I wasn't aware of this. the dtds of 1.0 and 1.1 are also present in
our repository...

2007/2/23, Matthias Wessendorf [EMAIL PROTECTED]:
 isn't that CCLD for what ever their OS license is named ?
 Should go to the notice.txt file, IMO

 -M

 On 2/23/07, Dennis Byrne [EMAIL PROTECTED] wrote:
  Not to slow you down, but can we distribute this?
 
  Dennis Byrne
 
 
  On 2/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
   Author: mbr
   Date: Fri Feb 23 06:18:39 2007
   New Revision: 510950
  
   URL: http://svn.apache.org/viewvc?view=revrev=510950
   Log:
   add 1.2 xsd
  
   Added:
  
  
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
  
   Added:
  
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
   URL:
  
http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd?view=autorev=510950
  
  
==
   ---
  
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
  (added)
   +++
  
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
  Fri Feb 23 06:18:39 2007
   @@ -0,0 +1,2071 @@
   +?xml version = 1.0 encoding = UTF-8?
   +
   +xsd:schema
   + targetNamespace=http://java.sun.com/xml/ns/javaee
  
   + xmlns:javaee=http://java.sun.com/xml/ns/javaee;
   + xmlns:xsd=http://www.w3.org/2001/XMLSchema 
   + xmlns:xml=http://www.w3.org/XML/1998/namespace;
   + elementFormDefault=qualified
   + attributeFormDefault=unqualified
   + version=1.2
   +
   +xsd:annotation
   +xsd:documentation
   +$Id: web-facesconfig_1_2.xsd,v 1.11 2006/03/27 00:12:24
  rogerk Exp $
   +/xsd:documentation
   +/xsd:annotation
   +
   +xsd:annotation
   +xsd:documentation
   +
   +Copyright 2005 Sun Microsystems, Inc.,
   +901 San Antonio Road,
   +Palo Alto, California 94303, U.S.A.
   +All rights reserved.
   +
   +Sun Microsystems, Inc. has intellectual property
   +rights relating to technology described in this document. In
   +particular, and without limitation, these intellectual
   +property rights may include one or more of the U.S. patents
   +listed at http://www.sun.com/patents and one or more
   +additional patents or pending patent applications in the
   +U.S. and other countries.
   +
   +This document and the technology which it describes are
   +distributed under licenses restricting their use, copying,
   +distribution, and decompilation. No part of this document
   +may be reproduced in any form by any means without prior
   +written authorization of Sun and its licensors, if any.
   +
   +Third-party software, including font technology, is
   +copyrighted and licensed from Sun suppliers.
   +
   +Sun, Sun Microsystems, the Sun logo, Solaris, Java, Java EE,
   +JavaServer Pages, Enterprise JavaBeans and the Java Coffee
   +Cup logo are trademarks or registered trademarks of Sun
   +Microsystems, Inc. in the U.S. and other countries.
   +
   +Federal Acquisitions: Commercial Software - Government Users
   +Subject to Standard License Terms and Conditions.
   +
   +/xsd:documentation
   +/xsd:annotation
   +
   +xsd:annotation
   +xsd:documentation
   +
   +![CDATA[
   +
   +The XML Schema for the JavaServer Faces Application
   +Configuration File (Version 1.2).
   +
   +All JavaServer Faces configuration files must indicate
   +the JavaServer Faces schema by indicating the JavaServer
   +Faces namespace:
   +
   +http://java.sun.com/xml/ns/javaee
   +
   +and by indicating the version of the schema by
   +using the version element as shown below:
   +
   +faces-config
  xmlns=http://java.sun.com/xml/ns/javaee;
   +xmlns:xsi=
  

Re: svn commit: r510950 - /myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

2007-02-23 Thread Paul McMahan

That could be difficult to prove but I'm willing to testify that the
person who typed in most of the specs by hand looked very very
exhausted afterwards :-)

Best wishes,
Paul

On 2/23/07, Martin Marinschek [EMAIL PROTECTED] wrote:

Wow. I wonder how anyone will ever find out if they typed it or if
they just copied ;)

regards,

Martin

On 2/23/07, Paul McMahan [EMAIL PROTECTED] wrote:
 The Geronimo project recently encountered this situation for several
 JEE schemas.  It wasn't totally clear whether or not including the Sun
 XSDs was OK, and it was soon realized that it would be more practical
 to type in the XSDs by hand than try to reach a definitive conclusion.
  See this JIRA for details:
 https://issues.apache.org/jira/browse/GERONIMO-2630

 Also, if you end up typing in a schema there is a utility attached to
 that JIRA that can be used to compare schemas to make sure they are
 equivalent.

 Best wishes,
 Paul

 On 2/23/07, Mathias Brökelmann [EMAIL PROTECTED] wrote:
  I wasn't aware of this. the dtds of 1.0 and 1.1 are also present in
  our repository...
 
  2007/2/23, Matthias Wessendorf [EMAIL PROTECTED]:
   isn't that CCLD for what ever their OS license is named ?
   Should go to the notice.txt file, IMO
  
   -M
  
   On 2/23/07, Dennis Byrne [EMAIL PROTECTED] wrote:
Not to slow you down, but can we distribute this?
   
Dennis Byrne
   
   
On 2/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
 Author: mbr
 Date: Fri Feb 23 06:18:39 2007
 New Revision: 510950

 URL: http://svn.apache.org/viewvc?view=revrev=510950
 Log:
 add 1.2 xsd

 Added:


myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

 Added:

myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 URL:

http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd?view=autorev=510950


==
 ---

myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
(added)
 +++

myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
Fri Feb 23 06:18:39 2007
 @@ -0,0 +1,2071 @@
 +?xml version = 1.0 encoding = UTF-8?
 +
 +xsd:schema
 + targetNamespace=http://java.sun.com/xml/ns/javaee

 + xmlns:javaee=http://java.sun.com/xml/ns/javaee;
 + xmlns:xsd=http://www.w3.org/2001/XMLSchema 
 + xmlns:xml=http://www.w3.org/XML/1998/namespace;
 + elementFormDefault=qualified
 + attributeFormDefault=unqualified
 + version=1.2
 +
 +xsd:annotation
 +xsd:documentation
 +$Id: web-facesconfig_1_2.xsd,v 1.11 2006/03/27 00:12:24
rogerk Exp $
 +/xsd:documentation
 +/xsd:annotation
 +
 +xsd:annotation
 +xsd:documentation
 +
 +Copyright 2005 Sun Microsystems, Inc.,
 +901 San Antonio Road,
 +Palo Alto, California 94303, U.S.A.
 +All rights reserved.
 +
 +Sun Microsystems, Inc. has intellectual property
 +rights relating to technology described in this 
document. In
 +particular, and without limitation, these intellectual
 +property rights may include one or more of the U.S. 
patents
 +listed at http://www.sun.com/patents and one or more
 +additional patents or pending patent applications in the
 +U.S. and other countries.
 +
 +This document and the technology which it describes are
 +distributed under licenses restricting their use, 
copying,
 +distribution, and decompilation. No part of this document
 +may be reproduced in any form by any means without prior
 +written authorization of Sun and its licensors, if any.
 +
 +Third-party software, including font technology, is
 +copyrighted and licensed from Sun suppliers.
 +
 +Sun, Sun Microsystems, the Sun logo, Solaris, Java, Java 
EE,
 +JavaServer Pages, Enterprise JavaBeans and the Java 
Coffee
 +Cup logo are trademarks or registered trademarks of Sun
 +Microsystems, Inc. in the U.S. and other countries.
 +
 +Federal Acquisitions: Commercial Software - Government 
Users
 +Subject to Standard License Terms and Conditions.
 +
 +/xsd:documentation
 +/xsd:annotation
 +
 +xsd:annotation
 +xsd:documentation
 +
 +![CDATA[
 +
 +The XML 

Re: svn commit: r510950 - /myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

2007-02-23 Thread Martin Marinschek

Wow. I wonder how anyone will ever find out if they typed it or if
they just copied ;)

regards,

Martin

On 2/23/07, Paul McMahan [EMAIL PROTECTED] wrote:

The Geronimo project recently encountered this situation for several
JEE schemas.  It wasn't totally clear whether or not including the Sun
XSDs was OK, and it was soon realized that it would be more practical
to type in the XSDs by hand than try to reach a definitive conclusion.
 See this JIRA for details:
https://issues.apache.org/jira/browse/GERONIMO-2630

Also, if you end up typing in a schema there is a utility attached to
that JIRA that can be used to compare schemas to make sure they are
equivalent.

Best wishes,
Paul

On 2/23/07, Mathias Brökelmann [EMAIL PROTECTED] wrote:
 I wasn't aware of this. the dtds of 1.0 and 1.1 are also present in
 our repository...

 2007/2/23, Matthias Wessendorf [EMAIL PROTECTED]:
  isn't that CCLD for what ever their OS license is named ?
  Should go to the notice.txt file, IMO
 
  -M
 
  On 2/23/07, Dennis Byrne [EMAIL PROTECTED] wrote:
   Not to slow you down, but can we distribute this?
  
   Dennis Byrne
  
  
   On 2/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
Author: mbr
Date: Fri Feb 23 06:18:39 2007
New Revision: 510950
   
URL: http://svn.apache.org/viewvc?view=revrev=510950
Log:
add 1.2 xsd
   
Added:
   
   
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
   
Added:
   
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
URL:
   
http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd?view=autorev=510950
   
   
==
---
   
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
   (added)
+++
   
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
   Fri Feb 23 06:18:39 2007
@@ -0,0 +1,2071 @@
+?xml version = 1.0 encoding = UTF-8?
+
+xsd:schema
+ targetNamespace=http://java.sun.com/xml/ns/javaee
   
+ xmlns:javaee=http://java.sun.com/xml/ns/javaee;
+ xmlns:xsd=http://www.w3.org/2001/XMLSchema 
+ xmlns:xml=http://www.w3.org/XML/1998/namespace;
+ elementFormDefault=qualified
+ attributeFormDefault=unqualified
+ version=1.2
+
+xsd:annotation
+xsd:documentation
+$Id: web-facesconfig_1_2.xsd,v 1.11 2006/03/27 00:12:24
   rogerk Exp $
+/xsd:documentation
+/xsd:annotation
+
+xsd:annotation
+xsd:documentation
+
+Copyright 2005 Sun Microsystems, Inc.,
+901 San Antonio Road,
+Palo Alto, California 94303, U.S.A.
+All rights reserved.
+
+Sun Microsystems, Inc. has intellectual property
+rights relating to technology described in this document. 
In
+particular, and without limitation, these intellectual
+property rights may include one or more of the U.S. patents
+listed at http://www.sun.com/patents and one or more
+additional patents or pending patent applications in the
+U.S. and other countries.
+
+This document and the technology which it describes are
+distributed under licenses restricting their use, copying,
+distribution, and decompilation. No part of this document
+may be reproduced in any form by any means without prior
+written authorization of Sun and its licensors, if any.
+
+Third-party software, including font technology, is
+copyrighted and licensed from Sun suppliers.
+
+Sun, Sun Microsystems, the Sun logo, Solaris, Java, Java 
EE,
+JavaServer Pages, Enterprise JavaBeans and the Java Coffee
+Cup logo are trademarks or registered trademarks of Sun
+Microsystems, Inc. in the U.S. and other countries.
+
+Federal Acquisitions: Commercial Software - Government 
Users
+Subject to Standard License Terms and Conditions.
+
+/xsd:documentation
+/xsd:annotation
+
+xsd:annotation
+xsd:documentation
+
+![CDATA[
+
+The XML Schema for the JavaServer Faces Application
+Configuration File (Version 1.2).
+
+All JavaServer Faces configuration files must indicate
+the JavaServer Faces schema by indicating the JavaServer
+Faces namespace:
+
+http://java.sun.com/xml/ns/javaee
+
+  

Re: svn commit: r510950 - /myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

2007-02-23 Thread Martin Marinschek

I can imagine ;)

regards,

Martin

On 2/23/07, Paul McMahan [EMAIL PROTECTED] wrote:

That could be difficult to prove but I'm willing to testify that the
person who typed in most of the specs by hand looked very very
exhausted afterwards :-)

Best wishes,
Paul

On 2/23/07, Martin Marinschek [EMAIL PROTECTED] wrote:
 Wow. I wonder how anyone will ever find out if they typed it or if
 they just copied ;)

 regards,

 Martin

 On 2/23/07, Paul McMahan [EMAIL PROTECTED] wrote:
  The Geronimo project recently encountered this situation for several
  JEE schemas.  It wasn't totally clear whether or not including the Sun
  XSDs was OK, and it was soon realized that it would be more practical
  to type in the XSDs by hand than try to reach a definitive conclusion.
   See this JIRA for details:
  https://issues.apache.org/jira/browse/GERONIMO-2630
 
  Also, if you end up typing in a schema there is a utility attached to
  that JIRA that can be used to compare schemas to make sure they are
  equivalent.
 
  Best wishes,
  Paul
 
  On 2/23/07, Mathias Brökelmann [EMAIL PROTECTED] wrote:
   I wasn't aware of this. the dtds of 1.0 and 1.1 are also present in
   our repository...
  
   2007/2/23, Matthias Wessendorf [EMAIL PROTECTED]:
isn't that CCLD for what ever their OS license is named ?
Should go to the notice.txt file, IMO
   
-M
   
On 2/23/07, Dennis Byrne [EMAIL PROTECTED] wrote:
 Not to slow you down, but can we distribute this?

 Dennis Byrne


 On 2/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
  Author: mbr
  Date: Fri Feb 23 06:18:39 2007
  New Revision: 510950
 
  URL: http://svn.apache.org/viewvc?view=revrev=510950
  Log:
  add 1.2 xsd
 
  Added:
 
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 
  Added:
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
  URL:
 
http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd?view=autorev=510950
 
 
==
  ---
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 (added)
  +++
 
myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 Fri Feb 23 06:18:39 2007
  @@ -0,0 +1,2071 @@
  +?xml version = 1.0 encoding = UTF-8?
  +
  +xsd:schema
  + targetNamespace=http://java.sun.com/xml/ns/javaee
 
  + xmlns:javaee=http://java.sun.com/xml/ns/javaee;
  + xmlns:xsd=http://www.w3.org/2001/XMLSchema 
  + xmlns:xml=http://www.w3.org/XML/1998/namespace;
  + elementFormDefault=qualified
  + attributeFormDefault=unqualified
  + version=1.2
  +
  +xsd:annotation
  +xsd:documentation
  +$Id: web-facesconfig_1_2.xsd,v 1.11 2006/03/27 00:12:24
 rogerk Exp $
  +/xsd:documentation
  +/xsd:annotation
  +
  +xsd:annotation
  +xsd:documentation
  +
  +Copyright 2005 Sun Microsystems, Inc.,
  +901 San Antonio Road,
  +Palo Alto, California 94303, U.S.A.
  +All rights reserved.
  +
  +Sun Microsystems, Inc. has intellectual property
  +rights relating to technology described in this 
document. In
  +particular, and without limitation, these intellectual
  +property rights may include one or more of the U.S. 
patents
  +listed at http://www.sun.com/patents and one or more
  +additional patents or pending patent applications in 
the
  +U.S. and other countries.
  +
  +This document and the technology which it describes are
  +distributed under licenses restricting their use, 
copying,
  +distribution, and decompilation. No part of this 
document
  +may be reproduced in any form by any means without 
prior
  +written authorization of Sun and its licensors, if any.
  +
  +Third-party software, including font technology, is
  +copyrighted and licensed from Sun suppliers.
  +
  +Sun, Sun Microsystems, the Sun logo, Solaris, Java, 
Java EE,
  +JavaServer Pages, Enterprise JavaBeans and the Java 
Coffee
  +Cup logo are trademarks or registered trademarks of Sun
  +Microsystems, Inc. in the U.S. and other countries.
  +
  +Federal Acquisitions: Commercial Software - Government 
Users
  +Subject to Standard License Terms and 

Re: svn commit: r510950 - /myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

2007-02-23 Thread Mike Kienenberger

Check it in as you go along, and that should provide a record.

On 2/23/07, Martin Marinschek [EMAIL PROTECTED] wrote:

Wow. I wonder how anyone will ever find out if they typed it or if
they just copied ;)

regards,

Martin

On 2/23/07, Paul McMahan [EMAIL PROTECTED] wrote:
 The Geronimo project recently encountered this situation for several
 JEE schemas.  It wasn't totally clear whether or not including the Sun
 XSDs was OK, and it was soon realized that it would be more practical
 to type in the XSDs by hand than try to reach a definitive conclusion.
  See this JIRA for details:
 https://issues.apache.org/jira/browse/GERONIMO-2630

 Also, if you end up typing in a schema there is a utility attached to
 that JIRA that can be used to compare schemas to make sure they are
 equivalent.

 Best wishes,
 Paul

 On 2/23/07, Mathias Brökelmann [EMAIL PROTECTED] wrote:
  I wasn't aware of this. the dtds of 1.0 and 1.1 are also present in
  our repository...
 
  2007/2/23, Matthias Wessendorf [EMAIL PROTECTED]:
   isn't that CCLD for what ever their OS license is named ?
   Should go to the notice.txt file, IMO
  
   -M
  
   On 2/23/07, Dennis Byrne [EMAIL PROTECTED] wrote:
Not to slow you down, but can we distribute this?
   
Dennis Byrne
   
   
On 2/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:
 Author: mbr
 Date: Fri Feb 23 06:18:39 2007
 New Revision: 510950

 URL: http://svn.apache.org/viewvc?view=revrev=510950
 Log:
 add 1.2 xsd

 Added:


myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd

 Added:

myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
 URL:

http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd?view=autorev=510950


==
 ---

myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
(added)
 +++

myfaces/core/branches/jsf12/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_1_2.xsd
Fri Feb 23 06:18:39 2007
 @@ -0,0 +1,2071 @@
 +?xml version = 1.0 encoding = UTF-8?
 +
 +xsd:schema
 + targetNamespace=http://java.sun.com/xml/ns/javaee

 + xmlns:javaee=http://java.sun.com/xml/ns/javaee;
 + xmlns:xsd=http://www.w3.org/2001/XMLSchema 
 + xmlns:xml=http://www.w3.org/XML/1998/namespace;
 + elementFormDefault=qualified
 + attributeFormDefault=unqualified
 + version=1.2
 +
 +xsd:annotation
 +xsd:documentation
 +$Id: web-facesconfig_1_2.xsd,v 1.11 2006/03/27 00:12:24
rogerk Exp $
 +/xsd:documentation
 +/xsd:annotation
 +
 +xsd:annotation
 +xsd:documentation
 +
 +Copyright 2005 Sun Microsystems, Inc.,
 +901 San Antonio Road,
 +Palo Alto, California 94303, U.S.A.
 +All rights reserved.
 +
 +Sun Microsystems, Inc. has intellectual property
 +rights relating to technology described in this 
document. In
 +particular, and without limitation, these intellectual
 +property rights may include one or more of the U.S. 
patents
 +listed at http://www.sun.com/patents and one or more
 +additional patents or pending patent applications in the
 +U.S. and other countries.
 +
 +This document and the technology which it describes are
 +distributed under licenses restricting their use, 
copying,
 +distribution, and decompilation. No part of this document
 +may be reproduced in any form by any means without prior
 +written authorization of Sun and its licensors, if any.
 +
 +Third-party software, including font technology, is
 +copyrighted and licensed from Sun suppliers.
 +
 +Sun, Sun Microsystems, the Sun logo, Solaris, Java, Java 
EE,
 +JavaServer Pages, Enterprise JavaBeans and the Java 
Coffee
 +Cup logo are trademarks or registered trademarks of Sun
 +Microsystems, Inc. in the U.S. and other countries.
 +
 +Federal Acquisitions: Commercial Software - Government 
Users
 +Subject to Standard License Terms and Conditions.
 +
 +/xsd:documentation
 +/xsd:annotation
 +
 +xsd:annotation
 +xsd:documentation
 +
 +![CDATA[
 +
 +The XML Schema for the JavaServer Faces Application
 +Configuration File (Version 1.2).
 +
 +