Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2019-12-05 10:00:07 +0000
committerMarkus Knauer2019-12-05 10:00:07 +0000
commit039200c769ef124dc2982d84467f65f9930c8578 (patch)
treee3ef5c48d3a4f5899b1f1b5eed0c188c1900f557 /packages/org.eclipse.epp.package.reporting.feature/pom.xml
parent20c6b2758b6daa9e57670cd33cccf5b775e68724 (diff)
downloadorg.eclipse.epp.packages-039200c769ef124dc2982d84467f65f9930c8578.tar.gz
org.eclipse.epp.packages-039200c769ef124dc2982d84467f65f9930c8578.tar.xz
org.eclipse.epp.packages-039200c769ef124dc2982d84467f65f9930c8578.zip
Remove reporting package
The reporting package has not been published in the last EPP releases on the download page, and the BIRT project which is the core of this package does not play an active role in the current Eclipse Simultaneous Release. Removing the package configuration in order to clean up the repository and build. Change-Id: I5640c2e0f6065fac55f0f974271937116e2ae00c Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting.feature/pom.xml')
-rw-r--r--packages/org.eclipse.epp.package.reporting.feature/pom.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/org.eclipse.epp.package.reporting.feature/pom.xml b/packages/org.eclipse.epp.package.reporting.feature/pom.xml
deleted file mode 100644
index 948c6acf..00000000
--- a/packages/org.eclipse.epp.package.reporting.feature/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2019 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
- Thanh Ha (Eclipse Foundation) - initial implementation
- EclipseSource - ongoing development
- Mikael Barbero (Eclipse Foundation) - clean-up and parent factorization
--->
-
-<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>
- <groupId>org.eclipse.epp</groupId>
- <artifactId>org.eclipse.epp-feature-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
- </parent>
-
- <artifactId>org.eclipse.epp.package.reporting.feature</artifactId>
- <packaging>eclipse-feature</packaging>
-
-</project>

Back to the top