Author: ate
Date: Mon Jun 18 06:04:59 2007
New Revision: 548347
URL: http://svn.apache.org/viewvc?view=rev&rev=548347
Log:
fixing invalid xml
Modified:
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/META-INF/context.xml
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/portlet.xml
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/struts-portlet-config.xml
Modified:
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/META-INF/context.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/META-INF/context.xml?view=diff&rev=548347&r1=548346&r2=548347
==============================================================================
---
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/META-INF/context.xml
(original)
+++
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/META-INF/context.xml
Mon Jun 18 06:04:59 2007
@@ -1,23 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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.
-
- $Id: context.xml 547187 2007-06-14 09:05:19Z ate $
--->
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+
+ $Id$
+-->
<Context path="/andromda-struts" docBase="andromda-struts-web-1.0-SNAPSHOT"
debug="99" reloadable="true" antiJARLocking="true"
antiResourceLocking="false">
@@ -28,4 +27,4 @@
url="${jdbc.url}"
defaultAutoCommit="false" removeAbandoned="true"
removeAbandonedTimeout="60" logAbandoned="true"/>
-</Context>
\ No newline at end of file
+</Context>
Modified:
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/portlet.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/portlet.xml?view=diff&rev=548347&r1=548346&r2=548347
==============================================================================
---
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/portlet.xml
(original)
+++
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/portlet.xml
Mon Jun 18 06:04:59 2007
@@ -1,58 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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.
-
- $Id: portlet.xml 547187 2007-06-14 09:05:19Z ate $
--->
-<?xml version="1.0" encoding="UTF-8"?>
-<portlet-app id="network-monitor-application" version="1.0">
- <portlet id="network-monitor">
- <init-param>
- <name>ServletContextProvider</name>
- <value>org.apache.jetspeed.portlet.ServletContextProviderImpl</value>
- </init-param>
- <init-param>
- <name>PortletScopeStrutsSession</name>
- <value>true</value>
- </init-param>
- <init-param>
- <name>ViewPage</name>
- <value>/Status/Status.do</value>
- </init-param>
- <init-param>
- <name>EditPage</name>
- <value>/Options/Options.do</value>
- </init-param>
- <init-param>
- <name>HelpPage</name>
- <value>/applicationHelp.do</value>
- </init-param>
- <portlet-name>Network Monitor Portlet</portlet-name>
- <display-name>Network Monitor</display-name>
-
<portlet-class>org.apache.portals.bridges.struts.StrutsPortlet</portlet-class>
- <supports>
- <mime-type>text/html</mime-type>
- <portlet-mode>VIEW</portlet-mode>
- <portlet-mode>EDIT</portlet-mode>
- <portlet-mode>HELP</portlet-mode>
- </supports>
- <supported-locale>en</supported-locale>
- <portlet-info>
- <title>Network Monitor</title>
- <short-title>The world's first Andromda Portlet running on
Jetspeed</short-title>
- </portlet-info>
- </portlet>
-</portlet-app>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+
+ $Id$
+-->
+<portlet-app id="network-monitor-application" version="1.0">
+ <portlet id="network-monitor">
+ <init-param>
+ <name>ServletContextProvider</name>
+ <value>org.apache.jetspeed.portlet.ServletContextProviderImpl</value>
+ </init-param>
+ <init-param>
+ <name>PortletScopeStrutsSession</name>
+ <value>true</value>
+ </init-param>
+ <init-param>
+ <name>ViewPage</name>
+ <value>/Status/Status.do</value>
+ </init-param>
+ <init-param>
+ <name>EditPage</name>
+ <value>/Options/Options.do</value>
+ </init-param>
+ <init-param>
+ <name>HelpPage</name>
+ <value>/applicationHelp.do</value>
+ </init-param>
+ <portlet-name>Network Monitor Portlet</portlet-name>
+ <display-name>Network Monitor</display-name>
+
<portlet-class>org.apache.portals.bridges.struts.StrutsPortlet</portlet-class>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>VIEW</portlet-mode>
+ <portlet-mode>EDIT</portlet-mode>
+ <portlet-mode>HELP</portlet-mode>
+ </supports>
+ <supported-locale>en</supported-locale>
+ <portlet-info>
+ <title>Network Monitor</title>
+ <short-title>The world's first Andromda Portlet running on
Jetspeed</short-title>
+ </portlet-info>
+ </portlet>
+</portlet-app>
Modified:
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/struts-portlet-config.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/struts-portlet-config.xml?view=diff&rev=548347&r1=548346&r2=548347
==============================================================================
---
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/struts-portlet-config.xml
(original)
+++
portals/bridges/trunk/applications/andromda-struts/web/src/main/resources/WEB-INF/struts-portlet-config.xml
Mon Jun 18 06:04:59 2007
@@ -1,36 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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.
-
- $Id: struts-portlet-config.xml 547187 2007-06-14 09:05:19Z ate $
--->
-<?xml version="1.0" encoding="UTF-8"?>
-<config>
- <render-context>
- <attribute name="form"/>
- <attribute name="optionsOptionsForm"/>
- <attribute name="statusStatusForm"/>
- <attribute name="statusNetworkMonitorStatusOptionsForm"/>
- <attribute name="optionsNetworkMonitorOptionsViewStatusForm"/>
- </render-context>
- <portlet-url-type>
- <action path="/Status/NetworkMonitorStatusOptions"/>
- <action path="/Options/NetworkMonitorOptionsViewStatus"/>
- <render path="/Status/Status"/>
- <render path="/Options/Options"/>
- <resource path="/layout/"/>
- </portlet-url-type>
-</config>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+
+ $Id$
+-->
+<config>
+ <render-context>
+ <attribute name="form"/>
+ <attribute name="optionsOptionsForm"/>
+ <attribute name="statusStatusForm"/>
+ <attribute name="statusNetworkMonitorStatusOptionsForm"/>
+ <attribute name="optionsNetworkMonitorOptionsViewStatusForm"/>
+ </render-context>
+ <portlet-url-type>
+ <action path="/Status/NetworkMonitorStatusOptions"/>
+ <action path="/Options/NetworkMonitorOptionsViewStatus"/>
+ <render path="/Status/Status"/>
+ <render path="/Options/Options"/>
+ <resource path="/layout/"/>
+ </portlet-url-type>
+</config>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]