]> git.uio.no Git - ifi-stolz-refaktor.git/blob - case-study/jdt-after/pom.xml
Case Study: adding data and statistics
[ifi-stolz-refaktor.git] / case-study / jdt-after / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   Copyright (c) 2012, 2013 Eclipse Foundation and others.
4   All rights reserved. This program and the accompanying materials
5   are made available under the terms of the Eclipse Distribution License v1.0
6   which accompanies this distribution, and is available at
7   http://www.eclipse.org/org/documents/edl-v10.php
8  
9   Contributors:
10      Igor Fedorenko - initial implementation
11 -->
12 <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/xsd/maven-4.0.0.xsd">
13   <modelVersion>4.0.0</modelVersion>
14   <parent>
15     <artifactId>eclipse.jdt.ui</artifactId>
16     <groupId>eclipse.jdt.ui</groupId>
17     <version>4.2.2-SNAPSHOT</version>
18   </parent>
19   <groupId>org.eclipse.jdt</groupId>
20   <artifactId>org.eclipse.jdt.ui</artifactId>
21   <version>3.8.3-SNAPSHOT</version>
22   <packaging>eclipse-plugin</packaging>
23 </project>