Skip to content

Commit

Permalink
Merge pull request #15 from MetaBorgCube/release/0.6.1
Browse files Browse the repository at this point in the history
Release/0.6.1
  • Loading branch information
dcharkes authored Feb 17, 2017
2 parents bdcfce9 + 0b30911 commit e7112c2
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build status](http://buildfarm.metaborg.org/job/metaborgcube/job/IceDust/job/master/badge/icon)](http://buildfarm.metaborg.org/job/metaborgcube/job/IceDust/job/master/)
[![Build status](http://buildfarm.metaborg.org/job/metaborgcube/job/IceDust/job/develop/badge/icon)](http://buildfarm.metaborg.org/job/metaborgcube/job/IceDust/job/develop/)

# IceDust

Expand Down
2 changes: 1 addition & 1 deletion change_version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grep -rEl --exclude=*/target/* --exclude=*/src-gen/* --include=*.{yaml,xml,MF} "0.5.0(.qualifier|-SNAPSHOT)" * | xargs sed -i "" "s/0.5.0/0.5.1/g"
grep -rEl --exclude=*/target/* --exclude=*/src-gen/* --include=*.{yaml,xml,MF} "0.5.1(.qualifier|-SNAPSHOT)" * | xargs sed -i "" "s/0.5.1/0.6.1/g"
4 changes: 2 additions & 2 deletions change_version_to_stable.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grep -rEl --exclude=*/target/* --exclude=*/src-gen/* --include=*.{yaml,xml,MF} "0.5.1.qualifier" * | xargs sed -i "" "s/0.5.1.qualifier/0.6.0/g"
grep -rEl --exclude=*/target/* --exclude=*/src-gen/* --include=*.{yaml,xml,MF} "0.5.1-SNAPSHOT" * | xargs sed -i "" "s/0.5.1-SNAPSHOT/0.6.0/g"
grep -rEl --exclude=*/target/* --exclude=*/src-gen/* --include=*.{yaml,xml,MF} "0.6.1.qualifier" * | xargs sed -i "" "s/0.6.1.qualifier/0.6.1/g"
grep -rEl --exclude=*/target/* --exclude=*/src-gen/* --include=*.{yaml,xml,MF} "0.6.1-SNAPSHOT" * | xargs sed -i "" "s/0.6.1-SNAPSHOT/0.6.1/g"
4 changes: 2 additions & 2 deletions icedust.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="icedust.eclipse.feature"
label="IceDust Language Editor"
version="0.6.0">
version="0.6.1">

<description url="https://github.com/metaborg/icedust">
The IceDust Language Editor
Expand Down Expand Up @@ -35,6 +35,6 @@ Most Spoofax/IMP code is licensed under the GNU Lesser General Public License (L
id="icedust.eclipse"
download-size="0"
install-size="0"
version="0.6.0"/>
version="0.6.1"/>

</feature>
2 changes: 1 addition & 1 deletion icedust.eclipse.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>icedust.eclipse.feature</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>eclipse-feature</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion icedust.eclipse.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>icedust.eclipse.updatesite</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>eclipse-update-site</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion icedust.eclipse.updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/icedust.eclipse.feature_0.6.0.jar" id="icedust.eclipse.feature" version="0.6.0">
<feature url="features/icedust.eclipse.feature_0.6.1.jar" id="icedust.eclipse.feature" version="0.6.1">
<category name="IceDust_Language_Editor"/>
</feature>
<category-def name="IceDust_Language_Editor" label="IceDust Language Editor">
Expand Down
2 changes: 1 addition & 1 deletion icedust.eclipse/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: IceDust language Eclipse plugin
Bundle-SymbolicName: icedust.eclipse;singleton:=true
Bundle-Version: 0.6.0
Bundle-Version: 0.6.1
Bundle-Vendor: metaborg.org
Bundle-ActivationPolicy: lazy
Require-Bundle: org.metaborg.spoofax.eclipse
Expand Down
2 changes: 1 addition & 1 deletion icedust.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>icedust.eclipse</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>eclipse-plugin</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions icedust.tests/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
id: org.metaborg:icedust.test:0.6.0
id: org.metaborg:icedust.test:0.6.1
name: IceDust
metaborgVersion: 2.1.0
dependencies:
compile:
- org.metaborg:icedust:0.6.0
- org.metaborg:icedust:0.6.1
- org.metaborg:org.metaborg.meta.lang.spt:${metaborgVersion}
build:
useBuildSystemSpec: true
6 changes: 3 additions & 3 deletions icedust.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.metaborg.lang</groupId>
<artifactId>icedust.tests</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>spoofax-test</packaging>

<parent>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.metaborg</groupId>
<artifactId>icedust</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<type>spoofax-language</type>
</dependency>
<dependency>
Expand All @@ -39,7 +39,7 @@
<artifactId>spoofax-maven-plugin</artifactId>
<version>${metaborg-version}</version>
<configuration>
<languageUnderTest>org.metaborg:icedust:0.6.0</languageUnderTest>
<languageUnderTest>org.metaborg:icedust:0.6.1</languageUnderTest>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion icedust/editor/Main.esv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ language General properties
table : target/metaborg/sdf.tbl
start symbols: Start

//provider: target/metaborg/stratego.ctree
// provider: target/metaborg/stratego.ctree
provider: target/metaborg/stratego.jar
provider: target/metaborg/stratego-javastrat.jar

Expand Down
2 changes: 1 addition & 1 deletion icedust/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: org.metaborg:icedust:0.6.0
id: org.metaborg:icedust:0.6.1
name: IceDust
metaborgVersion: 2.1.0
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion icedust/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<modelVersion>4.0.0</modelVersion>
<artifactId>icedust</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>IceDust</name>
<packaging>spoofax-language</packaging>

Expand Down
2 changes: 1 addition & 1 deletion icedust/trans/generating/java/expressions.str
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ rules // find expression
result := (
bstm*|[
~e1stms*
refty x_var = Expressions.emptyCollection();
refty x_var = null;
for(x_type x_loopvar : ~e1exp){
~e2stms*
if(~e2exp!=null && ~e2exp)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>icedust.build</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit e7112c2

Please sign in to comment.