Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index b306c8def..fbf1d223f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -523,9 +523,9 @@
<profile>
<id>api-generation</id>
<activation>
- <file>
- <exists>.apibuild.xml</exists>
- </file>
+ <property>
+ <name>!longnotexistingproperty</name>
+ </property>
</activation>
<build>
<plugins>

Back to the top