~verterok/bzr-eclipse/pluginpath-fix

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