~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to releng/pom.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
   Copyright (C) 2011, Red Hat, Inc. and others
 
4
 
 
5
   All rights reserved. This program and the accompanying materials
 
6
   are made available under the terms of the Eclipse Public License v1.0
 
7
   which accompanies this distribution, and is available at
 
8
   http://www.eclipse.org/legal/epl-v10.html
 
9
 
 
10
   Contributors:
 
11
       Red Hat Incorporated - initial implementation
 
12
-->
 
13
 
 
14
<project xmlns="http://maven.apache.org/POM/4.0.0"
 
15
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
16
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
17
  <modelVersion>4.0.0</modelVersion>
 
18
 
 
19
  <prerequisites>
 
20
    <maven>3.0</maven>
 
21
  </prerequisites>
 
22
 
 
23
  <parent>
 
24
    <groupId>org.eclipse.linuxtools</groupId>
 
25
    <artifactId>linuxtools-parent</artifactId>
 
26
    <version>1.0.0</version>
 
27
  </parent>
 
28
 
 
29
  <groupId>org.eclipse.linuxtools.releng</groupId>
 
30
  <artifactId>linuxtools-releng-parent</artifactId>
 
31
  <version>1.0.0</version>
 
32
  <packaging>pom</packaging>
 
33
 
 
34
  <name>Eclipse Linux Tools Releng Parent</name>
 
35
 
 
36
  <licenses>
 
37
    <license>
 
38
      <name>Eclipse Public License v1.0</name>
 
39
      <comments>
 
40
       All rights reserved.
 
41
 
 
42
       This program and the accompanying materials are made
 
43
       available under the terms of the Eclipse Public License v1.0
 
44
       which accompanies this distribution, and is available at
 
45
       http://www.eclipse.org/legal/epl-v10.htm
 
46
      </comments>
 
47
    </license>
 
48
  </licenses>
 
49
 
 
50
  <modules>
 
51
    <module>org.eclipse.linuxtools.releng-site</module>
 
52
  </modules>
 
53
 
 
54
</project>