Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.epp.allpackages.indigo.feature/buckminster.cspex')
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/buckminster.cspex26
1 files changed, 26 insertions, 0 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/buckminster.cspex b/features/org.eclipse.epp.allpackages.indigo.feature/buckminster.cspex
new file mode 100644
index 00000000..c14a516d
--- /dev/null
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/buckminster.cspex
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cspecExtension
+ xmlns:com="http://www.eclipse.org/buckminster/Common-1.0"
+ xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
+
+ <actions>
+ <private name="site.feature.exports" actor="ant">
+ <actorProperties>
+ <property key="buildFileId" value="buckminster.pdetasks"/>
+ <property key="targets" value="filter"/>
+ </actorProperties>
+ <properties>
+ <property key="pattern" value="**/*.epp.*"/>
+ </properties>
+ <prerequisites alias="action.requirements">
+ <attribute name="unlimited.site.feature.exports"/>
+ </prerequisites>
+ <products alias="action.output" base="${buckminster.output}/jars.to.process"/>
+ </private>
+ </actions>
+
+ <alterActions>
+ <rename oldName="site.feature.exports" newName="unlimited.site.feature.exports"/>
+ </alterActions>
+
+</cspecExtension>

Back to the top