Skip to content

Commit

Permalink
move decision which mapview to use to each platform module
Browse files Browse the repository at this point in the history
  • Loading branch information
cpesch committed Jul 17, 2013
1 parent 85889cb commit 9adca5a
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 5 deletions.
5 changes: 5 additions & 0 deletions RouteConverterLinux/pom.xml
Expand Up @@ -60,6 +60,11 @@
<artifactId>route-converter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions RouteConverterLinux64/pom.xml
Expand Up @@ -60,6 +60,11 @@
<artifactId>route-converter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions RouteConverterMac/pom.xml
Expand Up @@ -92,6 +92,11 @@
<artifactId>route-converter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions RouteConverterMac64/pom.xml
Expand Up @@ -92,6 +92,11 @@
<artifactId>route-converter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions RouteConverterWebstart/pom.xml
Expand Up @@ -66,6 +66,11 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions RouteConverterWindows/pom.xml
Expand Up @@ -124,6 +124,11 @@
<artifactId>route-converter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions RouteConverterWindows64/pom.xml
Expand Up @@ -118,6 +118,11 @@
<artifactId>route-converter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>jna</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions route-converter/pom.xml
Expand Up @@ -107,11 +107,6 @@
<artifactId>rest</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>swt-mapview</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>slash.feature</groupId>
<artifactId>client</artifactId>
Expand Down

0 comments on commit 9adca5a

Please sign in to comment.