Skip to main content
summaryrefslogtreecommitdiffstats
blob: c14a516d317bd17fa48487fe6dbf663412ef24c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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