Install the new upgrade XSL for version 0.5.0.

metadata
Edgar Velazquez-Armendariz 2014-04-02 16:18:45 -04:00
parent 25ddbb963b
commit f3af84aec1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ add_custom_target (scene_schema
set_target_properties (scene_schema PROPERTIES FOLDER "data") set_target_properties (scene_schema PROPERTIES FOLDER "data")
# Actual installation # Actual installation
install(FILES "scene.xsd" "upgrade_0.3.0.xsl" "upgrade_0.4.0.xsl" install(FILES "scene.xsd" "upgrade_0.3.0.xsl" "upgrade_0.4.0.xsl" "upgrade_0.5.0.xsl"
DESTINATION ${SCHEMA_DESTINATION} DESTINATION ${SCHEMA_DESTINATION}
PERMISSIONS "OWNER_READ" "GROUP_READ" "WORLD_READ" PERMISSIONS "OWNER_READ" "GROUP_READ" "WORLD_READ"
COMPONENT Runtime COMPONENT Runtime