Skip to content

Commit

Permalink
Updated Equinoxe Weaving Hook version in core.tests and debug.tests POMs
Browse files Browse the repository at this point in the history
When we updated the AJDT p2 repository we use to build the IDE (SHA:
a50171a), we forgot to also change the
Equinoxe Weaving Hook version number that is hardcoded in both core.tests and
debug.tests POMs.

We didn't notice this up until now simply because the old Equinoxe Weaving Hook
was cached by maven in the local .m2 repository. Indeed, the build did start to
fail after the maven local cache was deleted.
  • Loading branch information
dotta committed May 14, 2012
1 parent 7e1e012 commit e41a06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.core.tests/pom.xml
Expand Up @@ -112,7 +112,7 @@
<frameworkExtension>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.equinox.weaving.hook</artifactId>
<version>1.0.100.v20110502</version>
<version>1.0.200.I20120427-0800</version>
</frameworkExtension>
</frameworkExtensions>
<bundleStartLevel>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.debug.tests/pom.xml
Expand Up @@ -119,7 +119,7 @@
<frameworkExtension>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.equinox.weaving.hook</artifactId>
<version>1.0.100.v20110502</version>
<version>1.0.200.I20120427-0800</version>
</frameworkExtension>
<frameworkExtension>
<groupId>org.scala-ide</groupId>
Expand Down

0 comments on commit e41a06a

Please sign in to comment.