Skip to content
Snippets Groups Projects
buckminster.cspex 872 B
<?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>
		<!-- Place your Actions here -->
		<public name="generate-ecore" actor="jdt.ant" always="true">
            <actorProperties>
                <property key="buildFile" value="model/generate-ecore.xml" />
                <property key="targets" value="generate-ecore"/>
            </actorProperties>
            <products>
                <path path="generated-src" />
            </products>
        </public>
	</actions>
	<alterGroups>
        <!-- Place your Group alterations here -->
        <public name="eclipse.build.source">
            <attribute name="generate-ecore"/>
        </public>
    </alterGroups>
</cspecExtension>