Make it possible to add XML files through the use of wildcards. Currently, all XML files need to be added manually, so adding a new class requires to change the including file. It would be nicer if we could specify something like: <class src="classes/*/*.xml"/>.
Make it possible to add XML files through the use of wildcards. Currently, all XML files need to be added manually, so adding a new class requires to change the including file. It would be nicer if we could specify something like: `<class src="classes/*/*.xml"/>`.
Make it possible to add XML files through the use of wildcards. Currently, all XML files need to be added manually, so adding a new class requires to change the including file. It would be nicer if we could specify something like:
<class src="classes/*/*.xml"/>
.