Author: reinhard
Date: 2009-12-05 10:54:21 -0600 (Sat, 05 Dec 2009)
New Revision: 10078

Modified:
   trunk/gnue-appserver/setup.py
   trunk/gnue-designer/setup.py
   trunk/gnue-forms/setup.py
   trunk/gnue-navigator/setup.py
   trunk/gnue-reports/setup.py
Log:
Changed URL from www.gnue.org to www.gnuenterprise.org.


Modified: trunk/gnue-appserver/setup.py
===================================================================
--- trunk/gnue-appserver/setup.py       2009-12-05 16:40:22 UTC (rev 10077)
+++ trunk/gnue-appserver/setup.py       2009-12-05 16:54:21 UTC (rev 10078)
@@ -56,7 +56,7 @@
     # The Author
     params ["author"]       = "GNU Enterprise Team"
     params ["author_email"] = "gnue-...@gnu.org"
-    params ["url"]          = "http://www.gnue.org";
+    params ["url"]          = "http://www.gnuenterprise.org";
 
     # The Programs
     if sys.platform == 'win32':

Modified: trunk/gnue-designer/setup.py
===================================================================
--- trunk/gnue-designer/setup.py        2009-12-05 16:40:22 UTC (rev 10077)
+++ trunk/gnue-designer/setup.py        2009-12-05 16:54:21 UTC (rev 10078)
@@ -56,7 +56,7 @@
     # The Author
     params ["author"]       = "GNU Enterprise Team"
     params ["author_email"] = "gnue-...@gnu.org"
-    params ["url"]          = "http://www.gnue.org";
+    params ["url"]          = "http://www.gnuenterprise.org";
 
     # The Programs
     params ["package_dir"] = {"gnue.designer": "src"}

Modified: trunk/gnue-forms/setup.py
===================================================================
--- trunk/gnue-forms/setup.py   2009-12-05 16:40:22 UTC (rev 10077)
+++ trunk/gnue-forms/setup.py   2009-12-05 16:54:21 UTC (rev 10078)
@@ -56,7 +56,7 @@
     # The Author
     params ["author"]       = "GNU Enterprise Team"
     params ["author_email"] = "gnue-...@gnu.org"
-    params ["url"]          = "http://www.gnue.org";
+    params ["url"]          = "http://www.gnuenterprise.org";
 
     # The Programs
     params ["package_dir"] = {"gnue.forms": "src"}

Modified: trunk/gnue-navigator/setup.py
===================================================================
--- trunk/gnue-navigator/setup.py       2009-12-05 16:40:22 UTC (rev 10077)
+++ trunk/gnue-navigator/setup.py       2009-12-05 16:54:21 UTC (rev 10078)
@@ -31,7 +31,7 @@
 try:
   from gnue.common.setup import GSetup
 except ImportError:
-  print "You need GNUe-Common 0.5.2 or newer installed to install %s" % PACKAGE
+  print "You need GNUe-Common 0.6.8 or newer installed to install %s" % PACKAGE
   sys.exit (1)
 
 # =============================================================================
@@ -56,7 +56,7 @@
     # The Author
     params ["author"]       = "GNU Enterprise Team"
     params ["author_email"] = "gnue-...@gnu.org"
-    params ["url"]          = "http://www.gnue.org";
+    params ["url"]          = "http://www.gnuenterprise.org";
 
     # The Programs
     params ["package_dir"] = {"gnue.navigator": "src"}

Modified: trunk/gnue-reports/setup.py
===================================================================
--- trunk/gnue-reports/setup.py 2009-12-05 16:40:22 UTC (rev 10077)
+++ trunk/gnue-reports/setup.py 2009-12-05 16:54:21 UTC (rev 10078)
@@ -56,7 +56,7 @@
     # The Author
     params ["author"]       = "GNU Enterprise Team"
     params ["author_email"] = "gnue-...@gnu.org"
-    params ["url"]          = "http://www.gnue.org";
+    params ["url"]          = "http://www.gnuenterprise.org";
 
     # The Programs
     params ["package_dir"] = {"gnue.reports": "src"}



_______________________________________________
commit-gnue mailing list
commit-gnue@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to