diff options
author | Shawn Pearce <spearce@spearce.org> | 2013-03-18 07:44:48 -0700 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2013-03-18 09:30:43 -0700 |
commit | f32b8612433e499090c76ded014dd5e94322b786 (patch) | |
tree | 775440020e0b1d60d8cd86b027c9bebf487caa54 /org.eclipse.jgit.ant.test/META-INF | |
parent | 462bbc052e766ee9ea585cd4366165a8dac86496 (diff) | |
download | jgit-f32b8612433e499090c76ded014dd5e94322b786.tar.gz jgit-f32b8612433e499090c76ded014dd5e94322b786.zip |
JGit 3.0: move internal classes into an internal subpackage
This breaks all existing callers once. Applications are not supposed
to build against the internal storage API unless they can accept API
churn and make necessary updates as versions change.
Change-Id: I2ab1327c202ef2003565e1b0770a583970e432e9
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index 0f08a05a07..a15abe130a 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -3,15 +3,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ant.test -Bundle-Version: 2.4.0.qualifier +Bundle-Version: 3.0.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, org.apache.tools.ant.types, - org.eclipse.jgit.ant.tasks;version="2.4.0", + org.eclipse.jgit.ant.tasks;version="3.0.0", + org.eclipse.jgit.internal.storage.file;version="3.0.0", org.eclipse.jgit.junit, - org.eclipse.jgit.lib;version="2.4.0", - org.eclipse.jgit.storage.file;version="2.4.0", - org.eclipse.jgit.util;version="2.4.0", + org.eclipse.jgit.lib;version="3.0.0", + org.eclipse.jgit.util;version="3.0.0", org.hamcrest;version="1.1.0", org.junit;version="[4.0.0,5.0.0)" |