Author: jford
Date: Sat Feb 3 12:58:03 2007
New Revision: 503308
URL: http://svn.apache.org/viewvc?view=rev&rev=503308
Log:
Added reference to page security schema.
Modified:
portals/jetspeed-2/trunk/components/portal/test/testdata/pages/pages/page.security
portals/jetspeed-2/trunk/etc/xsd/examples/page.xml
portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security
Modified:
portals/jetspeed-2/trunk/components/portal/test/testdata/pages/pages/page.security
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portal/test/testdata/pages/pages/page.security?view=diff&rev=503308&r1=503307&r2=503308
==============================================================================
---
portals/jetspeed-2/trunk/components/portal/test/testdata/pages/pages/page.security
(original)
+++
portals/jetspeed-2/trunk/components/portal/test/testdata/pages/pages/page.security
Sat Feb 3 12:58:03 2007
@@ -1,5 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<page-security>
+<!--
+Copyright 2007 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.
+-->
+<page-security xmlns="http://portals.apache.org/jetspeed"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://portals.apache.org/jetspeed
http://portals.apache.org/jetspeed-2/2.1/schemas/page-security.xsd">
<!-- define global admin constraints -->
<security-constraints-def name="admin">
Modified: portals/jetspeed-2/trunk/etc/xsd/examples/page.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/xsd/examples/page.xml?view=diff&rev=503308&r1=503307&r2=503308
==============================================================================
--- portals/jetspeed-2/trunk/etc/xsd/examples/page.xml (original)
+++ portals/jetspeed-2/trunk/etc/xsd/examples/page.xml Sat Feb 3 12:58:03 2007
@@ -2,7 +2,7 @@
<page-security
xmlns="http://portals.apache.org/jetspeed"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://portals.apache.org/jetspeed page-security.xsd">
+ xsi:schemaLocation="http://portals.apache.org/jetspeed
http://portals.apache.org/jetspeed-2/2.1/schemas/page-security.xsd">
<!-- define global admin constraints -->
<security-constraints-def name="admin">
Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security?view=diff&rev=503308&r1=503307&r2=503308
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security Sat Feb 3
12:58:03 2007
@@ -1,5 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<page-security>
+<!--
+Copyright 2007 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.
+-->
+<page-security xmlns="http://portals.apache.org/jetspeed"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://portals.apache.org/jetspeed
http://portals.apache.org/jetspeed-2/2.1/schemas/page-security.xsd">
<!-- define global admin constraints -->
<security-constraints-def name="admin">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]