Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brice-morin committed Mar 7, 2016
1 parent 49baef6 commit 5d502c4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 2 deletions.
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 @@ -57,7 +57,7 @@
<artifactItem>
<artifactId>org.thingml.editor.standaloneApp</artifactId>
<groupId>org.thingml</groupId>
<version>${version}</version>
<version>${project.version}</version>
<outputDirectory>lib</outputDirectory>
</artifactItem>
</artifactItems>
Expand Down
17 changes: 17 additions & 0 deletions org.thingml.eclipse.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!--
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.jar" id="org.thingml.eclipse.feature" version="0.6.0">
<category name="org.thingml"/>
Expand Down
1 change: 1 addition & 0 deletions org.thingml.eclipse.updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="ThingML Update Site" url="http://thingml.org/dist/update/">
The ThingML Update Site
</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"/>
Expand Down
5 changes: 5 additions & 0 deletions org.thingml.eclipse/pom_eclipse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<url>http://update.emftext.org/release</url>
</repository>

<repository>
<id>thingml-release</id>
<name>thingml-release</name>
<url>http://maven.thingml.org/archiva/repository/thingml-release/</url>
</repository>
</repositories>

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

Expand Down

0 comments on commit 5d502c4

Please sign in to comment.