jford 2004/03/18 07:47:08
Modified: src/xml portletNew.xsd portlet.xsd portlet-2003-0521.xsd
portletOld.xsd portlet-2003-07-23.xsd
Log:
Added Apache License 2.0
Revision Changes Path
1.2 +15 -0 jakarta-jetspeed-2/src/xml/portletNew.xsd
Index: portletNew.xsd
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/src/xml/portletNew.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portletNew.xsd 28 Jul 2003 23:48:12 -0000 1.1
+++ portletNew.xsd 18 Mar 2004 15:47:08 -0000 1.2
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
<xs:schema targetNamespace="http://java.sun.com/xml/ns/portlet"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:portlet="http://java.sun.com/xml/ns/portlet"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="EN">
<xs:annotation>
<xs:documentation>
1.2 +15 -0 jakarta-jetspeed-2/src/xml/portlet.xsd
Index: portlet.xsd
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/src/xml/portlet.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portlet.xsd 28 Jul 2003 23:48:11 -0000 1.1
+++ portlet.xsd 18 Mar 2004 15:47:08 -0000 1.2
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
<xs:schema targetNamespace="http://java.sun.com/xml/ns/portlet"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:portlet="http://java.sun.com/xml/ns/portlet"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="EN">
<xs:annotation>
<xs:documentation>
1.2 +15 -0 jakarta-jetspeed-2/src/xml/portlet-2003-0521.xsd
Index: portlet-2003-0521.xsd
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/src/xml/portlet-2003-0521.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portlet-2003-0521.xsd 28 Jul 2003 23:48:11 -0000 1.1
+++ portlet-2003-0521.xsd 18 Mar 2004 15:47:08 -0000 1.2
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
<xs:schema targetNamespace="http://java.sun.com/xml/ns/portlet"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:portlet="http://java.sun.com/xml/ns/portlet"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="EN">
<xs:annotation>
<xs:documentation>
1.2 +16 -1 jakarta-jetspeed-2/src/xml/portletOld.xsd
Index: portletOld.xsd
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/src/xml/portletOld.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portletOld.xsd 28 Jul 2003 23:48:12 -0000 1.1
+++ portletOld.xsd 18 Mar 2004 15:47:08 -0000 1.2
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
<xs:schema targetNamespace="http://java.sun.com/xml/ns/portlet"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:portlet="http://java.sun.com/xml/ns/portlet"
@@ -541,7 +556,7 @@
<xs:annotation>
<xs:documentation>
The security-role-ref element contains the declaration of a
- security role reference in the web application�s code. The
+ security role reference in the web application�s code. The
declaration consists of an optional description, the security
role name used in the code, and an optional link to a security
role. If the security role is not specified, the Deployer must
1.2 +15 -0 jakarta-jetspeed-2/src/xml/portlet-2003-07-23.xsd
Index: portlet-2003-07-23.xsd
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/src/xml/portlet-2003-07-23.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portlet-2003-07-23.xsd 28 Jul 2003 23:48:11 -0000 1.1
+++ portlet-2003-07-23.xsd 18 Mar 2004 15:47:08 -0000 1.2
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
<xs:schema targetNamespace="http://java.sun.com/xml/ns/portlet"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:portlet="http://java.sun.com/xml/ns/portlet"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="EN">
<xs:annotation>
<xs:documentation>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]