File: pom.xml

package info (click to toggle)
eclipse-platform-ui 4.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 90,576 kB
  • sloc: java: 802,823; xml: 24,911; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
	<groupId>org.eclipse.platform</groupId>
		<artifactId>eclipse.platform.ui.tools</artifactId>
		<version>4.29.0-SNAPSHOT</version>
		<relativePath>../../</relativePath>
	</parent>

	<artifactId>org.eclipse.e4.tools.test</artifactId>
	<version>1.3.0-SNAPSHOT</version>

	<packaging>eclipse-test-plugin</packaging>

	<properties>
		<skipAPIAnalysis>true</skipAPIAnalysis> <!-- Not in baseline -->
	</properties>
</project>