1 | <?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 | <!-- |
3 | Copyright (c) 2012, 2021 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.27.0-SNAPSHOT</version> |
18 | </parent> |
19 | <groupId>org.eclipse.jdt</groupId> |
20 | <artifactId>org.eclipse.jdt.astview</artifactId> |
21 | <version>1.5.200-SNAPSHOT</version> |
22 | <packaging>eclipse-plugin</packaging> |
23 | </project> |
24 |
Members