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:
parent
63b9d17805
commit
723078fba5
3 changed files with 2 additions and 3 deletions
|
@ -2,6 +2,6 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %bundleName
|
Bundle-Name: %bundleName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.application.doc;singleton:=true
|
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-Vendor: %provider
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -8,7 +8,6 @@ bin.includes = plugin.xml,\
|
||||||
notices.html,\
|
notices.html,\
|
||||||
tasks/,\
|
tasks/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
pom.xml,\
|
|
||||||
testToc.xml,\
|
testToc.xml,\
|
||||||
toc.xml,\
|
toc.xml,\
|
||||||
index/,\
|
index/,\
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>1.1.100-SNAPSHOT</version>
|
<version>1.1.200-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.debug.application.doc</artifactId>
|
<artifactId>org.eclipse.cdt.debug.application.doc</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue