| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Copyright 2005 The Apache Software Foundation |
| |
| Licensed 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. |
| --> |
| <!-- $Rev: 356052 $ $Date: 2005-12-11 14:41:20 -0800 (dim., 11 déc. 2005) $ --> |
| <project |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns="http://maven.apache.org/POM/4.0.0"> |
| |
| <modelVersion>4.0.0</modelVersion> |
| |
| <parent> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix</artifactId> |
| <version>3.0-SNAPSHOT</version> |
| <relativePath>../../pom.xml</relativePath> |
| </parent> |
| |
| <artifactId>servicemix-packaging-eclipse-plugin</artifactId> |
| <name>ServiceMix :: Packaging Eclipse Plugin</name> |
| |
| <repositories> |
| <repository> |
| <id>servicemix-m1-repo</id> |
| <name>Servicemix Repository on Codehaus</name> |
| <url>http://www.servicemix.org/maven-repo</url> |
| <layout>legacy</layout> |
| </repository> |
| </repositories> |
| |
| <dependencies> |
| |
| <!-- ServiceMix Dependencies --> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-common</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix.plugins</groupId> |
| <artifactId>servicemix-packaging-descriptors</artifactId> |
| <version>${pom.version}</version> |
| </dependency> |
| |
| <!-- XBean --> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-server</artifactId> |
| </dependency> |
| |
| <!-- Plexus (for XMLWriter) --> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-utils</artifactId> |
| <version>1.0.5</version> |
| </dependency> |
| |
| <!-- Eclipse libraries --> |
| <dependency> |
| <artifactId>org.eclipse.text</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.gef</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.draw2d</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui.views</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.help</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.core.resources</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.common.modulecore</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId> |
| org.eclipse.wst.common.emfworkbench.integration |
| </artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId> |
| org.eclipse.wst.common.project.facet.core |
| </artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.server.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui.ide</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui.forms</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jface.text</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui.editors</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui.workbench.texteditor</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jface</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui.workbench</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.core.runtime</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.osgi</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.swt</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.swt.win32.win32.x86</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.core.commands</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.web</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.xml.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.xml.ui</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jst.j2ee</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jst.j2ee.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId> |
| org.eclipse.jst.common.project.facet.core |
| </artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jdt.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.1</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.web.ui</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId> |
| org.eclipse.wst.common.project.facet.ui |
| </artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jst.server.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jst.server.generic.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.debug.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId> |
| org.eclipse.wst.common.frameworks.ui |
| </artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jst.j2ee.ui</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jst.common.frameworks</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.sse.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.sse.ui</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.common.uriresolver</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.common.frameworks</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.jem.util</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.1.0.1</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.common.frameworks</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.dtd.core</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.validation</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.wst.common.ui</artifactId> |
| <groupId>servicemix</groupId> |
| <version>1.0.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.emf.common</artifactId> |
| <groupId>servicemix</groupId> |
| <version>2.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.emf.ecore</artifactId> |
| <groupId>servicemix</groupId> |
| <version>2.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.emf.ecore.xmi</artifactId> |
| <groupId>servicemix</groupId> |
| <version>2.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <artifactId>org.eclipse.ui.intro</artifactId> |
| <groupId>servicemix</groupId> |
| <version>3.1.0</version> |
| <scope>provided</scope> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>src/main/resources</directory> |
| </resource> |
| <resource> |
| <directory>${pom.build.sourceDirectory}</directory> |
| <includes> |
| <include>**/jaxb.index</include> |
| </includes> |
| <filtering>false</filtering> |
| </resource> |
| </resources> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>1.5</source> |
| <target>1.5</target> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.servicemix.plugins</groupId> |
| <artifactId>maven2-eclipse-plugin-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>generate-sources</phase> |
| <goals> |
| <goal>create-manifest</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <packageName>Eclipse JBI Tooling</packageName> |
| <pluginClass> |
| org.apache.servicemix.packaging.DeployerPlugin |
| </pluginClass> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <configuration> |
| <archive> |
| <manifestFile>${project.build.directory}/eclipse/META-INF/MANIFEST.MF</manifestFile> |
| </archive> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |