Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Latest version of the buckminster.cspex file

Revision as of 18:25, 20 January 2010 by Tkubaska.ieee.org (Talk | contribs) (New page: Return to buckminster.cspex. <pre> <?xml version="1.0" encoding="UTF-8"?> <cspecExtension xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bc="http://www.eclipse.org/buck...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Return to buckminster.cspex.

<?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>
		<dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
		<dependency name="org.eclipse.equinox.concurrent" componentType="osgi.bundle"/>
		<dependency name="org.apache.commons.httpclient" componentType="osgi.bundle"/>
		<dependency name="org.apache.commons.logging" componentType="osgi.bundle"/>
		<dependency name="org.apache.commons.codec" componentType="osgi.bundle"/>
	</dependencies>
	<generators>
		<!-- Place your Generators here -->
	</generators>
	<artifacts>
		<!-- Place your Artifacts here -->
	</artifacts>
	<actions>
		<!-- Place your Actions here -->
	</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>

Back to the top