Skip to content

Commit

Permalink
Use the ${sbt.osgi.version} when exporting packages of the sbt bundles
Browse files Browse the repository at this point in the history
review by @dragos
  • Loading branch information
dotta committed Sep 12, 2013
1 parent 515c7f1 commit 4d10967
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.sbt.compiler.interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<Bundle-Name>Sbt Compiler Interface for Eclipse</Bundle-Name>
<Bundle-Version>${sbt.osgi.version}</Bundle-Version>
<Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
<_exportcontents>xsbt.*;version=${sbt.version}</_exportcontents>
<_exportcontents>xsbt.*;version=${sbt.osgi.version}</_exportcontents>
<Embed-StripVersion>true</Embed-StripVersion>
</instructions>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sbt.full.library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<Bundle-Name>Sbt Library for Eclipse</Bundle-Name>
<Bundle-Version>${sbt.osgi.version}</Bundle-Version>
<Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
<_exportcontents>sbt.*;version=${sbt.version},xsbt.*;version=${sbt.version},xsbti.*;version=${sbt.version},sbinary.*;version=${sbt.version}</_exportcontents>
<_exportcontents>sbt.*;version=${sbt.osgi.version},xsbt.*;version=${sbt.osgi.version},xsbti.*;version=${sbt.osgi.version},sbinary.*;version=${sbt.osgi.version}</_exportcontents>
<Embed-StripVersion>true</Embed-StripVersion>
</instructions>
</configuration>
Expand Down

0 comments on commit 4d10967

Please sign in to comment.