Skip to content

Commit

Permalink
Re-Activated the Workbench OSX build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Apr 7, 2015
1 parent 25e196f commit 19788d8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>

<seamless.version>1.1.0</seamless.version>
<seamless.version>1.1.1</seamless.version>
<lemma.version>1.1.1</lemma.version>
<testng.version>6.8.21</testng.version>
<apache.httpcomponents.httpclient.version>4.4.1</apache.httpcomponents.httpclient.version>
Expand Down
3 changes: 3 additions & 0 deletions workbench/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To create the Workbench .dmg, use:

hdiutil create -srcfolder target/cling-workbench-2.0.1/Cling\ Workbench.app/ target/cling-workbench-2.0.1/Cling\ Workbench.dmg
18 changes: 18 additions & 0 deletions workbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@
</configuration>
</plugin>

<plugin>
<groupId>sh.tak.appbundler</groupId>
<artifactId>appbundle-maven-plugin</artifactId>
<version>1.0.2</version>
<configuration>
<mainClass>org.fourthline.cling.workbench.Workbench</mainClass>
<iconFile>src/main/resources/WorkbenchIcon.icns</iconFile>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 19788d8

Please sign in to comment.