Home | History | Annotate | Download | only in 3.9.0.v20130529-1710
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--
      3  - Copyright (c) 2011 Sonatype Inc. and others.
      4  - All rights reserved. This program and the accompanying materials
      5  - are made available under the terms of the Eclipse Public License v1.0
      6  - which accompanies this distribution, and is available at
      7  - http://www.eclipse.org/legal/epl-v10.html
      8  -
      9  - Contributors:
     10  -    Sonatype Inc. - initial API and implementation
     11  -->
     12 
     13 <!-- 
     14 This pom.xml is needed to satisfy Maven Central repository deployment requirements. 
     15  -->
     16 
     17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     18   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     19   <modelVersion>4.0.0</modelVersion>
     20 
     21   <groupId>org.eclipse.tycho</groupId>
     22   <artifactId>org.eclipse.osgi</artifactId>
     23   <version>3.9.0.v20130529-1710</version>
     24 
     25   <name>Tycho org.eclipse.osgi dependency (Incubation)</name>
     26   <description>This is org.eclipse.osgi jar used by Tycho</description>
     27   <url>http://www.eclipse.org/tycho/</url>
     28 
     29   <licenses>
     30     <license>
     31       <name>Eclipse Public License</name>
     32       <url>http://www.eclipse.org/legal/epl-v10.html</url>
     33       <distribution>repo</distribution>
     34     </license>
     35   </licenses>
     36 
     37   <scm>
     38     <url>http://git.eclipse.org/c/tycho/org.eclipse.tycho.git</url>
     39   </scm>
     40 
     41   <developers>
     42     <developer>
     43       <id>tycho-dev (a] eclipse.org</id>
     44       <name>Tycho Development Team</name>
     45     </developer>
     46   </developers>
     47 </project>
     48