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-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
|
||||
|
|
|
@ -8,7 +8,6 @@ bin.includes = plugin.xml,\
|
|||
notices.html,\
|
||||
tasks/,\
|
||||
about.html,\
|
||||
pom.xml,\
|
||||
testToc.xml,\
|
||||
toc.xml,\
|
||||
index/,\
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue