File: buckminster.cspex

package info (click to toggle)
eclipse-emf 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 57,992 kB
  • ctags: 81,092
  • sloc: java: 561,060; xml: 7,553; sh: 111; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<cs:cspecExtension xmlns:com="http://www.eclipse.org/buckminster/Common-1.0" xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
	<cs:artifacts>
		<cs:private name="plugin.xml" path="plugin.xml" />
	</cs:artifacts>

	<cs:actions>
		<cs:private name="documentation.index" actor="ant">
			<cs:actorProperties>
				<cs:property key="buildFile" value="documentation.ant" />
				<cs:property key="targets" value="build.index" />
			</cs:actorProperties>
			<cs:prerequisites>
				<cs:attribute name="plugin.xml" alias="plugin.xml" />
			</cs:prerequisites>
			<cs:products alias="output" base="${buckminster.home}">
				<cs:path path="index/" />
			</cs:products>
		</cs:private>
	</cs:actions>

	<cs:alterGroups>
		<cs:private name="jar.contents">
			<cs:attribute name="documentation.index" />
		</cs:private>
	</cs:alterGroups>
</cs:cspecExtension>