| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <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> |
| <groupId>org.apache.qpid.management</groupId> |
| <artifactId>org.apache.qpid.management.ui</artifactId> |
| <packaging>jar</packaging> |
| <version>1.0-incubating-M2-SNAPSHOT</version> |
| <name>Qpid Management</name> |
| <url>http://cwiki.apache.org/confluence/display/qpid</url> |
| |
| <parent> |
| <groupId>org.apache.qpid</groupId> |
| <artifactId>qpid</artifactId> |
| <version>1.0-incubating-M2-SNAPSHOT</version> |
| </parent> |
| |
| <properties> |
| <topDirectoryLocation>../../</topDirectoryLocation> |
| </properties> |
| |
| <repositories> |
| <repository> |
| <id>repo1.maven.org</id> |
| <name>Maven eclipse Repository</name> |
| <url>http://repo1.maven.org/eclipse</url> |
| </repository> |
| <repository> |
| <id>apache.snapshots</id> |
| <name>Apache SNAPSHOT Repository</name> |
| <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
| <snapshots> |
| <enabled>true</enabled> |
| </snapshots> |
| </repository> |
| </repositories> |
| |
| <dependencies> |
| <dependency> |
| <groupId>com.ibm.icu</groupId> |
| <artifactId>com.ibm.icu</artifactId> |
| <version>3.4.4</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jface</groupId> |
| <artifactId>org.eclipse.jface</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.core</groupId> |
| <artifactId>org.eclipse.core.commands</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.core</groupId> |
| <artifactId>org.eclipse.core.contenttype</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.core</groupId> |
| <artifactId>org.eclipse.core.expressions</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.core</groupId> |
| <artifactId>org.eclipse.core.jobs</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.core</groupId> |
| <artifactId>org.eclipse.core.runtime</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.core</groupId> |
| <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.core</groupId> |
| <artifactId>org.eclipse.core.runtime.compatibility.registry</artifactId> |
| <version>3.2.0</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.equinox</groupId> |
| <artifactId>org.eclipse.equinox.common</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.equinox</groupId> |
| <artifactId>org.eclipse.equinox.preferences</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.equinox</groupId> |
| <artifactId>org.eclipse.equinox.registry</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.help</groupId> |
| <artifactId>org.eclipse.help</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.osgi</groupId> |
| <artifactId>org.eclipse.osgi</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.swt</groupId> |
| <artifactId>org.eclipse.swt.win32.win32.x86</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.swt</groupId> |
| <artifactId>org.eclipse.swt</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.ui</groupId> |
| <artifactId>org.eclipse.ui.forms</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.ui</groupId> |
| <artifactId>org.eclipse.ui.workbench</artifactId> |
| <version>3.2.1</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.ui</groupId> |
| <artifactId>org.eclipse.ui</artifactId> |
| <version>3.2.0</version> |
| <scope>compile</scope> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>icons/</directory> |
| <targetPath>icons/</targetPath> |
| <includes> |
| <include>**</include> |
| </includes> |
| </resource> |
| <resource> |
| <directory>icons/</directory> |
| <targetPath>/</targetPath> |
| <includes> |
| <include>splash.bmp</include> |
| </includes> |
| </resource> |
| <resource> |
| <directory>${basedir}</directory> |
| <targetPath>/</targetPath> |
| <includes> |
| <include>plugin.xml</include> |
| <include>plugin.properties</include> |
| </includes> |
| </resource> |
| </resources> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <configuration> |
| <archive> |
| <manifestFile>META-INF/MANIFEST.MF</manifestFile> |
| </archive> |
| <finalName>${artifactId}_${version}</finalName> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| </plugin> |
| </plugins> |
| </build> |
| |
| </project> |