blob: f455a75b073ad219d7198b02c4daee0bdb57a673 [file] [log] [blame]
<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-help</artifactId>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../help-pom.xml</relativePath>
</parent>
<artifactId>rcp.help</artifactId>
<version>1.3.0.v20081014</version>
<name>Apache Directory Studio RCP Help</name>
<packaging>jar</packaging>
<description />
<properties>
<current_pom_version>${pom.version}</current_pom_version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.directory.studio</groupId>
<artifactId>studio-maven-plugin</artifactId>
<configuration>
<skip>false</skip>
<createManifest>true</createManifest>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/directory/studio/tags/1.3.0.v20081014parent-help/rcp.help</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/studio/tags/1.3.0.v20081014parent-help/rcp.help</developerConnection>
<url>https://svn.apache.org/repos/asf/directory/studio/tags/1.3.0.v20081014parent-help/rcp.help</url>
</scm>
</project>