1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

[releng] exclude pom.xml for build.properties

This was the only bundle that had pom.xml included

Change-Id: I6c303052220a6294481fcc55e8826c5e116190b6
This commit is contained in:
Jonah Graham 2019-06-11 12:08:42 -04:00
parent 63b9d17805
commit 723078fba5
3 changed files with 2 additions and 3 deletions

View file

@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.debug.application.doc;singleton:=true
Bundle-Version: 1.1.100.qualifier
Bundle-Version: 1.1.200.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin

View file

@ -8,7 +8,6 @@ bin.includes = plugin.xml,\
notices.html,\
tasks/,\
about.html,\
pom.xml,\
testToc.xml,\
toc.xml,\
index/,\

View file

@ -10,7 +10,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<version>1.1.100-SNAPSHOT</version>
<version>1.1.200-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.debug.application.doc</artifactId>
<packaging>eclipse-plugin</packaging>