blob: 2c415912f63371c9da359a8c46e0da6e7338e035 [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.
-->
<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.project</groupId>
<artifactId>project</artifactId>
<version>11</version>
</parent>
<groupId>org.apache.directory.studio</groupId>
<artifactId>parent</artifactId>
<version>1.2.0.v20080818</version>
<name>Apache Directory Studio</name>
<packaging>pom</packaging>
<url>http://directory.apache.org/studio/</url>
<issueManagement>
<system>JIRA</system>
<url>http://issues.apache.org/jira/browse/DIRSTUDIO</url>
</issueManagement>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/directory/studio/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/studio/trunk/</developerConnection>
<url>https://svn.apache.org/repos/asf/directory/studio/trunk/</url>
</scm>
<distributionManagement>
<site>
<id>apache.directory.studio</id>
<url>scpexe://vm094.oxylos.org/var/www/html/projects/studio/</url>
</site>
</distributionManagement>
<properties>
<!-- Set versions for subprojects -->
<aciitemeditor.version>1.2.0.v20080818</aciitemeditor.version>
<apacheds.launcher.version>1.2.0</apacheds.launcher.version>
<apacheds.version>1.2.0.v20080818</apacheds.version>
<apacheds.help.version>1.2.0.v20080818</apacheds.help.version>
<apacheds.feature.version>1.2.0.v20080818</apacheds.feature.version>
<apacheds.configuration.version>1.2.0.v20080818</apacheds.configuration.version>
<apacheds.configuration.feature.version>1.2.0.v20080818</apacheds.configuration.feature.version>
<apacheds.configuration.help.version>1.2.0.v20080818</apacheds.configuration.help.version>
<connection.core.version>1.2.0.v20080818</connection.core.version>
<connection.ui.version>1.2.0.v20080818</connection.ui.version>
<jars.version>1.2.0.v20080818</jars.version>
<ldapbrowser.common.version>1.2.0.v20080818</ldapbrowser.common.version>
<ldapbrowser.core.version>1.2.0.v20080818</ldapbrowser.core.version>
<ldapbrowser.feature.version>1.2.0.v20080818</ldapbrowser.feature.version>
<ldapbrowser.help.version>1.2.0.v20080818</ldapbrowser.help.version>
<ldapbrowser.ui.version>1.2.0.v20080818</ldapbrowser.ui.version>
<ldifeditor.version>1.2.0.v20080818</ldifeditor.version>
<ldifeditor.feature.version>1.2.0.v20080818</ldifeditor.feature.version>
<ldifeditor.help.version>1.2.0.v20080818</ldifeditor.help.version>
<ldifparser.version>1.2.0.v20080818</ldifparser.version>
<rcp.version>1.2.0.v20080818</rcp.version>
<rcp.feature.version>1.2.0.v20080818</rcp.feature.version>
<rcp.help.version>1.2.0.v20080818</rcp.help.version>
<repository.version>1.2.0.v20080818</repository.version>
<schemaeditor.version>1.2.0.v20080818</schemaeditor.version>
<schemaeditor.feature.version>1.2.0.v20080818</schemaeditor.feature.version>
<schemaeditor.help.version>1.2.0.v20080818</schemaeditor.help.version>
<studio.dsml.parser.version>0.4.2</studio.dsml.parser.version>
<updatesite.version>1.2.0.v20080818</updatesite.version>
<valueeditors.version>1.2.0.v20080818</valueeditors.version>
<test.integration.core.version>1.2.0.v20080818</test.integration.core.version>
<test.integration.ui.version>1.2.0.v20080818</test.integration.ui.version>
</properties>
<profiles>
<!-- Skip tests -->
<profile>
<id>notests</id>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
</profile>
</profiles>
<dependencyManagement>
<dependencies>
<!-- Maven -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.7</version>
</dependency>
<!-- Apache Directory Studio launchers binaries -->
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>launcher-linux-x86</artifactId>
<version>1.1.0</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>launcher-linux-x86_64</artifactId>
<version>1.1.0</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>launcher-linux-ppc</artifactId>
<version>1.1.0</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>launcher-macosx</artifactId>
<version>1.2.0</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>launcher-win32</artifactId>
<version>1.1.0</version>
<type>tar.gz</type>
</dependency>
<!-- Eclipse RCP artifacts -->
<dependency>
<groupId>com.ibm</groupId>
<artifactId>icu</artifactId>
<version>3.6.1-v20070906</version>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>servlet</artifactId>
<version>2.4.0.v200706111738</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp</artifactId>
<version>2.0.0.v200706191603</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>el</artifactId>
<version>1.0.0-v200706111724</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>logging</artifactId>
<version>1.0.4-v200706111724</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>compare</artifactId>
<version>3.3.2.r33x_20080128-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>views</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>editors</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>boot</artifactId>
<version>3.1.100-v20060603</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.core</groupId>
<artifactId>manipulation</artifactId>
<version>1.1.0.v20070606-0010</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ltk.core</groupId>
<artifactId>refactoring</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.launching</groupId>
<artifactId>macosx</artifactId>
<version>3.1.100.v20061211</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>debug</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>launching</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ltk.core</groupId>
<artifactId>refactoring</artifactId>
<version>3.3.1.r332_20080128</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filebuffers</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>commands</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ltk.ui</groupId>
<artifactId>refactoring</artifactId>
<version>3.3.1.r332_20080128</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filebuffers</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ltk.core</groupId>
<artifactId>refactoring</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>compare</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.team</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.team</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.team</groupId>
<artifactId>core</artifactId>
<version>3.3.1.r33x_20080128</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.team</groupId>
<artifactId>ui</artifactId>
<version>3.3.2.r33x_20080128-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.team</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>compare</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.navigator</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>editors</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
<version>3.3.2.M20080207-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>workbench</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.navigator</groupId>
<artifactId>resources</artifactId>
<version>3.3.1.M20070831-2000-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.views.properties</groupId>
<artifactId>tabbed</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.views.properties</groupId>
<artifactId>tabbed</artifactId>
<version>3.3.1.M20070831-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>views</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>jobs</artifactId>
<version>3.3.1-R33x_v20070709</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
<version>1.1.0-v20070606</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>osgi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.linux</groupId>
<artifactId>ppc</artifactId>
<version>1.0.100-v20070430</version>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.linux</groupId>
<artifactId>x86</artifactId>
<version>1.1.0-v20070416</version>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.linux</groupId>
<artifactId>x86_64</artifactId>
<version>1.0.100-v20070510</version>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem.win32</groupId>
<artifactId>x86</artifactId>
<version>1.1.0-v20070510</version>
</dependency>
<dependency>
<groupId>org.eclipse.core.filesystem</groupId>
<artifactId>macosx</artifactId>
<version>1.0.0-v20060603</version>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
<version>3.3.1.R33x_v20080205</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ant</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>rcp</artifactId>
<version>3.2.1.r33x_r20080131</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>app</artifactId>
<version>1.0.1-R33x_v20070828</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
<version>3.3.0-v20070426</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>launcher</artifactId>
<version>1.0.1.R33x_v20080118</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>osgi</artifactId>
<version>3.3.2.R33x_v20080105</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt.gtk.linux</groupId>
<artifactId>x86</artifactId>
<version>3.3.2.v3349</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt.gtk.linux</groupId>
<artifactId>x86_64</artifactId>
<version>3.3.2.v3349</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt.gtk.linux</groupId>
<artifactId>ppc</artifactId>
<version>3.3.2.v3349</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt.win32.win32</groupId>
<artifactId>x86</artifactId>
<version>3.3.3.v3349</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt.carbon</groupId>
<artifactId>macosx</artifactId>
<version>3.3.3.v3349</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.gtk.linux</groupId>
<artifactId>x86</artifactId>
<version>1.0.3.R33x_v20080118</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.gtk.linux</groupId>
<artifactId>x86_64</artifactId>
<version>1.0.3.R33x_v20080118</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.gtk.linux</groupId>
<artifactId>ppc</artifactId>
<version>1.0.3.R33x_v20080118</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.win32.win32</groupId>
<artifactId>x86</artifactId>
<version>1.0.3.R33x_v20080118</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.launcher.carbon</groupId>
<artifactId>macosx</artifactId>
<version>1.0.3.R33x_v20080118</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<artifactId>jasper</artifactId>
<version>5.5.17.v200706111724</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>analysis</artifactId>
<version>1.9.1-v200706181610</version>
</dependency>
<dependency>
<groupId>org.eclipse.core.resources</groupId>
<artifactId>compatibility</artifactId>
<version>3.2.100-v20070502</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>jetty</artifactId>
<version>1.0.1-R33x_v20070816</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>registry</artifactId>
<version>1.0.1.R33x_v20071231</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>servlet</artifactId>
<version>1.0.1-R33x_v20070816</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.jsp</groupId>
<artifactId>jasper</artifactId>
<version>1.0.1-R33x_v20070816</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox.jsp.jasper</groupId>
<artifactId>registry</artifactId>
<version>1.0.0-v20070607</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>services</artifactId>
<version>3.1.200.v20070605</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>util</artifactId>
<version>3.1.200.v20070605</version>
</dependency>
<dependency>
<groupId>org.eclipse.ui.ide</groupId>
<artifactId>application</artifactId>
<version>1.0.0-I20070530-0100-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>configurator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.navigator</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>net</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>compatibility</artifactId>
<version>3.2.0.I20070319-0010</version>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>scheduler</artifactId>
<version>3.2.100-v20070615</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>configurator</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mortbay</groupId>
<artifactId>jetty</artifactId>
<version>5.1.11.v200706111724</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
<version>3.3.2.M20080207-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>commands</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
<version>3.3.1.M20071128-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>workbench</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
<version>3.3.100-v20070530</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>osgi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>jobs</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>preferences</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>contenttype</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core.runtime.compatibility</groupId>
<artifactId>auth</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>app</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
<version>3.2.0-v20070426</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>preferences</artifactId>
<version>3.2.101.R33x_v20080117</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
<version>3.3.1-R33x_v20070802</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>workbench</artifactId>
<version>3.3.2.M20080207-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>databinding</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>databinding</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>commands</artifactId>
<version>3.3.0-I20070605-0010</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>contenttype</artifactId>
<version>3.2.100-v20070319</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>preferences</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>databinding</artifactId>
<version>1.0.1-M20070822-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>databinding</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>beans</artifactId>
<version>1.0.1-M20070910-0800b</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>databinding</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
<version>3.3.0-v20070606-0010</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.presentations</groupId>
<artifactId>r21</artifactId>
<version>3.2.100-I20070605-0010</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>net</artifactId>
<version>1.0.0-I20070516</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>net</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>net</artifactId>
<version>1.0.1-r33x_20070709</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core.runtime.compatibility</groupId>
<artifactId>auth</artifactId>
<version>3.2.100-v20070502</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
<version>3.3.2.v20071126_33x</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jface</groupId>
<artifactId>databinding</artifactId>
<version>1.1.1.M20080207-0800</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
<version>3.3.2.v3349d</version>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>configurator</artifactId>
<version>3.2.101-R33x_v20070810</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>osgi</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Eclipse SDK dependencies -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>search</artifactId>
<version>3.3.1.r331_v20070831-0800-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filebuffers</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
<version>3.3.2-M20071022-1600a</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>workbench</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.views.properties</groupId>
<artifactId>tabbed</artifactId>
<version>3.3.1-M20070831-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>views</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.navigator</groupId>
<artifactId>resources</artifactId>
<version>3.3.1-M20070831-2000</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.views.properties</groupId>
<artifactId>tabbed</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>cheatsheets</artifactId>
<version>3.3.0-v20070507</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.help</groupId>
<artifactId>base</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.help</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>console</artifactId>
<version>3.2.2.v20071031_r332</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>externaltools</artifactId>
<version>3.1.200-v20070416</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>filebuffers</artifactId>
<version>3.3.1-r331_v20070829</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
<version>3.3.2.r332_20071017-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>editors</artifactId>
<version>3.3.2.r332_20080109-0800-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filebuffers</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
<version>3.3.2.r332_20080109-0800</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
<version>3.3.0-v20070606-0010</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>commands</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
<version>3.3.0-v20070511</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>jface</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>ui</artifactId>
<version>3.2.100-v20070615</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>configurator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.update</groupId>
<artifactId>core</artifactId>
<version>3.2.101-R33x_v20070911</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>configurator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>net</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>views</artifactId>
<version>3.2.101.M20080207-0800-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>intro</artifactId>
<version>3.2.101-v20070827_33x</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.help</groupId>
<artifactId>base</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui.intro</groupId>
<artifactId>universal</artifactId>
<version>3.2.100-v20070530A</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>intro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
<version>3.3.2.M20080207-0800-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>net</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>views</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.update</groupId>
<artifactId>configurator</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>ui</artifactId>
<version>3.3.2.v20071126_33x</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.help</groupId>
<artifactId>base</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>base</artifactId>
<version>3.3.1.v20070813_33x</version>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>browser</artifactId>
<version>3.2.100-v20070524A</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>appserver</artifactId>
<version>3.1.200-v20070510</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.core.runtime</groupId>
<artifactId>compatibility</artifactId>
<version>3.1.200.v20070502</version>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<artifactId>lucene</artifactId>
<version>1.9.1-v200706111724</version>
</dependency>
<dependency>
<groupId>org.eclipse.core.runtime.compatibility</groupId>
<artifactId>registry</artifactId>
<version>3.2.100.v20070316</version>
</dependency>
<dependency>
<groupId>org.eclipse.help</groupId>
<artifactId>webapp</artifactId>
<version>3.3.2.v20071102_33x</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.help</groupId>
<artifactId>base</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache</groupId>
<artifactId>jasper</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox.jsp.jasper</groupId>
<artifactId>registry</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>registry</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>sdk</artifactId>
<version>3.3.3-r33x_r20080129</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>tomcat</artifactId>
<version>4.1.230-v20070531</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.help</groupId>
<artifactId>appserver</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache</groupId>
<artifactId>ant</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>carbon</artifactId>
<version>3.2.100-I20070605-0010</version>
</dependency>
<!-- Apache Directory Studio -->
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>studio-dsml-parser</artifactId>
<version>${studio.dsml.parser.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldapbrowser.core</artifactId>
<version>${ldapbrowser.core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldapbrowser.common</artifactId>
<version>${ldapbrowser.common.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>connection.ui</artifactId>
<version>${connection.ui.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>connection.core</artifactId>
<version>${connection.core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>valueeditors</artifactId>
<version>${valueeditors.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>rcp</artifactId>
<version>${rcp.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldifeditor</artifactId>
<version>${ldifeditor.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldifparser</artifactId>
<version>${ldifparser.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>schemaeditor</artifactId>
<version>${schemaeditor.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldapbrowser.ui</artifactId>
<version>${ldapbrowser.ui.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>apacheds.configuration</artifactId>
<version>${apacheds.configuration.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>apacheds</artifactId>
<version>${apacheds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>apacheds-launcher</artifactId>
<version>${apacheds.launcher.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>jars</artifactId>
<version>${jars.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>updatesite</artifactId>
<version>${updatesite.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>aciitemeditor</artifactId>
<version>${aciitemeditor.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>rcp.feature</artifactId>
<version>${rcp.feature.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>schemaeditor.feature</artifactId>
<version>${schemaeditor.feature.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldapbrowser.feature</artifactId>
<version>${ldapbrowser.feature.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldifeditor.feature</artifactId>
<version>${ldifeditor.feature.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>apacheds.configuration.feature</artifactId>
<version>${apacheds.configuration.feature.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>apacheds.feature</artifactId>
<version>${apacheds.feature.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>schemaeditor.help</artifactId>
<version>${schemaeditor.help.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>rcp.help</artifactId>
<version>${rcp.help.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldifeditor.help</artifactId>
<version>${ldifeditor.help.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>ldapbrowser.help</artifactId>
<version>${ldapbrowser.help.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>apacheds.configuration.help</artifactId>
<version>${apacheds.configuration.help.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>apacheds.help</artifactId>
<version>${apacheds.help.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>test.integration.core</artifactId>
<version>${test.integration.core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>test.integration.ui</artifactId>
<version>${test.integration.ui.version}</version>
</dependency>
<!-- Apache Directory Shared -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
<version>0.9.11</version>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-asn1</artifactId>
<version>0.9.11</version>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-converter</artifactId>
<version>0.9.11</version>
</dependency>
<!-- Other dependencies -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>0.94</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.7</version>
</dependency>
<dependency>
<groupId>docbook</groupId>
<artifactId>docbook-xml</artifactId>
<type>zip</type>
<version>4.5</version>
</dependency>
<dependency>
<groupId>docbook</groupId>
<artifactId>docbook-xsl</artifactId>
<type>zip</type>
<version>1.71.1</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.3.4.O</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.0.1-FINAL</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>nlog4j</artifactId>
<version>1.2.25</version>
</dependency>
<!-- Dependencies for the Testing Framework -->
<dependency>
<groupId>net.sf.swtbot.eclipse</groupId>
<artifactId>finder</artifactId>
<version>1.2.0.840</version>
</dependency>
<dependency>
<groupId>net.sf.swtbot</groupId>
<artifactId>finder</artifactId>
<version>1.2.0.840</version>
</dependency>
<!-- Dependencies for the Apache DS plugin -->
<dependency>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
<version>3.3.2.v20080117_r332</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.debug</groupId>
<artifactId>ui</artifactId>
<version>3.3.2.v20080117_r332-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>editors</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>launching</artifactId>
<version>3.3.2.v20080115_r332</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>debug</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.ui</groupId>
<artifactId>console</artifactId>
<version>3.2.2.v20071031_r332</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
<version>3.3.3.v_793_R33x</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.team</groupId>
<artifactId>core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>debug</artifactId>
<version>3.3.1.v20070719_r331</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ui</artifactId>
<version>3.3.2.r332_20080128-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>console</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>help</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>search</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>launching</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>compare</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.team</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>views</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>editors</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ltk.core</groupId>
<artifactId>refactoring</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ltk.ui</groupId>
<artifactId>refactoring</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>navigator</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt.core</groupId>
<artifactId>manipulation</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.debug</groupId>
<artifactId>ui</artifactId>
<version>3.2.102.v20071002_r332-studio</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jface</groupId>
<artifactId>text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui.workbench</groupId>
<artifactId>texteditor</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>editors</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filebuffers</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.debug</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>debug</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>launching</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ui</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ltk.core</groupId>
<artifactId>refactoring</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>console</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt.core</groupId>
<artifactId>manipulation</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.ui</groupId>
<artifactId>forms</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>repository</module>
<module>ldif-parser</module>
<module>connection-core</module>
<module>studio-dsml-parser</module>
<module>ldapbrowser-core</module>
<module>connection-ui</module>
<module>ldapbrowser-common</module>
<module>valueeditors</module>
<module>aciitemeditor</module>
<module>schemaeditor</module>
<module>schemaeditor-feature</module>
<module>schemaeditor-help</module>
<module>rcp</module>
<module>rcp-feature</module>
<module>rcp-help</module>
<module>ldifeditor</module>
<module>ldifeditor-feature</module>
<module>ldifeditor-help</module>
<module>ldapbrowser-ui</module>
<module>ldapbrowser-feature</module>
<module>ldapbrowser-help</module>
<module>apacheds-configuration</module>
<module>apacheds-configuration-feature</module>
<module>apacheds-configuration-help</module>
<module>apacheds-launcher</module>
<module>apacheds</module>
<module>apacheds-help</module>
<module>apacheds-feature</module>
<module>jars</module>
<module>test-integration-core</module>
<module>test-integration-ui</module>
<module>updatesite</module>
<module>studio</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.directory.studio</groupId>
<artifactId>maven-studio-plugin</artifactId>
<configuration>
<goalPrefix>studio</goalPrefix>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/directory/studio/releases/</tagBase>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>dependency-maven-plugin</artifactId>
<version>1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antlr-plugin</artifactId>
<version>2.0-beta-1</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>optional</artifactId>
<version>1.5.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>0.94</version>
<scope>compile</scope>
</dependency>
<!--
Putting this dependency in the core pom produces following error (?):
Embedded error: java.lang.ClassCastException: org.apache.fop.render.pdf.PDFRendererMaker cannot be cast to org.apache.fop.render.AbstractRendererMaker
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>1.1</version>
<scope>compile</scope>
</dependency>
-->
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
<reporting>
<excludeDefaults>true</excludeDefaults>
<plugins>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
<reportSets>
<reportSet>
<id>dual-report</id>
<configuration>
<type>range</type>
<range>30</range>
</configuration>
<reports>
<report>changelog</report>
<report>file-activity</report>
<report>dev-activity</report>
</reports>
</reportSet>
</reportSets>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<linkXref>true</linkXref>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
<targetJdk>1.5</targetJdk>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<configuration>
<tags>
<tag>TODO</tag>
<tag>@todo</tag>
<tag>@deprecated</tag>
<tag>FIXME</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>1.1.1</version>
<configuration>
<xmlOutput>false</xmlOutput>
<!--
<xmlOutput>true|false</xmlOutput>
<xmlOutputDirectory>directory location of xml findbugs report</xmlOutputDirectory>
<threshold>High|Normal|Low|Exp|Ignore</threshold>
<effort>Min|Default|Max</effort>
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
<includeFilterFile>findbugs-include.xml</includeFilterFile>
<visitors>FindDeadLocalStores,UnreadFields</visitors>
<omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors>
<onlyAnalyze>org.codehaus.mojo.findbugs.*</onlyAnalyze>
<pluginList>/libs/fb-contrib/fb-contrib-2.8.0.jar</pluginList>
<debug>true|false</debug>
<relaxed>true|false</relaxed>
-->
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<repositories>
<repository>
<id>apache.directory.snapshot.repo</id>
<name>Snapshot repository for the Apache Directory project</name>
<url>http://vm094.oxylos.org/mirror-maven2/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
</project>