blob: 0740ff63fd55ee0dc3c3568ea4e8bc96a7fc618c (
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
27
28
29
30
31
32
33
34
35
36
|
<?xml version="1.0" encoding="UTF-8"?>
<cspecExtension
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
<actions>
<private name="peruse.about.mappings" actor="ant">
<actorProperties>
<property key="buildFile" value="buckminster.ant"/>
</actorProperties>
<prerequisites>
<attribute alias="manifest" name="manifest"/>
<attribute alias="action.input" component="org.eclipse.epp.package.java" name="bundle.jar"/>
</prerequisites>
</private>
</actions>
<groups>
<public name="bundle.jars">
<attribute name="peruse.about.mappings" contributor="false"/>
<attribute name="orig.bundle.jars"/>
</public>
</groups>
<alterGroups>
<rename oldName="bundle.jars" newName="orig.bundle.jars"/>
</alterGroups>
<alterActions>
<public name="manifest">
<prerequisites>
<attribute name="orig.bundle.jars" alias="bundles"/>
</prerequisites>
<alterPrerequisites>
<remove name="bundle.jars"/>
</alterPrerequisites>
</public>
</alterActions>
</cspecExtension>
|