Skip to content

Commit

Permalink
added .app name to the Mac OSX Designer, so that it appears as a sing…
Browse files Browse the repository at this point in the history
…le file
  • Loading branch information
kaikreuzer committed Apr 12, 2013
1 parent 2ac0867 commit 81b634c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<description>This is the open Home Automation Bus (openHAB)</description>

<properties>
<tycho-version>0.17.0</tycho-version>
<tycho-version>0.18.0-SNAPSHOT</tycho-version>
<tycho-groupid>org.eclipse.tycho</tycho-groupid>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -213,10 +213,11 @@
<excludes>
<exclude>target/**</exclude>
<exclude>**/pom.xml</exclude>
<exclude>_*.java</exclude>
</excludes>
<useDefaultExcludes>true</useDefaultExcludes>
<properties>
<year>2012</year>
<year>2013</year>
</properties>
<encoding>UTF-8</encoding>
</configuration>
Expand Down Expand Up @@ -259,6 +260,10 @@
<name>openHAB Cloudbees Repository</name>
<url>http://repository-openhab.forge.cloudbees.com/release/</url>
</pluginRepository>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>

<!-- dependencies, which are not available in a p2-repository -->
Expand Down
4 changes: 4 additions & 0 deletions products/org.openhab.designer.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<products>
<product>
<id>org.openhab.designer.product</id>
<rootFolder></rootFolder>
<rootFolders>
<macosx>openHAB Designer.app</macosx>
</rootFolders>
</product>
</products>
</configuration>
Expand Down

0 comments on commit 81b634c

Please sign in to comment.