Remove deprecated files for padder plugin

This commit is contained in:
boulant 2013-07-31 12:37:06 +00:00
parent 04fe81eb47
commit f035f75e60
3 changed files with 2 additions and 5 deletions

View File

@ -587,9 +587,6 @@ AC_OUTPUT([ \
src/Tools/padder/spadderpy/plugin/Makefile \ src/Tools/padder/spadderpy/plugin/Makefile \
src/Tools/padder/spadderpy/plugin/envPlugins.sh \ src/Tools/padder/spadderpy/plugin/envPlugins.sh \
src/Tools/padder/resources/Makefile \ src/Tools/padder/resources/Makefile \
src/Tools/padder/resources/appligen/Makefile \
src/Tools/padder/resources/appligen/appligen.sh \
src/Tools/padder/resources/appligen/config_appli.xml \
src/Tools/padder/resources/testdata/Makefile \ src/Tools/padder/resources/testdata/Makefile \
src/Tools/padder/unittests/Makefile \ src/Tools/padder/unittests/Makefile \
src/Tools/padder/unittests/autotest.sh \ src/Tools/padder/unittests/autotest.sh \

View File

@ -50,7 +50,7 @@ module MESHJOB
// //
// This defines the set of temporary folders used by the jobmanager // This defines the set of temporary folders used by the jobmanager
// when executing a job (may depends on the job). // when executing a job (may depend on the job).
struct MeshJobPaths struct MeshJobPaths
{ {
string local_inputdir; string local_inputdir;

View File

@ -17,7 +17,7 @@
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
# #
SUBDIRS = appligen testdata SUBDIRS = testdata
include $(top_srcdir)/adm_local/unix/make_common_starter.am include $(top_srcdir)/adm_local/unix/make_common_starter.am