Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.epp.allpackages.feature/buckminster.cspex')
-rw-r--r--features/org.eclipse.epp.allpackages.feature/buckminster.cspex26
1 files changed, 0 insertions, 26 deletions
diff --git a/features/org.eclipse.epp.allpackages.feature/buckminster.cspex b/features/org.eclipse.epp.allpackages.feature/buckminster.cspex
deleted file mode 100644
index c14a516d..00000000
--- a/features/org.eclipse.epp.allpackages.feature/buckminster.cspex
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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