Skip to content

Commit

Permalink
Linux used JavaFX, too
Browse files Browse the repository at this point in the history
  • Loading branch information
cpesch committed Jul 16, 2015
1 parent a4f6cb6 commit 007488a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 52 deletions.
53 changes: 1 addition & 52 deletions RouteConverterLinux/pom.xml
Expand Up @@ -12,41 +12,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<artifactItems>
<artifactItem>
<groupId>eclipse.swt</groupId>
<artifactId>gtk.linux.x86</artifactId>
<version>4.4</version>
<classifier>stripped</classifier>
<overWrite>false</overWrite>
<destFileName>swt-linux-32.jar</destFileName>
</artifactItem>
<artifactItem>
<groupId>eclipse.swt</groupId>
<artifactId>gtk.linux.x86_64</artifactId>
<version>4.4</version>
<classifier>stripped</classifier>
<overWrite>false</overWrite>
<destFileName>swt-linux-64.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down Expand Up @@ -128,25 +93,9 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<artifactId>javafx-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
<version>3.2.4</version>
<classifier>stripped</classifier>
</dependency>
<dependency>
<groupId>com.sun.jna</groupId>
<artifactId>linux.unknown.x86</artifactId>
<version>3.2.4</version>
</dependency>
<dependency>
<groupId>com.sun.jna</groupId>
<artifactId>linux.unknown.x86_64</artifactId>
<version>3.2.4</version>
</dependency>
<dependency>
<groupId>gpsbabel.gpsbabel</groupId>
<artifactId>linux.unknown.x86</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions RouteConverterWindows/pom.xml
Expand Up @@ -33,6 +33,9 @@
<Implementation-Vendor>Windows</Implementation-Vendor>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<SplashScreen-Image>slash/navigation/converter/gui/RouteConverter.png</SplashScreen-Image>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
<Application-Name>RouteConverter</Application-Name>
</manifestEntries>
</transformer>
</transformers>
Expand Down

0 comments on commit 007488a

Please sign in to comment.