blob: 8ca01cbd161eedf32d9e13e1d678f4262c6290ba [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<!--
@author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
-->
<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>
<groupId>org.apache.directory.studio</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>repository</artifactId>
<name>Apache Directory Studio Repository</name>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<skip>false</skip>
<pde>true</pde>
<!-- Workaround for http://jira.codehaus.org/browse/MECLIPSE-94 -->
<eclipseProjectDir>..</eclipseProjectDir>
<!-- We don't want any sources or javadocs jars -->
<downloadSources>false</downloadSources>
<downloadJavadocs>false</downloadJavadocs>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
<excludes>
<exclude>**/*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<!-- Apache Directory Studio launchers dependencies -->
<dependency>
<groupId>org.apache.directory.studio.launcher.linux</groupId>
<artifactId>x86</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio.launcher.linux</groupId>
<artifactId>x86_64</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio.launcher.macosx</groupId>
<artifactId>x86</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio.launcher.macosx</groupId>
<artifactId>x86_64</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio.launcher.win32</groupId>
<artifactId>x86</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio.launcher.win32</groupId>
<artifactId>x86_64</artifactId>
<type>zip</type>
</dependency>
<!-- Eclipse dependencies -->
<dependency>
<groupId>com.ibm</groupId>
<artifactId>icu</artifactId>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>servlet</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>el</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>logging</artifactId>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<artifactId>jasper</artifactId>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<artifactId>lucene</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>analysis</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>compare</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.compare</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>boot</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>commands</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>contenttype</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>databinding</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.databinding</groupId>
<artifactId>observable</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.databinding</groupId>
<artifactId>property</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>filebuffers</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.linux</groupId>
<artifactId>x86</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.linux</groupId>
<artifactId>x86_64</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem</groupId>
<artifactId>macosx</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.win32</groupId>
<artifactId>x86</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.win32</groupId>
<artifactId>x86_64</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>jobs</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>net</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.net.linux</groupId>
<artifactId>x86</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.net.linux</groupId>
<artifactId>x86_64</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.net.win32</groupId>
<artifactId>x86</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.net.win32</groupId>
<artifactId>x86_64</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.resources.win32</groupId>
<artifactId>x86</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.runtime</groupId>
<artifactId>compatibility</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.runtime.compatibility</groupId>
<artifactId>auth</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.core.runtime.compatibility</groupId>
<artifactId>registry</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.debug</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>ecf</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ecf</groupId>
<artifactId>filetransfer</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ecf</groupId>
<artifactId>identity</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ecf.provider</groupId>
<artifactId>filetransfer</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>app</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>jetty</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>registry</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>servlet</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.jsp</groupId>
<artifactId>jasper</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.jsp.jasper</groupId>
<artifactId>registry</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>launcher</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.cocoa.macosx</groupId>
<artifactId>x86_64</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.cocoa</groupId>
<artifactId>macosx</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.gtk.linux</groupId>
<artifactId>x86</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.gtk.linux</groupId>
<artifactId>x86_64</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.win32.win32</groupId>
<artifactId>x86</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.win32.win32</groupId>
<artifactId>x86_64</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.artifact</groupId>
<artifactId>repository</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>console</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>director</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.director</groupId>
<artifactId>app</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>directorywatcher</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>discovery</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.discovery</groupId>
<artifactId>compatibility</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>engine</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>extensionlocation</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>garbagecollector</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>jarprocessor</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>metadata</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.metadata</groupId>
<artifactId>generator</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.metadata</groupId>
<artifactId>repository</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>operations</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>publisher</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>ql</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.reconciler</groupId>
<artifactId>dropins</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>repository</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.repository</groupId>
<artifactId>tools</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.touchpoint</groupId>
<artifactId>eclipse</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.touchpoint</groupId>
<artifactId>natives</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.ui</groupId>
<artifactId>discovery</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.ui</groupId>
<artifactId>sdk</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2.ui.sdk</groupId>
<artifactId>scheduler</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>updatechecker</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>updatesite</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>preferences</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>security</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>simpleconfigurator</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.simpleconfigurator</groupId>
<artifactId>manipulator</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>appserver</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>base</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>webapp</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.core</groupId>
<artifactId>manipulation</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>debug</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.debug</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>launching</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.launching</groupId>
<artifactId>macosx</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jface</groupId>
<artifactId>databinding</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ltk.core</groupId>
<artifactId>refactoring</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ltk.ui</groupId>
<artifactId>refactoring</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>osgi</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>services</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>util</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>rcp</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>search</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swt.cocoa.macosx</groupId>
<artifactId>x86_64</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swt.cocoa</groupId>
<artifactId>macosx</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swt.gtk.linux</groupId>
<artifactId>x86</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swt.gtk.linux</groupId>
<artifactId>x86_64</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swt.win32.win32</groupId>
<artifactId>x86</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swt.win32.win32</groupId>
<artifactId>x86_64</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.team</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.team</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>cocoa</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>console</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>editors</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui.ide</groupId>
<artifactId>application</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>intro</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui.navigator</groupId>
<artifactId>resources</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>net</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>views</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui.views.properties</groupId>
<artifactId>tabbed</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>win32</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>workbench</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>compatibility</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>configurator</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>scheduler</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>server</artifactId>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>util</artifactId>
</dependency>
<!-- Eclipse language packs -->
<dependency>
<groupId>org.eclipse.languagepack</groupId>
<artifactId>BabelLanguagePack-eclipse-de</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.languagepack</groupId>
<artifactId>BabelLanguagePack-eclipse-fr</artifactId>
<type>zip</type>
</dependency>
<!-- Testing framework dependencies -->
<dependency>
<groupId>org.eclipse.swtbot.eclipse</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swtbot.eclipse</groupId>
<artifactId>finder</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.swtbot.swt</groupId>
<artifactId>finder</artifactId>
</dependency>
<!-- Documentation generation dependencies -->
<dependency>
<groupId>docbook</groupId>
<artifactId>docbook-xml</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>docbook</groupId>
<artifactId>docbook-xsl</artifactId>
<type>zip</type>
</dependency>
<!-- ODF dependencies -->
<dependency>
<groupId>org.openoffice</groupId>
<artifactId>odfdom</artifactId>
</dependency>
<!-- Apache Directory Studio external dependencies -->
<dependency>
<groupId>com.bandlem.eclipse.fullscreen</groupId>
<artifactId>feature</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.bandlem.eclipse.fullscreen</groupId>
<artifactId>ui</artifactId>
</dependency>
</dependencies>
</project>