handle new changes
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java index b9cf1d2..12364a6 100644 --- a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java +++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java
@@ -56,5 +56,16 @@ public static ILocalSite getLocalSite() throws CoreException { return InternalSiteManager.getLocalSite(); } - + + /** + * Trigger handling of newly discovered features. This method + * can be called by the executing application whenever it + * is invoked with the -newUpdates command line argument. + * + * @throws CoreException if an error occurs. + * @since 2.0 + */ + public static void handleNewChanges() throws CoreException{ + //InternalSiteManager.handleNewChanges(); + } } \ No newline at end of file