diff options
author | Alexander Kurtakov | 2018-06-07 07:32:26 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2018-06-07 08:09:02 +0000 |
commit | 9edbfbda2a3e4cb332f57715ab62849e4f008b59 (patch) | |
tree | de5e391c734b321e18b03c1f5971dc3bdd199c61 /bundles/org.eclipse.equinox.p2.tests.verifier/.classpath | |
parent | cd6e132b43c635f72b6f0f132ddd3f13d8fe1090 (diff) | |
download | rt.equinox.p2-9edbfbda2a3e4cb332f57715ab62849e4f008b59.tar.gz rt.equinox.p2-9edbfbda2a3e4cb332f57715ab62849e4f008b59.tar.xz rt.equinox.p2-9edbfbda2a3e4cb332f57715ab62849e4f008b59.zip |
Bug 535318 - Update versions for next release
Prep for update license to EPL-2.0
Change-Id: I2fe45c006012a83c207821a2d41abaa248df3802
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.verifier/.classpath')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.tests.verifier/.classpath | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath b/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath index d9f32c169..a59e67fda 100644 --- a/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath +++ b/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath @@ -2,7 +2,11 @@ <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="src"> + <attributes> + <attribute name="test" value="true"/> + </attributes> + </classpathentry> <classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/> <classpathentry kind="output" path="bin"/> </classpath> |