File: pom.xml

package info (click to toggle)
eclipse-platform-ui 4.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 71,596 kB
  • sloc: java: 610,550; xml: 20,234; sh: 602; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>eclipse.platform.ui</artifactId>
    <groupId>eclipse.platform.ui</groupId>
    <version>4.18.0-SNAPSHOT</version>
    <relativePath>../../</relativePath>
  </parent>
  <groupId>org.eclipse.ui.examples</groupId>
  <artifactId>org.eclipse.e4.demo.cssbridge</artifactId>
  <version>1.1.200-SNAPSHOT</version>
  <packaging>eclipse-plugin</packaging>

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

</project>