META-INF.archetype.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-archetype-cecilia-library
Show all versions of maven-archetype-cecilia-library
This archetype is useful to quick start Cecilia components library
projects, having a source tree template already filled.
<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