blob: b5ff4ae1077e4c1eaa159b321d522949ea6fce9c [file] [log] [blame]
<?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">
<dependencies>
</dependencies>
<generators>
<!-- Place your Generators here -->
</generators>
<artifacts>
<!-- Place your Artifacts here -->
</artifacts>
<actions>
<public name="create.javadoc" actor="ant">
<actorProperties>
<property key="buildFile" value="javadoc.xml" />
<property key="targets" value="javadoc" />
</actorProperties>
<properties>
<property key="source" value="${projectsPath}" />
<property key="output" value="${javadoc.output}" />
<property key="target" value="${targetPlatformPath}" />
</properties>
</public>
</actions>
<groups>
<!-- Place your Groups here -->
</groups>
<alterDependencies>
<!-- Place your Dependencies alterations here -->
</alterDependencies>
<alterArtifacts>
<!-- Place your Artifact alterations here -->
</alterArtifacts>
<alterActions>
<!-- Place your Action alterations here -->
</alterActions>
<alterGroups>
<!-- Place your Group alterations here -->
</alterGroups>
</cspecExtension>