2010-09-19 20:02:18 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>vasc-base</artifactId>
|
|
|
|
<groupId>com.idcanet.vasc</groupId>
|
2011-03-13 14:15:40 +00:00
|
|
|
<version>0.3.5-SNAPSHOT</version>
|
2010-09-19 20:02:18 +00:00
|
|
|
</parent>
|
|
|
|
<groupId>com.idcanet.vasc</groupId>
|
|
|
|
<artifactId>vasc-frontend-swt</artifactId>
|
2011-03-13 14:15:40 +00:00
|
|
|
<version>0.3.5-SNAPSHOT</version>
|
2011-03-06 21:27:43 +00:00
|
|
|
<name>vasc-frontend-swt</name>
|
|
|
|
<description>vasc-frontend-swt</description>
|
2010-09-19 20:02:18 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.idcanet.vasc</groupId>
|
|
|
|
<artifactId>vasc-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- SWT depency TODO: linux only, wait for 3.4 !!
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.swt.gtk.linux</groupId>
|
|
|
|
<artifactId>x86</artifactId>
|
|
|
|
<version>3.3.0-v3346</version>
|
|
|
|
<scope>compile</scope>
|
2011-01-10 21:09:14 +00:00
|
|
|
<optional />
|
2010-09-19 20:02:18 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse</groupId>
|
|
|
|
<artifactId>jface</artifactId>
|
|
|
|
<version>3.3.0-I20070606-0010</version>
|
|
|
|
<scope>compile</scope>
|
2011-01-10 21:09:14 +00:00
|
|
|
<optional />
|
2010-09-19 20:02:18 +00:00
|
|
|
</dependency>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse</groupId>
|
|
|
|
<artifactId>jface</artifactId>
|
|
|
|
<version>3.2.1-M20060908-1000</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<!-- Eclipse OS-specific dependencies -->
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>linux-x86</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<arch>i386</arch>
|
|
|
|
<family>unix</family>
|
|
|
|
<name>linux</name>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.swt.gtk.linux</groupId>
|
|
|
|
<artifactId>x86</artifactId>
|
|
|
|
<version>[3.2.0,4.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>linux-x86_64</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<arch>amd64</arch>
|
|
|
|
<family>unix</family>
|
|
|
|
<name>linux</name>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.swt.gtk.linux</groupId>
|
|
|
|
<artifactId>x86_64</artifactId>
|
|
|
|
<version>[3.2.0,4.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>solaris-sparc</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<arch>sparc</arch>
|
|
|
|
<family>unix</family>
|
|
|
|
<name>SunOS</name>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.swt.gtk.solaris</groupId>
|
|
|
|
<artifactId>sparc</artifactId>
|
|
|
|
<version>[3.2.0,4.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>macosx</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<family>unix</family>
|
|
|
|
<name>mac os x</name>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.swt.carbon</groupId>
|
|
|
|
<artifactId>macosx</artifactId>
|
|
|
|
<version>[3.2.0,4.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>win32</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<arch>x86</arch>
|
|
|
|
<family>windows</family>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.swt.win32.win32</groupId>
|
|
|
|
<artifactId>x86</artifactId>
|
|
|
|
<version>[3.2.0,4.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>win64</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<arch>amd64</arch>
|
|
|
|
<family>windows</family>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.swt.win32.win32</groupId>
|
|
|
|
<artifactId>x86_64</artifactId>
|
|
|
|
<version>[3.2.0,4.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
</project>
|