Skip to content

Commit

Permalink
79: dep on Jbase 0.5.0
Browse files Browse the repository at this point in the history
Task-Url: #79
  • Loading branch information
LorenzoBettini committed Aug 28, 2016
1 parent e7173e1 commit fcf2790
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion javamm.releng/pom.xml
Expand Up @@ -36,7 +36,7 @@
<xtext.version>2.10.0</xtext.version>
<xtext-version>${xtext.version}</xtext-version>
<xtextVersion>${xtext.version}</xtextVersion>
<jbase-version>0.4.1</jbase-version>
<jbase-version>0.5.0</jbase-version>
<platform-version>[3.9,4.0)</platform-version>
<fornax-oaw-m2-plugin-version>3.5.1</fornax-oaw-m2-plugin-version>

Expand Down
2 changes: 1 addition & 1 deletion javamm.runtime/META-INF/MANIFEST.MF
Expand Up @@ -6,5 +6,5 @@ Bundle-Version: 1.5.2.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.xtext.xbase.lib;bundle-version="[2.10.0,2.11.0)";visibility:=reexport,
jbase.lib;bundle-version="[0.4.1,0.5.0)";visibility:=reexport
jbase.lib;bundle-version="[0.5.0,0.6.0)";visibility:=reexport
Export-Package: javamm.util
2 changes: 1 addition & 1 deletion javamm.targetplatform/mars-xtext-2.10.target
Expand Up @@ -29,7 +29,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="jbase.sdk.feature.group" version="0.0.0"/>
<unit id="jbase.sdk.source.feature.group" version="0.0.0"/>
<repository location="https://dl.bintray.com/lorenzobettini/xtext-jbase/updates/0.4/"/>
<repository location="https://dl.bintray.com/lorenzobettini/xtext-jbase/updates/0.5/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.forms.feature.group" version="0.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion javamm.workspace/Javamm.setup
Expand Up @@ -508,7 +508,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="jbase.site"
value="https://dl.bintray.com/lorenzobettini/xtext-jbase/updates/0.4/"/>
value="https://dl.bintray.com/lorenzobettini/xtext-jbase/updates/0.5/"/>
<setupTask
xsi:type="setup.p2:P2Task"
id="p2.org.eclipse.xtext"
Expand Down
2 changes: 1 addition & 1 deletion javamm/META-INF/MANIFEST.MF
Expand Up @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.10.0,2.11.0)";visibility:=r
org.eclipse.xtext.ecore,
org.eclipse.equinox.common,
org.eclipse.xtend.lib,
jbase;bundle-version="[0.4.1,0.5.0)";visibility:=reexport,
jbase;bundle-version="[0.5.0,0.6.0)";visibility:=reexport,
jbase.mwe2;resolution:=optional
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down

0 comments on commit fcf2790

Please sign in to comment.