Hi Franz,

just start with release 11.7.29 (first one that is JAVA7 compatible)

Browse through the change logs.

release_version = 11.7.29

for (version : changelog)
{
     if (version.containsAnewFeature){
        update_site.add(release_version)
        release_version = version;
      }
     else
        // bug fix release
}

update_site.add(release_version)

BR,
Stefan


On 17.05.2013 15:58, Zieris, Franz wrote:
> Dear Developers,
>
> initiated by Stefan, I copied our Eclipse update site [1] and made the 
> following amendments:
>
>   * I removed the suffix "?use_mirror=dfn" from each URL. I think this was 
> meant to be an optimization for Germany-based Saros users, but I don't think 
> this is beneficial for the average user.
>   * I copied the feature JAR-file to the update site's webspace [2] and 
> replaced the URL accordingly. As of now, the feature JAR-file is retrieved 
> via Sourceforge's download area (e.g. everytime a user's Eclipse checks for 
> updates) and thus pushes our download counter to exorbitant values.
>
> I tested the new update site and I was able to install Saros 13.3.22 without 
> any problems and only a few seconds.
>
> In contrast to Stefan's proposal, I would like to offer (some) older Saros 
> versions as well. Currently all versions except 13.3.22 are commented out in 
> the site.xml and therefore cannot be installed via the update site.
>
> Any comments?
>
> Franz
>
>
> [1] http://dpp.sourceforge.net/update-test
> [2] 
> http://dpp.sourceforge.net/update-test/de.fu_berlin.inf.dpp.feature_13.3.22.jar
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> DPP-Devel mailing list
> DPP-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dpp-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

Reply via email to