|
|
@ -128,9 +128,7 @@ public class SpatialAssetDataObject extends AssetDataObject { |
|
|
|
DataObject targetModel = DataObject.find(outFile); |
|
|
|
DataObject targetModel = DataObject.find(outFile); |
|
|
|
AssetData properties = targetModel.getLookup().lookup(AssetData.class); |
|
|
|
AssetData properties = targetModel.getLookup().lookup(AssetData.class); |
|
|
|
if (properties != null) { |
|
|
|
if (properties != null) { |
|
|
|
properties.loadProperties(); |
|
|
|
|
|
|
|
properties.setProperty("ORIGINAL_PATH", mgr.getRelativeAssetPath(outFile.getPath())); |
|
|
|
properties.setProperty("ORIGINAL_PATH", mgr.getRelativeAssetPath(outFile.getPath())); |
|
|
|
properties.saveProperties(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception ex) { |
|
|
|
} catch (Exception ex) { |
|
|
|
Exceptions.printStackTrace(ex); |
|
|
|
Exceptions.printStackTrace(ex); |
|
|
|