Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-04-01 03:25:01 +0000
committerDani Megert2015-04-01 07:12:53 +0000
commit6fde519fa43f0bf6528b4af944aabb5f2cf13c5d (patch)
tree113305c3f190ae8d8eeec216b4d5844f83899960
parent9f1c5c2137f69717f634706ca810aec97fff3753 (diff)
downloadeclipse.platform.ua-6fde519fa43f0bf6528b4af944aabb5f2cf13c5d.tar.gz
eclipse.platform.ua-6fde519fa43f0bf6528b4af944aabb5f2cf13c5d.tar.xz
eclipse.platform.ua-6fde519fa43f0bf6528b4af944aabb5f2cf13c5d.zip
Bug 463085: .api_description missing for org.eclipse.help.base
Change-Id: Id920a7124805fba48e0b22273887ca7c0e88aa96 Signed-off-by: David Williams <david_williams@us.ibm.com>
-rw-r--r--org.eclipse.help.base/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/org.eclipse.help.base/pom.xml b/org.eclipse.help.base/pom.xml
index 4897f547f..f65590aa3 100644
--- a/org.eclipse.help.base/pom.xml
+++ b/org.eclipse.help.base/pom.xml
@@ -31,7 +31,15 @@
<version>${tycho.version}</version>
<configuration>
<format>'v${buildTimestamp}'</format>
- </configuration>
+ <additionalFileSets>
+ <fileSet>
+ <directory>${project.build.directory}</directory>
+ <includes>
+ <include>.api_description</include>
+ </includes>
+ </fileSet>
+ </additionalFileSets>
+ </configuration>
</plugin>
</plugins>
</build>

Back to the top