blob: 45f1372a3f8df98f4133c4626e5546174865cf0f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osbp.fork.mihalis.opal.imageSelector.osgi</groupId>
<artifactId>org.eclipse.osbp.fork.mihalis.opal.imageSelector.osgi.aggregator</artifactId>
<version>0.9.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>org.mihalis.opal</artifactId>
<version>1.0.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<repositories>
<!--<repository>
<id>eclipse.org</id>
<url>http://maven.eclipse.org/nexus/content/repositories/testing/</url>
</repository>-->
</repositories>
<dependencies>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
<version>[3.6,4.5.0)</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<version>1.4.0</version>
<configuration>
<instructions>
<Bundle-SymbolicName>${project..artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project..name}</Bundle-Name>
<Bundle-Version>${project..version}</Bundle-Version>
<Export-Package>
org.mihalis.opal*
</Export-Package>
<Bundle-Activator>org.mihalis.opal.Activator</Bundle-Activator>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<url>https://github.com/lcaron/opal</url>
</project>