~verterok/bzr-eclipse/pluginpath-fix

198 by Guillermo Gonzalez
replaced maven-ant-tasks dependency management with maven and a parent pom
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project>
3
  <modelVersion>4.0.0</modelVersion>
4
  <groupId>org.vcs.bazaar.eclipse</groupId>
5
  <artifactId>bzr-eclipse</artifactId>
6
  <version>1.1.1-SNAPSHOT</version>
7
  <packaging>pom</packaging>
8
    <scm>
9
        <connection>scm:bazaar:lp:bzr-eclipse</connection>
10
        <url>http://code.launchpad.net/bzr-eclipse</url>
11
    </scm>
12
    <issueManagement>
13
        <system>Launchpad</system>
14
        <url>http://bugs.launchpad.net/bzr-eclipse</url>
15
    </issueManagement>
16
    <repositories>
17
        <repository>
18
            <id>verterok-mvn-repo</id>
19
            <url>http://verterok.com.ar/maven-repo/</url>
20
        </repository>
21
    </repositories>
22
  <modules>
23
    <module>org.vcs.bazaar.eclipse.client</module>
24
    <module>org.vcs.bazaar.eclipse.core.tests</module>
25
  </modules>
26
</project>