Révision 407
tmp/CQP/src/cwbinstaller/commands/DoInstallStep.java (revision 407) | ||
---|---|---|
32 | 32 |
String CQPFRAGMENT = "CQP."+System.getProperty("osgi.os"); |
33 | 33 |
|
34 | 34 |
Log.info("CQP.DoInstallStep.install()"); |
35 |
String saved = TXMPreferences.getString(CQPPreferences.PREFERENCES_NODE, CQPPreferences.VERSION, "");
|
|
35 |
String saved = TXMPreferences.getString(CQPPreferences.VERSION, CQPPreferences.PREFERENCES_NODE);
|
|
36 | 36 |
Version currentVersion = BundleUtils.getBundleVersion(CQPFRAGMENT); // the CQPFRAGMENT plugin contains the right version |
37 | 37 |
|
38 | 38 |
if (saved != null && saved.length() > 0) { |
Formats disponibles : Unified diff