svn commit: r423867 - in /incubator/ofbiz/trunk/framework/shark/webapp/shark: ./ WEB-INF/ WEB-INF/actions/includes/ WEB-INF/actions/process/ WEB-INF/actions/repository/ WEB-INF/actions/tasklist/ WEB-INF/pagedefs/ WEB-INF/pagedefs/process/ WEB-INF/paged...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r423867 - in /incubator/ofbiz/trunk/framework/shark/webapp/shark: ./ WEB-INF/ WEB-INF/actions/includes/ WEB-INF/actions/process/ WEB-INF/actions/repository/ WEB-INF/actions/tasklist/ WEB-INF/pagedefs/ WEB-INF/pagedefs/process/ WEB-INF/paged...

jacopoc
Author: jacopoc
Date: Thu Jul 20 03:23:24 2006
New Revision: 423867

URL: http://svn.apache.org/viewvc?rev=423867&view=rev
Log:
License change from MIT to ASL2.0 for the files of the shark component.
Thanks to Scott Gray for the patch (Apache OFBIZ-87).

Modified:
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processDetailList.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processHistory.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processList.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processSteps.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/repository/showRepository.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/tasklist/worklist.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/jpublish.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/login.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/main.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processDetailList.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processHistory.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processList.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processSteps.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/repository/showRepository.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/tasklist/worklist.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccmonths.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/cctypes.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccyears.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/countries.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/footer.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/header.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/states.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/index.jsp
    incubator/ofbiz/trunk/framework/shark/webapp/shark/login.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/main.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.xml

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: envsetup.bsh 7773 2006-06-12 08:41:23Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processDetailList.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processDetailList.bsh?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processDetailList.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processDetailList.bsh Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: processDetailList.bsh 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processHistory.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processHistory.bsh?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processHistory.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processHistory.bsh Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: processHistory.bsh 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processList.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processList.bsh?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processList.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processList.bsh Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: processList.bsh 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processSteps.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processSteps.bsh?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processSteps.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/process/processSteps.bsh Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: processSteps.bsh 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/repository/showRepository.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/repository/showRepository.bsh?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/repository/showRepository.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/repository/showRepository.bsh Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: showRepository.bsh 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
@@ -96,4 +94,4 @@
 
 context.put("repMgr", repMgr);
 context.put("pkgMgr", pkgMgr);
-context.put("packages", Arrays.asList(paths));
\ No newline at end of file
+context.put("packages", Arrays.asList(paths));

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/tasklist/worklist.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/tasklist/worklist.bsh?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/tasklist/worklist.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/tasklist/worklist.bsh Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: worklist.bsh 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: controller.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/jpublish.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/jpublish.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/jpublish.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/jpublish.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: jpublish.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/login.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/login.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/login.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/login.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: login.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -21,4 +19,4 @@
     <property name="title">Login</property>
     <property name="titleProperty">PageTitleLogin</property>
     <property name="headerItem">login</property>
-</page>
\ No newline at end of file
+</page>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/main.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/main.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/main.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/main.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: main.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -21,4 +19,4 @@
     <property name="title">Main Page</property>
     <property name="titleProperty">PageTitleMain</property>
     <property name="headerItem">main</property>
-</page>
\ No newline at end of file
+</page>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processDetailList.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processDetailList.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processDetailList.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processDetailList.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: processDetailList.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -21,4 +19,4 @@
     <property name="title">Process Detail List</property>
     <property name="headerItem">main</property>
     <content-action name="/process/processDetailList.bsh"/>
-</page>
\ No newline at end of file
+</page>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processHistory.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processHistory.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processHistory.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processHistory.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: processHistory.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -21,4 +19,4 @@
     <property name="title">Process History</property>
     <property name="headerItem">main</property>
     <content-action name="/process/processHistory.bsh"/>
-</page>
\ No newline at end of file
+</page>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processList.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processList.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processList.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processList.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: processList.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processSteps.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processSteps.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processSteps.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/process/processSteps.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: processSteps.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -21,4 +19,4 @@
     <property name="title">Process Steps</property>
     <property name="headerItem">main</property>
     <content-action name="/process/processSteps.bsh"/>
-</page>
\ No newline at end of file
+</page>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/repository/showRepository.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/repository/showRepository.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/repository/showRepository.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/repository/showRepository.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: showRepository.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -21,4 +19,4 @@
     <property name="title">XPDL Repository</property>
     <property name="headerItem">main</property>
     <content-action name="/repository/showRepository.bsh"/>
-</page>
\ No newline at end of file
+</page>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/tasklist/worklist.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/tasklist/worklist.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/tasklist/worklist.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/pagedefs/tasklist/worklist.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: worklist.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -21,4 +19,4 @@
     <property name="title">Work List</property>
     <property name="headerItem">main</property>
     <content-action name="/tasklist/worklist.bsh"/>
-</page>
\ No newline at end of file
+</page>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 <!--
-$Id: web.xml 7426 2006-04-26 23:35:58Z jonesde $
-
 Copyright 2004-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: appbar.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccmonths.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccmonths.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccmonths.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccmonths.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: ccmonths.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/cctypes.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/cctypes.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/cctypes.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/cctypes.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: cctypes.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccyears.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccyears.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccyears.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccyears.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: ccyears.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/countries.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/countries.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/countries.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/countries.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: countries.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/footer.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/footer.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/footer.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/footer.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: footer.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/header.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/header.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/header.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/header.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: header.ftl 7773 2006-06-12 08:41:23Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/states.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/states.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/states.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/states.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: states.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/index.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/index.jsp?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/index.jsp (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/index.jsp Thu Jul 20 03:23:24 2006
@@ -1,6 +1,4 @@
 <%--
-$Id: index.jsp 7426 2006-04-26 23:35:58Z jonesde $
-
 Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/login.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/login.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/login.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/login.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: login.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/main.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/main.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/main.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/main.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: main.ftl 7773 2006-06-12 08:41:23Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: processDetailList.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -66,4 +64,4 @@
   </table>
 <#else>
   <div class="tabletext">No running processes.</div>
-</#if>
\ No newline at end of file
+</#if>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: processHistory.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -43,4 +41,4 @@
   </table>
 <#else>
   <div class="tabletext">No history available.</div>
-</#if>
\ No newline at end of file
+</#if>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: processList.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: processSteps.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -47,4 +45,4 @@
   </table>
 <#else>
   <div class="tabletext">No running activities.</div>
-</#if>
\ No newline at end of file
+</#if>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: showRepository.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -59,4 +57,4 @@
   <input type="file" class="inputBox" size="50" name="fname">
   <div><hr class="sepbar"></div>
   <input type="submit" class="smallSubmit" value="Upload">
-</form>
\ No newline at end of file
+</form>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl Thu Jul 20 03:23:24 2006
@@ -1,7 +1,5 @@
 <#--
-$Id: worklist.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -71,4 +69,4 @@
   </table>
 <#else>
   <div class="tabletext">No tasks available.</div>
-</#if>
\ No newline at end of file
+</#if>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.ftl?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.ftl Thu Jul 20 03:23:24 2006
@@ -1,9 +1,7 @@
 <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <!-- Copyright 2004-2006 The Apache Software Foundation -->
 <#--
-$Id: main.ftl 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.xml?rev=423867&r1=423866&r2=423867&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/templates/main.xml Thu Jul 20 03:23:24 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: main.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -18,4 +16,4 @@
 -->
 <page>
     <template-action name="/includes/envsetup.bsh"/>
-</page>
\ No newline at end of file
+</page>