Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-12-20 22:29:40 +0000
committerSimon Kaegi2008-12-20 22:29:40 +0000
commit49739f5202494bd02e70c8be4f4f430187ac5488 (patch)
treeb9068f18765442bb24f806aff214ecac5717a90e /bundles/org.eclipse.equinox.p2.directorywatcher
parent8d9158363fbce7c114ef59a47962bd05d56e8dcf (diff)
downloadrt.equinox.p2-49739f5202494bd02e70c8be4f4f430187ac5488.tar.gz
rt.equinox.p2-49739f5202494bd02e70c8be4f4f430187ac5488.tar.xz
rt.equinox.p2-49739f5202494bd02e70c8be4f4f430187ac5488.zip
Bug 233699 Add support for version types other than OSGi
rollback to pre_version_2008
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.directorywatcher')
-rw-r--r--bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/EntryAdvice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/EntryAdvice.java b/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/EntryAdvice.java
index d6689bdd9..a494a8b1c 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/EntryAdvice.java
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/EntryAdvice.java
@@ -16,7 +16,7 @@ import java.util.Map;
import java.util.Properties;
import org.eclipse.equinox.internal.p2.update.Site;
import org.eclipse.equinox.p2.publisher.eclipse.*;
-import org.eclipse.equinox.internal.provisional.p2.core.Version;
+import org.osgi.framework.Version;
/**
* Entry advice captures the name, location, modified time, shape etc of something

Back to the top