The old manifest templates at top level should be removed to avoid
clobbering the intended manifest in packaging/.
Change-Id: I867885a93e2dcc051a7f712baf2da9b908c19555
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/pkgmgr-info.pc.in ${CMAKE_BINARY_DIR}/pkgmgr-info.pc @ONLY)
configure_file(parser_path.conf.in parser_path.conf @ONLY)
-configure_file(pkgmgr-info.manifest.in pkgmgr-info.manifest @ONLY)
-configure_file(pkgmgr-parser.manifest.in pkgmgr-parser.manifest @ONLY)
INSTALL(TARGETS pkgmgr-info DESTINATION ${LIB_INSTALL_DIR} COMPONENT RuntimeLibraries)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgmgr-info.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/include/pkgmgr-info.h DESTINATION include)
+* Thu Jul 11 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> 872e32b
+- Remove the manifest template files
+
* Mon Jul 08 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> accepted/tizen/20130703.235718@ba6f4aa
- Fix Runtimes Issue : Remove hardcoded path
+++ /dev/null
-<manifest>
- <define>
- <domain name="pkgmgr-info"/>
- </define>
- <request>
- <domain name="pkgmgr-info"/>
- </request>
- <assign>
- <filesystem path="@LIB_INSTALL_DIR@/libpkgmgr-info.*" label="_"/>
- </assign>
-</manifest>
+++ /dev/null
-<manifest>
- <define>
- <domain name="pkgmgr-parser"/>
- </define>
- <request>
- <domain name="pkgmgr-parser"/>
- </request>
- <assign>
- <filesystem path="@LIB_INSTALL_DIR@/libpkgmgr_parser.so.0" label="_"/>
- <filesystem path="@LIB_INSTALL_DIR@/libpkgmgr_parser.so.0.1.0" label="_"/>
- <filesystem path="@LIB_INSTALL_DIR@/libpkgmgr_parser_lib_sample.so" label="_"/>
- </assign>
-</manifest>