{
   add(new AssetReference("myPkg", "a", "drl", "http://localhost/c/source", "uuid1"));
   add(new AssetReference("myPkg", "aa", "drl", "http://localhost/cc/source", "uuid2"));
   add(
       new AssetReference(
           "myPkg", "ab", "changeset", "http://localhost/cd/source", "uuid3"));
 }
 {
   add(new AssetReference("myPkg", "a.jar", "model", "http://localhost/a.jar", "uudi44"));
 }
 {
   add("log4j-1.2.16.jar");
   add("jdom-1.0.jar");
 }