Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brice-morin committed Mar 7, 2016
1 parent 9f25d9b commit 49baef6
Show file tree
Hide file tree
Showing 49 changed files with 54 additions and 98 deletions.
2 changes: 1 addition & 1 deletion ArduinoIDEPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thingml</groupId>
<artifactId>org.thingml.root</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/debugGUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/java/src/main/resources/pomtemplates/javapom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<java.secure.socket.extension.classes>${java.home}/lib/jsse.jar</java.secure.socket.extension.classes>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<thingml.version>0.6.0-SNAPSHOT</thingml.version>
<jasm.version>0.1.0-SNAPSHOT</jasm.version>
<jasm.version>1.0.0</jasm.version>
<!--PROP-->
</properties>

Expand Down
2 changes: 1 addition & 1 deletion compilers/javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions compilers/official-network-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.thingml</groupId>
<artifactId>compilers</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>
<groupId>org.thingml</groupId>
<artifactId>official-network-plugins</artifactId>
Expand All @@ -14,27 +14,27 @@
<dependency>
<groupId>org.thingml</groupId>
<artifactId>compilers.c</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>${thingml.version}</version>
</dependency>
<dependency>
<groupId>org.thingml</groupId>
<artifactId>compilers.java</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>${thingml.version}</version>
</dependency>
<dependency>
<groupId>org.thingml</groupId>
<artifactId>compilers.javascript</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>${thingml.version}</version>
</dependency>
<dependency>
<groupId>org.thingml</groupId>
<artifactId>compilers.framework</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>${thingml.version}</version>
</dependency>
<dependency>
<groupId>org.thingml</groupId>
<artifactId>compilers.debugGUI</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>${thingml.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion compilers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.thingml</groupId>
<artifactId>org.thingml.root</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/thingmltools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion compilers/uml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>compilers</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.emftext.commons.antlr3_4_0/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: ANTLR 3.3.0 Runtime Classes
Bundle-SymbolicName: org.emftext.commons.antlr3_4_0;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.6.0
Bundle-Vendor: SINTEF
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down
2 changes: 1 addition & 1 deletion org.emftext.commons.antlr3_4_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>org.thingml.root</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.thingml.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<feature
id="org.thingml.eclipse.feature"
label="ThingML"
version="0.6.0.qualifier"
version="0.6.0"
provider-name="SINTEF-9012">

<description url="http://thingml.org">
Expand Down
2 changes: 1 addition & 1 deletion org.thingml.eclipse.feature/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<relativePath>../org.thingml.eclipse/pom_eclipse.xml</relativePath>
<groupId>org.thingml</groupId>
<artifactId>eclipse_parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>org.thingml.eclipse.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.thingml.eclipse.ui/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/org.thingml.editor.standaloneApp-0.6.0-SNAPSHOT-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="lib/org.thingml.editor.standaloneApp-0.6.0-jar-with-dependencies.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/main/java"/>
Expand Down
4 changes: 2 additions & 2 deletions org.thingml.eclipse.ui/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: ThingML :: EclipseUI
Bundle-SymbolicName: org.thingml.eclipse.ui;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.6.0
Bundle-Activator: org.thingml.eclipse.ui.Activator
Bundle-Vendor: SINTEF
Require-Bundle: org.eclipse.ui,
Expand All @@ -15,4 +15,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
lib/org.thingml.editor.standaloneApp-0.6.0-SNAPSHOT-jar-with-dependencies.jar
lib/org.thingml.editor.standaloneApp-0.6.0-jar-with-dependencies.jar
4 changes: 2 additions & 2 deletions org.thingml.eclipse.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
lib/org.thingml.editor.standaloneApp-0.6.0-SNAPSHOT-jar-with-dependencies.jar,\
icons/
icons/,\
lib/
bin.excludes = icons/sample.gif
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion org.thingml.eclipse.ui/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<relativePath>../org.thingml.eclipse/pom_eclipse.xml</relativePath>
<groupId>org.thingml</groupId>
<artifactId>eclipse_parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>org.thingml.eclipse.ui</artifactId>
Expand Down
Binary file removed org.thingml.eclipse.updatesite/artifacts.jar
Binary file not shown.
22 changes: 2 additions & 20 deletions org.thingml.eclipse.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014 SINTEF <[email protected]>
Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.gnu.org/licenses/lgpl-3.0.txt
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<site>
<feature url="features/org.thingml.eclipse.feature_0.6.0.qualifier.jar" id="org.thingml.eclipse.feature" version="0.6.0.qualifier">
<feature url="features/org.thingml.eclipse.feature_0.6.0.jar" id="org.thingml.eclipse.feature" version="0.6.0">
<category name="org.thingml"/>
</feature>
<category-def name="org.thingml" label="ThingML"/>
</site>
</site>
Binary file removed org.thingml.eclipse.updatesite/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion org.thingml.eclipse.updatesite/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<relativePath>../org.thingml.eclipse/pom_eclipse.xml</relativePath>
<groupId>org.thingml</groupId>
<artifactId>eclipse_parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>org.thingml.eclipse.updatesite</artifactId>
Expand Down
21 changes: 3 additions & 18 deletions org.thingml.eclipse.updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014 SINTEF <[email protected]>
Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.gnu.org/licenses/lgpl-3.0.txt
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<site>
<feature url="features/org.thingml.eclipse.feature_0.6.0.201208020847.jar" id="org.thingml.eclipse.feature" version="0.6.0.201208020847">
<description name="ThingML Update Site" url="http://thingml.org/dist/update/">
</description>
<feature url="features/org.thingml.eclipse.feature_0.6.0.jar" id="org.thingml.eclipse.feature" version="0.6.0">
<category name="org.thingml"/>
</feature>
<category-def name="org.thingml" label="ThingML"/>
Expand Down
6 changes: 3 additions & 3 deletions org.thingml.eclipse/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.thingml</groupId>
<artifactId>eclipse_parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>
<modules>
<module>../org.thingml.model/pom_eclipse.xml</module>
Expand All @@ -33,7 +33,7 @@


<properties>
<tycho-version>0.23.1</tycho-version>
<tycho-version>0.24.0</tycho-version>
</properties>

<repositories>
Expand All @@ -46,7 +46,7 @@
<repository>
<id>emftext</id>
<layout>p2</layout>
<url>http://www.emftext.org/update</url>
<url>http://update.emftext.org/release</url>
</repository>

</repositories>
Expand Down
2 changes: 1 addition & 1 deletion org.thingml.editor.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: EMFText UI Plugin: thingml
Bundle-SymbolicName: org.sintef.thingml.resource.thingml.ui;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.6.0
Bundle-Vendor: SINTEF
Require-Bundle: org.eclipse.core.resources,
org.emftext.access;resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion org.thingml.editor.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>org.thingml.root</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.thingml.editor.eclipse/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<relativePath>../org.thingml.eclipse/pom_eclipse.xml</relativePath>
<groupId>org.thingml</groupId>
<artifactId>eclipse_parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>org.sintef.thingml.resource.thingml.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.thingml.editor.standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.thingml</groupId>
<artifactId>org.thingml.root</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.thingml.editor.standaloneApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.thingml</groupId>
<artifactId>org.thingml.root</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.thingml.editor.standaloneApp/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.thingml</groupId>
<artifactId>org.thingml.root</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.thingml.model/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: ThingML :: Model
Bundle-SymbolicName: org.sintef.thingml.model;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.6.0
Bundle-ClassPath: .
Bundle-Vendor: SINTEF
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.thingml.model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>org.thingml.root</artifactId>
<groupId>org.thingml</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.thingml.model/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<relativePath>../org.thingml.eclipse/pom_eclipse.xml</relativePath>
<groupId>org.thingml</groupId>
<artifactId>eclipse_parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>org.sintef.thingml.model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.thingml.parser/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: EMFText Parser Plugin: thingml
Bundle-SymbolicName: org.sintef.thingml.resource.thingml;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.6.0
Bundle-Vendor: SINTEF
Require-Bundle: org.eclipse.core.runtime;resolution:=optional,
org.eclipse.emf.ecore,
Expand Down
Loading

0 comments on commit 49baef6

Please sign in to comment.