Révision 2370
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/p2/plugins/InstallPluginHandler.java (revision 2370) | ||
|---|---|---|
| 66 | 66 |
String version = ""+v.getMajor()+"."+v.getMinor()+"."+v.getMicro(); |
| 67 | 67 |
String uriBase = TBXPreferences.getInstance().getString(TBXPreferences.UPDATESITE)+"/"+version+"/ext"; |
| 68 | 68 |
|
| 69 |
strategy.addLocation(new URI(uriBase+"/stable")); //$NON-NLS-1$ |
|
| 70 |
|
|
| 71 | 69 |
if (devMode) {
|
| 72 | 70 |
strategy.addLocation(new URI(uriBase+"/dev")); //$NON-NLS-1$ |
| 73 | 71 |
} |
| ... | ... | |
| 79 | 77 |
if (betaMode) {
|
| 80 | 78 |
strategy.addLocation(new URI(uriBase+"/beta")); //$NON-NLS-1$ |
| 81 | 79 |
} |
| 80 |
|
|
| 81 |
strategy.addLocation(new URI(uriBase+"/stable")); //$NON-NLS-1$ |
|
| 82 | 82 |
} catch (URISyntaxException e) {
|
| 83 | 83 |
org.txm.utils.logger.Log.printStackTrace(e); |
| 84 | 84 |
} |
Formats disponibles : Unified diff