Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2015-04-01 09:08:14 +0000
committerDani Megert2015-04-01 09:08:14 +0000
commitaa3e9c623a75e4bc03b6ab6cee60713ebb477200 (patch)
tree6822f16dc34c82126beedeb4075612d5862b5da5 /org.eclipse.help.base
parent6fde519fa43f0bf6528b4af944aabb5f2cf13c5d (diff)
downloadeclipse.platform.ua-aa3e9c623a75e4bc03b6ab6cee60713ebb477200.tar.gz
eclipse.platform.ua-aa3e9c623a75e4bc03b6ab6cee60713ebb477200.tar.xz
eclipse.platform.ua-aa3e9c623a75e4bc03b6ab6cee60713ebb477200.zip
Revert "Bug 463085: .api_description missing for org.eclipse.help.base"
Diffstat (limited to 'org.eclipse.help.base')
-rw-r--r--org.eclipse.help.base/pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/org.eclipse.help.base/pom.xml b/org.eclipse.help.base/pom.xml
index f65590aa3..4897f547f 100644
--- a/org.eclipse.help.base/pom.xml
+++ b/org.eclipse.help.base/pom.xml
@@ -31,15 +31,7 @@
<version>${tycho.version}</version>
<configuration>
<format>'v${buildTimestamp}'</format>
- <additionalFileSets>
- <fileSet>
- <directory>${project.build.directory}</directory>
- <includes>
- <include>.api_description</include>
- </includes>
- </fileSet>
- </additionalFileSets>
- </configuration>
+ </configuration>
</plugin>
</plugins>
</build>

Back to the top