Description
Ruta: Add option to create classpath-compatible jars of Ruta projects.
The problem is right now that the resources are not in the root of the jar, but in the folders script/descriptor/resources. Thus, loading them from classpath from within the jar will fail. The procedure essentially has to put the files/packages in the root of the jar.