diff options
author | Borislav Kapukaranov | 2012-07-12 19:40:57 -0400 |
---|---|---|
committer | Borislav Kapukaranov | 2012-07-12 19:40:57 -0400 |
commit | 1fb9b8d311a542a8fa83396f2c71b9237ada4a26 (patch) | |
tree | f7c58610a8d7b79469955e2840b9f8ab2e54dd73 | |
parent | 2d21d423fbddd7c7dbb56e2a509c3dcdfe7920f8 (diff) | |
parent | 9f27c5160504774a87e3f0b877f99f4cbf54a396 (diff) | |
download | org.eclipse.virgo.osgi-test-stubs-juno-contribution.tar.gz org.eclipse.virgo.osgi-test-stubs-juno-contribution.tar.xz org.eclipse.virgo.osgi-test-stubs-juno-contribution.zip |
Merge branch 'master' into juno-contributionjuno-contribution380765-shared-ivycache
-rw-r--r-- | build.properties | 2 | ||||
-rw-r--r-- | org.eclipse.virgo.teststubs.osgi/.classpath | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/build.properties b/build.properties index 7a92615..bc0821d 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=3.5.0 +version=3.6.0 release.type=integration javadoc.exclude.package.names=**/aspects/,**/internal natural.name=osgi-test-stubs diff --git a/org.eclipse.virgo.teststubs.osgi/.classpath b/org.eclipse.virgo.teststubs.osgi/.classpath index d4a5050..b136dd0 100644 --- a/org.eclipse.virgo.teststubs.osgi/.classpath +++ b/org.eclipse.virgo.teststubs.osgi/.classpath @@ -23,7 +23,8 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="var" path="TEST_STUBS_IVY_CACHE/org.junit/com.springsource.org.junit/4.7.0/com.springsource.org.junit-4.7.0.jar" sourcepath="/TEST_STUBS_IVY_CACHE/org.junit/com.springsource.org.junit/4.4.0/com.springsource.org.junit-sources-4.4.0.jar"/> <classpathentry kind="con" path="org.eclipse.ajdt.core.ASPECTJRT_CONTAINER"/> - <classpathentry kind="var" path="TEST_STUBS_IVY_CACHE/org.eclipse.osgi/org.eclipse.osgi/3.7.1.R37x_v20110808-1106/org.eclipse.osgi-3.7.1.R37x_v20110808-1106.jar" sourcepath="/TEST_STUBS_IVY_CACHE/org.eclipse.osgi/org.eclipse.osgi/3.7.1.R37x_v20110808-1106/org.eclipse.osgi-sources-3.7.1.R37x_v20110808-1106.jar"/> - <classpathentry kind="var" path="TEST_STUBS_IVY_CACHE/org.eclipse.osgi/org.eclipse.osgi.services/3.3.0.v20110513/org.eclipse.osgi.services-3.3.0.v20110513.jar" sourcepath="/TEST_STUBS_IVY_CACHE/org.eclipse.osgi/org.eclipse.osgi.services/3.3.0.v20110513/org.eclipse.osgi.services-sources-3.3.0.v20110513.jar"/> + <classpathentry kind="var" path="TEST_STUBS_IVY_CACHE/org.eclipse.virgo.mirrored/org.eclipse.osgi/3.8.0.v20120508-2119/org.eclipse.osgi-3.8.0.v20120508-2119.jar" sourcepath="/TEST_STUBS_IVY_CACHE/org.eclipse.osgi/org.eclipse.osgi/3.7.1.R37x_v20110808-1106/org.eclipse.osgi-sources-3.7.1.R37x_v20110808-1106.jar"/> + <classpathentry kind="var" path="TEST_STUBS_IVY_CACHE/org.eclipse.virgo.mirrored/org.eclipse.osgi.services/3.3.0.v20120307-2102/org.eclipse.osgi.services-3.3.0.v20120307-2102.jar" sourcepath="/TEST_STUBS_IVY_CACHE/org.eclipse.osgi/org.eclipse.osgi.services/3.3.0.v20110513/org.eclipse.osgi.services-sources-3.3.0.v20110513.jar"/> + <classpathentry kind="var" path="TEST_STUBS_IVY_CACHE"/> <classpathentry kind="output" path="target/classes"/> </classpath> |