[Yanel-commits] rev 26245 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils

michi at wyona.com michi at wyona.com
Tue Jul 24 11:54:19 CEST 2007


Author: michi
Date: 2007-07-24 11:54:19 +0200 (Tue, 24 Jul 2007)
New Revision: 26245

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/UpdateInfo.java
Log:
public tags

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/UpdateInfo.java
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/UpdateInfo.java	2007-07-24 09:50:40 UTC (rev 26244)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/UpdateInfo.java	2007-07-24 09:54:19 UTC (rev 26245)
@@ -32,8 +32,8 @@
     
     private String updateManagerNS = "http://www.wyona.org/update-manager/1.0#"; 
 
-    private static String TARGET_APPLICATION_MIN_REVISION = "targetApplicationMinRevision";
-    private static String TARGET_APPLICATION_MAX_REVISION = "targetApplicationMaxRevision";
+    public static String TARGET_APPLICATION_MIN_REVISION = "targetApplicationMinRevision";
+    public static String TARGET_APPLICATION_MAX_REVISION = "targetApplicationMaxRevision";
     private static String TARGET_APPLICATION_ID = "targetApplicationId";
     
     public UpdateInfo(String updateRdfUrlString, InstallInfo installInfo) throws Exception{



More information about the Yanel-commits mailing list