Hi Thomas,
Here's the entry for the broken one
PACKAGE_ID;OBJECT_NAME;OBJECT_SUFFIX;VERSION_ID;ACTIVATED_AT;ACTIVATED_BY;EDIT;CDATA;BDATA;COMPRESSION_TYPE;FORMAT_VERSION;DELIVERY_UNIT;DU_VERSION;DU_VENDOR;DU_VERSION_SP;DU_VERSION_PATCH;OBJECT_STATUS
applications.stocktoolmob.WebContent;index;html;20;02-Dec-2013 20:04:14.525;JHUMPHREY;1;<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="/sap/ui5/1/resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-libs="sap.m,sap.ui.commons,sap.ui.core"
data-sap-ui-theme="sap_bluecrystal">
</script>
<!-- only load the mobile lib "sap.m" and the "sap_mvi" theme -->
<script>
sap.ui.localResources("ui");
var view = sap.ui.view({id:"stock", viewName:"ui.stockresults", type:sap.ui.core.mvc.ViewType.JS});
view.placeAt("content");
</script>
</head>
<body class="sapUiBody" role="application">
<div id="content"></div>
</body>
</html>;?;0;;;;;;;0
and here's an equivalent working one:
PACKAGE_ID;OBJECT_NAME;OBJECT_SUFFIX;VERSION_ID;ACTIVATED_AT;ACTIVATED_BY;EDIT;CDATA;BDATA;COMPRESSION_TYPE;FORMAT_VERSION;DELIVERY_UNIT;DU_VERSION;DU_VENDOR;DU_VERSION_SP;DU_VERSION_PATCH;OBJECT_STATUS
applications.system.procedures.WebContent;procedures;html;16;01-Oct-2013 15:31:29.328;JHUMPHREY;1;<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="/sap/ui5/1/resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.ui.commons,sap.ui.table,sap.ui.core"
data-sap-ui-theme="sap_platinum" >
</script>
<!-- add sap.ui.table,sap.ui.ux3 and/or other libraries to 'data-sap-ui-libs' if required -->
<script>
sap.ui.localResources("ui");
var view = sap.ui.view({id:"procedures", viewName:"ui.procedures", type:sap.ui.core.mvc.ViewType.JS});
view.placeAt("content");
</script>
</head>
<body class="sapUiBody" role="application">
<div id="content"></div>
</body>
</html> ;?;0;;;;;;;0
Thanks,
Jon