mparker | 3d72f06 | 2010-08-11 01:20:09 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <cs:cspecExtension xmlns:com="http://www.eclipse.org/buckminster/Common-1.0" xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0"> |
| 3 | |
| 4 | <cs:dependencies> |
mparker | 1fabd4d | 2010-08-12 18:54:53 +0000 | [diff] [blame] | 5 | <cs:dependency name="org.eclipse.amp.releng" componentType="buckminster" /> |
| 6 | <!-- <cs:dependency name="org.eclipse.amp.tests" componentType="eclipse.feature" /> |
mparker | 3d72f06 | 2010-08-11 01:20:09 +0000 | [diff] [blame] | 7 | --> |
| 8 | </cs:dependencies> |
| 9 | |
| 10 | <cs:actions> |
| 11 | <cs:private name="site.tp" actor="ant"> |
| 12 | <cs:actorProperties> |
| 13 | <cs:property key="buildFile" value="packaging.ant" /> |
| 14 | <cs:property key="targets" value="create.target.platform.metadata" /> |
| 15 | </cs:actorProperties> |
| 16 | <cs:products alias="output" base="${buckminster.output}/site.tp/" /> |
| 17 | </cs:private> |
| 18 | |
| 19 | <cs:public name="package.amp-Update" actor="ant"> |
| 20 | <cs:actorProperties> |
| 21 | <cs:property key="buildFile" value="packaging.ant" /> |
| 22 | <cs:property key="targets" value="package.site" /> |
| 23 | </cs:actorProperties> |
| 24 | <cs:properties> |
| 25 | <cs:property key="package.name" value="amp-Update" /> |
| 26 | </cs:properties> |
| 27 | <cs:prerequisites> |
| 28 | <cs:attribute name="site.p2" alias="repository" /> |
| 29 | </cs:prerequisites> |
| 30 | <cs:products alias="output" base="${buckminster.output}/zips/" /> |
| 31 | </cs:public> |
| 32 | |
| 33 | <cs:public name="package.amp-SDK" actor="ant"> |
| 34 | <cs:actorProperties> |
| 35 | <cs:property key="buildFile" value="packaging.ant" /> |
| 36 | <cs:property key="targets" value="package.ius" /> |
| 37 | </cs:actorProperties> |
| 38 | <cs:properties> |
mparker | 1fabd4d | 2010-08-12 18:54:53 +0000 | [diff] [blame] | 39 | <cs:property key="content.ius" value="org.eclipse.amp.all.feature.group" /> |
mparker | 3d72f06 | 2010-08-11 01:20:09 +0000 | [diff] [blame] | 40 | <cs:property key="package.name" value="amp-SDK" /> |
| 41 | </cs:properties> |
| 42 | <cs:prerequisites> |
| 43 | <cs:attribute name="site.p2" alias="repository" /> |
| 44 | <cs:attribute name="site.tp" alias="target.platform.repository" /> |
| 45 | </cs:prerequisites> |
| 46 | <cs:products alias="output" base="${buckminster.output}/zips/" /> |
| 47 | </cs:public> |
| 48 | |
| 49 | <cs:public name="package.amp-Examples" actor="ant"> |
| 50 | <cs:actorProperties> |
| 51 | <cs:property key="buildFile" value="packaging.ant" /> |
| 52 | <cs:property key="targets" value="package.ius" /> |
| 53 | </cs:actorProperties> |
| 54 | <cs:properties> |
| 55 | <cs:property key="content.ius" |
mparker | 1fabd4d | 2010-08-12 18:54:53 +0000 | [diff] [blame] | 56 | value="org.eclipse.amp.examples.feature.group,org.eclipse.amp.examples.feature.group" /> |
| 57 | <cs:property key="prerequisite.ius" value="org.eclipse.amp.all.feature.group" /> |
mparker | 3d72f06 | 2010-08-11 01:20:09 +0000 | [diff] [blame] | 58 | <cs:property key="package.name" value="amp-Examples" /> |
| 59 | </cs:properties> |
| 60 | <cs:prerequisites> |
| 61 | <cs:attribute name="site.p2" alias="repository" /> |
| 62 | <cs:attribute name="site.tp" alias="target.platform.repository" /> |
| 63 | </cs:prerequisites> |
| 64 | <cs:products alias="output" base="${buckminster.output}/zips/" /> |
| 65 | </cs:public> |
| 66 | |
| 67 | <cs:public name="package.amp-runtime" actor="ant"> |
| 68 | <cs:actorProperties> |
| 69 | <cs:property key="buildFile" value="packaging.ant" /> |
| 70 | <cs:property key="targets" value="package.ius" /> |
| 71 | </cs:actorProperties> |
| 72 | <cs:properties> |
| 73 | <cs:property key="content.ius" |
| 74 | value="org.eclipse.amp.runtime.feature.group" /> |
| 75 | <cs:property key="prerequisite.ius" value="com.google.collect" /> |
| 76 | <cs:property key="package.name" value="amp-runtime" /> |
| 77 | </cs:properties> |
| 78 | <cs:prerequisites> |
| 79 | <cs:attribute name="site.p2" alias="repository" /> |
| 80 | <cs:attribute name="site.tp" alias="target.platform.repository" /> |
| 81 | </cs:prerequisites> |
| 82 | <cs:products alias="output" base="${buckminster.output}/zips/" /> |
| 83 | </cs:public> |
| 84 | |
| 85 | <cs:public name="package.amp-sourcedoc" actor="ant"> |
| 86 | <cs:actorProperties> |
| 87 | <cs:property key="buildFile" value="packaging.ant" /> |
| 88 | <cs:property key="targets" value="package.ius" /> |
| 89 | </cs:actorProperties> |
| 90 | <cs:properties> |
mparker | 1fabd4d | 2010-08-12 18:54:53 +0000 | [diff] [blame] | 91 | <cs:property key="content.ius" value="org.eclipse.amp.doc.all.feature.group" /> |
| 92 | <cs:property key="prerequisite.ius" value="org.eclipse.amp.doc.all.feature.group" /> |
mparker | 3d72f06 | 2010-08-11 01:20:09 +0000 | [diff] [blame] | 93 | <cs:property key="package.name" value="amp-sourcedoc" /> |
| 94 | </cs:properties> |
| 95 | <cs:prerequisites> |
| 96 | <cs:attribute name="site.p2" alias="repository" /> |
| 97 | <cs:attribute name="site.tp" alias="target.platform.repository" /> |
| 98 | </cs:prerequisites> |
| 99 | <cs:products alias="output" base="${buckminster.output}/zips/" /> |
| 100 | </cs:public> |
| 101 | |
| 102 | |
| 103 | <cs:public name="tag" actor="buckminster.tag"> |
| 104 | <cs:actorProperties> |
| 105 | <cs:property key="tag" value="build_${build.id}" /> |
| 106 | <cs:property key="exclude.0" value="^org\.eclipse\.test$" /> |
| 107 | <cs:property key="exclude.1" value="^org\.eclipse\.ant\.optional\.junit$" /> |
| 108 | </cs:actorProperties> |
| 109 | </cs:public> |
| 110 | </cs:actions> |
| 111 | |
| 112 | <cs:groups> |
| 113 | <cs:public name="build"> |
| 114 | <cs:attribute name="package.amp-Update" /> |
mparker | 1fabd4d | 2010-08-12 18:54:53 +0000 | [diff] [blame] | 115 | <cs:attribute name="package.amp-Examples" /> |
| 116 | <!-- <cs:attribute name="package.amp-runtime" /> |
mparker | 22a23ca | 2010-08-12 23:02:35 +0000 | [diff] [blame] | 117 | <cs:attribute name="package.amp-SDK" /> |
mparker | 3d72f06 | 2010-08-11 01:20:09 +0000 | [diff] [blame] | 118 | <cs:attribute name="package.amp-sourcedoc" /> --> |
| 119 | </cs:public> |
| 120 | </cs:groups> |
| 121 | </cs:cspecExtension> |