Thanks for reminder Ashish,

Done in trunk at revision: 772936

As I already commented when closing : I wonder now if we should not backport this to R9.04. It's obviously not a bug, but it can't hurt in any ways and especially it's weird to release without he copyright updated at the date of the release...

Jacques

From: "Ashish Vijaywargiya" <[email protected]>
If its good to change the copyright details then my patch is also ready to 
commit ;).
As per David Goodenough's comment we should not change year upto indefinite 
time.

So please use my first patch where we have changed the value explicitly from 
2001-2008 to 2001-2009 :-)
https://issues.apache.org/jira/browse/OFBIZ-2346

--
Ashish

[email protected] wrote:
Author: jleroux
Date: Fri May  8 10:15:54 2009
New Revision: 772914

URL: http://svn.apache.org/viewvc?rev=772914&view=rev
Log:
A patch from BJ Freeman "Explaination of where the data is in ModelInduceFromDb.jsp" (https://issues.apache.org/jira/browse/OFBIZ-2432) - OFBIZ-2432

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp

Modified: 
ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp?rev=772914&r1=772913&r2=772914&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp 
(original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp 
Fri May  8 10:15:54 2009
@@ -30,7 +30,10 @@
     <input type=SUBMIT value='Induce!'>
 </form>
 It's the datasource name. It doesn't need to be associated with a
- delegator, just defined in entityengine.xml.
+ delegator, just defined in entityengine.xml.<br>
+   <b> Use the browser to view the source and see the entities that were 
created.</b>
+
+
 @@ -54,7 +57,7 @@
       if(newEntList != null) {
         String title = "Entity of an Apache Open For Business Project (Apache 
OFBiz) Component";
         String description = "None";
-        String copyright = "Copyright 2001-2008 The Apache Software 
Foundation";
+        String copyright = "Copyright 2001-2009 The Apache Software 
Foundation";
         String author = "None";
         String version = "1.0";
 %><?xml version="1.0" encoding="UTF-8"?>
@@ -143,3 +146,4 @@
   %>ERROR: You do not have permission to use this page (ENTITY_MAINT needed)<%
 }
 %>
+






Reply via email to