From acda0a492c362c53725fa6728e007335bba9a696 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 5 Oct 2011 14:35:07 +0000 Subject: [PATCH] CASCADE 6.5 compatibility --- configure.ac | 1 + resources/Makefile.am | 3 +-- resources/Plugin | 10 ---------- resources/Plugin.in | 10 ++++++++++ 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100755 resources/Plugin create mode 100644 resources/Plugin.in diff --git a/configure.ac b/configure.ac index 15d84b478..8be0b6c53 100644 --- a/configure.ac +++ b/configure.ac @@ -468,6 +468,7 @@ AC_OUTPUT([ \ resources/Makefile \ resources/GEOMCatalog.xml \ resources/SalomeApp.xml \ + resources/Plugin \ idl/Makefile \ Makefile \ ]) diff --git a/resources/Makefile.am b/resources/Makefile.am index 86bd50df1..6313fd6c7 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -28,7 +28,6 @@ dist_salomeres_DATA = \ GEOM_en.xml \ GEOM_fr.xml \ GEOM.config \ -Plugin \ GEOMDS_Resources \ ImportExport \ ShHealing \ @@ -247,4 +246,4 @@ ADVANCED_RESOURCES += dlg_pipetshapefilletrf.png dist_salomeres_DATA += $(ADVANCED_RESOURCES) # VSR: little trick to avoid putting if GEOMCatalog.xml to the distribution archive -nodist_salomeres_SCRIPTS = GEOMCatalog.xml SalomeApp.xml +nodist_salomeres_SCRIPTS = GEOMCatalog.xml SalomeApp.xml Plugin diff --git a/resources/Plugin b/resources/Plugin deleted file mode 100755 index 895d6554e..000000000 --- a/resources/Plugin +++ /dev/null @@ -1,10 +0,0 @@ -! Description of available plugins -! ******************************** -! -a148e300-5740-11d1-a904-080036aaa103.Location: FWOSPlugin -! -! standard attribute drivers plugin -! -ad696000-5b34-11d1-b5ba-00a0c9064368.Location: StdPlugin -ad696001-5b34-11d1-b5ba-00a0c9064368.Location: StdPlugin -ad696002-5b34-11d1-b5ba-00a0c9064368.Location: StdPlugin diff --git a/resources/Plugin.in b/resources/Plugin.in new file mode 100644 index 000000000..3d4fad5e5 --- /dev/null +++ b/resources/Plugin.in @@ -0,0 +1,10 @@ +! Description of available plugins +! ******************************** +! +a148e300-5740-11d1-a904-080036aaa103.Location: FWOSPlugin +! +! standard attribute drivers plugin +! +ad696000-5b34-11d1-b5ba-00a0c9064368.Location: @CAS_STDPLUGIN@ +ad696001-5b34-11d1-b5ba-00a0c9064368.Location: @CAS_STDPLUGIN@ +ad696002-5b34-11d1-b5ba-00a0c9064368.Location: @CAS_STDPLUGIN@ -- 2.39.2