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

META-INF.plugin.groovy Maven / Gradle / Ivy

project{
	targets{
		
		doCoberturaInstrument{ 
			/*
			 * This ant task element is the groovy ant task that already exists in the ant project
			 * @param bean	Fully qualified delegate class name
			 */
			groovy{
				bean = "org.openscm.kundo.plugins.CoberturaInstrumentDelegate"
			}
		}
		doCoberturaCheck{ 
			/*
			 * This ant task element is the groovy ant task that already exists in the ant project
			 * @param bean	Fully qualified delegate class name
			 */
			groovy{
				bean = "org.openscm.kundo.plugins.CoberturaCheckDelegate"
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy