Salome HOME
Separation of Construction plugin from PartSet plugin. Each plugin package contains...
authormpv <mikhail.ponikarov@opencascade.com>
Tue, 22 Apr 2014 13:39:05 +0000 (17:39 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Tue, 22 Apr 2014 13:39:05 +0000 (17:39 +0400)
commit7b1cee901954dabb2e9165caf72baff2393db266
treed90589b308d623893b430c73cb5c3588933ebed7
parent0490eb8655903ddff6e8d4669b9873a36e382e09
Separation of Construction plugin from PartSet plugin. Each plugin package contains its config.
16 files changed:
CMakeLists.txt
src/Config/CMakeLists.txt
src/Config/plugin-PartSet.xml [deleted file]
src/Config/plugins.xml
src/ConstructionPlugin/CMakeLists.txt [new file with mode: 0644]
src/ConstructionPlugin/ConstructionPlugin.h [new file with mode: 0644]
src/ConstructionPlugin/ConstructionPlugin_Plugin.cxx [new file with mode: 0644]
src/ConstructionPlugin/ConstructionPlugin_Plugin.h [new file with mode: 0644]
src/ConstructionPlugin/ConstructionPlugin_Point.cxx [new file with mode: 0644]
src/ConstructionPlugin/ConstructionPlugin_Point.h [new file with mode: 0644]
src/ConstructionPlugin/plugin-Construction.xml [new file with mode: 0644]
src/PartSetPlugin/CMakeLists.txt
src/PartSetPlugin/PartSetPlugin_Plugin.cxx
src/PartSetPlugin/PartSetPlugin_Point.cxx [deleted file]
src/PartSetPlugin/PartSetPlugin_Point.h [deleted file]
src/PartSetPlugin/plugin-PartSet.xml [new file with mode: 0644]