Author: doogie
Date: Mon Feb 8 07:24:40 2010
New Revision: 907569
URL: http://svn.apache.org/viewvc?rev=907569&view=rev
Log:
Add license headers to lots of files.
Modified:
ofbiz/trunk/framework/webslinger/modules/ofbiz/www/WEB-INF/TypeHandlers/ofbiz-screen.groovy
ofbiz/trunk/framework/webslinger/webapp/webslinger/WEB-INF/web.xml
ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/DemoScreen.ofbiz-screen
ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/index.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Groovy.groovy
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Java.jn
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Middle.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Middle.groovy
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/SomeLeftMenu.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/StandAlonePage.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Middle.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Velocity.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/index.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/TestSQL.groovy
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Box.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Editable.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/TwoColumn.vm
ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml
ofbiz/trunk/framework/webslinger/websites/webslinger/www/index.whtml
Modified:
ofbiz/trunk/framework/webslinger/modules/ofbiz/www/WEB-INF/TypeHandlers/ofbiz-screen.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/modules/ofbiz/www/WEB-INF/TypeHandlers/ofbiz-screen.groovy?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/modules/ofbiz/www/WEB-INF/TypeHandlers/ofbiz-screen.groovy
(original)
+++
ofbiz/trunk/framework/webslinger/modules/ofbiz/www/WEB-INF/TypeHandlers/ofbiz-screen.groovy
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * 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.
+
*******************************************************************************/
import org.ofbiz.base.util.StringUtil
import org.ofbiz.base.util.UtilXml
import org.ofbiz.base.util.collections.MapStack
Modified: ofbiz/trunk/framework/webslinger/webapp/webslinger/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/webapp/webslinger/WEB-INF/web.xml?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
--- ofbiz/trunk/framework/webslinger/webapp/webslinger/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/framework/webslinger/webapp/webslinger/WEB-INF/web.xml Mon Feb
8 07:24:40 2010
@@ -1,26 +1,22 @@
<?xml version="1.0"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
<!--
- * Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+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.
-->
<web-app>
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/DemoScreen.ofbiz-screen
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/DemoScreen.ofbiz-screen?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/DemoScreen.ofbiz-screen
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/DemoScreen.ofbiz-screen
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
<section>
<actions>
<set field="headerItem" value="main"/>
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/index.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/index.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
--- ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/index.vm
(original)
+++ ofbiz/trunk/framework/webslinger/websites/webslinger/www/OfBiz/index.vm Mon
Feb 8 07:24:40 2010
@@ -1 +1,19 @@
+#*
+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.
+*#
#Merge("DemoScreen.ofbiz-screen")
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Groovy.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Groovy.groovy?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Groovy.groovy
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Groovy.groovy
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * 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.
+
*******************************************************************************/
webslinger.response.writer.println('groovy start')
webslinger.merge('Middle')
webslinger.response.writer.println('groovy end')
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Java.jn
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Java.jn?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Java.jn
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Java.jn
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * 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.
+
*******************************************************************************/
webslinger.getResponse().getWriter().println("java start");
webslinger.merge("Middle");
webslinger.getResponse().getWriter().println("java end");
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Middle.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Middle.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Middle.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Events/Middle.vm
Mon Feb 8 07:24:40 2010
@@ -1 +1,19 @@
+#*
+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.
+*#
Something in the middle of an event.
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Middle.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Middle.groovy?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Middle.groovy
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Middle.groovy
Mon Feb 8 07:24:40 2010
@@ -1 +1,19 @@
+/*******************************************************************************
+ * 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.
+
*******************************************************************************/
webslinger.response.writer.write("Howdy from groovy.")
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/SomeLeftMenu.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/SomeLeftMenu.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/SomeLeftMenu.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/SomeLeftMenu.vm
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+#*
+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.
+*#
<ul>
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/StandAlonePage.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/StandAlonePage.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/StandAlonePage.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/StandAlonePage.vm
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+#*
+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.
+*#
<p>
Page by itself, or merged inside another.
</p>
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Middle.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Middle.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Middle.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Middle.vm
Mon Feb 8 07:24:40 2010
@@ -1 +1,19 @@
+#*
+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.
+*#
This is the middle of a template.
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Velocity.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Velocity.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Velocity.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/Templates/Velocity.vm
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+#*
+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.
+*#
velocity start
#Merge("Middle")
velocity end
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/index.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/index.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
--- ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/index.vm
(original)
+++ ofbiz/trunk/framework/webslinger/websites/webslinger/www/Showcase/index.vm
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+#*
+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.
+*#
<pre>
#Merge("Events/Groovy")
#Merge("Events/Java")
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/TestSQL.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/TestSQL.groovy?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
--- ofbiz/trunk/framework/webslinger/websites/webslinger/www/TestSQL.groovy
(original)
+++ ofbiz/trunk/framework/webslinger/websites/webslinger/www/TestSQL.groovy Mon
Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * 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.
+
*******************************************************************************/
import java.util.concurrent.Callable
import org.ofbiz.entity.sql.SQLUtil
import org.ofbiz.entity.transaction.TransactionUtil
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Box.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Box.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Box.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Box.vm
Mon Feb 8 07:24:40 2010
@@ -1,2 +1,20 @@
+#*
+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.
+*#
#set($boxStyle = $webslinger.pathInfo.split("/").get(1))
<div class="box-$boxStyle">#Content()</div>
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Editable.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Editable.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Editable.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/Editable.vm
Mon Feb 8 07:24:40 2010
@@ -1,2 +1,20 @@
+#*
+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.
+*#
#set($cause = $webslinger.planCause)
<div class="Editable" path="$cause.servletPath">#Content()</div>
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/TwoColumn.vm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/TwoColumn.vm?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
---
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/TwoColumn.vm
(original)
+++
ofbiz/trunk/framework/webslinger/websites/webslinger/www/Theme/Default/Templates/TwoColumn.vm
Mon Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+#*
+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.
+*#
<div class="TwoColumn">
<div class="TwoColumnLeft">
#Section("LeftMenu")
Modified:
ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
--- ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/framework/webslinger/websites/webslinger/www/WEB-INF/web.xml
Mon Feb 8 07:24:40 2010
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+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.
+-->
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
Modified: ofbiz/trunk/framework/webslinger/websites/webslinger/www/index.whtml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webslinger/websites/webslinger/www/index.whtml?rev=907569&r1=907568&r2=907569&view=diff
==============================================================================
--- ofbiz/trunk/framework/webslinger/websites/webslinger/www/index.whtml
(original)
+++ ofbiz/trunk/framework/webslinger/websites/webslinger/www/index.whtml Mon
Feb 8 07:24:40 2010
@@ -1,3 +1,21 @@
+#*
+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.
+*#
<p>
Front page.
</p>