All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.archetype.xml Maven / Gradle / Ivy

Go to download

This archetype is useful to quick start Cecilia components library projects, having a source tree template already filled.

There is a newer version: 2.1-start-8763
Show newest version
<archetype>
	
	<!-- it must match the artifactId of this maven archetype -->
	<id>cecilia-library</id>
	
	<!-- it allows to run the archetype on already created projects (at your own risk..) -->
	<allowPartial>true</allowPartial>
	
	<resources>
		<resource filtered="false">src/main/cecilia/packagename/ComponentInterface.idl</resource>
		<resource>src/main/cecilia/packagename/ComponentDefinition.fractal</resource>
		<resource filtered="false">src/main/cecilia/packagename/componentImpl.c</resource>
		<resource>README.txt</resource>
	</resources>

</archetype>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy