(Really, really) final renaming. :D
diff --git a/bundles/org.eclipse.e4.enterprise.installer/src/org/eclipse/e4/enterprise/installer/BundleUpdaterConfig.java b/bundles/org.eclipse.e4.enterprise.installer/src/org/eclipse/e4/enterprise/installer/BundleUpdaterConfig.java index 06b4e46..0dd83ca 100644 --- a/bundles/org.eclipse.e4.enterprise.installer/src/org/eclipse/e4/enterprise/installer/BundleUpdaterConfig.java +++ b/bundles/org.eclipse.e4.enterprise.installer/src/org/eclipse/e4/enterprise/installer/BundleUpdaterConfig.java
@@ -37,9 +37,9 @@ * defined in some platform with this class's API? Then OSGI will resolve * this for us... */ - public static final String UPDATE_SITE_KEY = "org.eclipse.e4.enterprise.installer.UPDATE_SITE"; - public static final String DOWNLOAD_ROOT_KEY = "org.eclipse.e4.enterprise.installer.DOWNLOAD_ROOT"; - public static final String PROVISIONING_LOCATION_KEY = "org.eclipse.e4.enterprise.installer.PROVISIONING_LOCATION"; + public static final String UPDATE_SITE_KEY = "org.eclipse.e4.installer.UPDATE_SITE"; + public static final String DOWNLOAD_ROOT_KEY = "org.eclipse.e4.installer.DOWNLOAD_ROOT"; + public static final String PROVISIONING_LOCATION_KEY = "org.eclipse.e4.installer.PROVISIONING_LOCATION"; private static File defaultDownloadRoot;