Fix #8039 - library support and add back roopacker dependancy
[roobuilder] / src / Project / Project.vala
index 0d9a8ad..c9bd360 100644 (file)
@@ -68,8 +68,8 @@ namespace Project {
                        }
                         
                }
-                               
-               
+               public string version = "1.0";
+               public string licence = "LGPL";         
                public string path = "";
                private Gee.ArrayList<JsRender.JsRender> sub_paths;