diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2011-04-18 10:23:58 +0200 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2011-04-19 16:56:07 +0200 |
commit | ba2ed38664b65a1b12dd5e5b25827a0894656ecb (patch) | |
tree | bf9985c7b3694c0b410eab46d9497ee27e0f09af | |
parent | a3649a6a472373ab2b7c11603c07185b92d70f0a (diff) | |
download | scilab-ba2ed38664b65a1b12dd5e5b25827a0894656ecb.zip scilab-ba2ed38664b65a1b12dd5e5b25827a0894656ecb.tar.gz |
bug 7061 fixed - changelog.txt, readme.txt, version.xml removed from modules.
Change-Id: Iac4db562b598d574bf4612e10c9d4b16fe6acb68
349 files changed, 397 insertions, 1530 deletions
diff --git a/scilab/CHANGES_5.4.X b/scilab/CHANGES_5.4.X index 0db9f35..45edf83 100644 --- a/scilab/CHANGES_5.4.X +++ b/scilab/CHANGES_5.4.X | |||
@@ -17,12 +17,12 @@ New functions | |||
17 | ============= | 17 | ============= |
18 | 18 | ||
19 | * The assert module provides a set of assertion functions. | 19 | * The assert module provides a set of assertion functions. |
20 | The goal of this module is to provide functions to check the | 20 | The goal of this module is to provide functions to check the |
21 | behavior of some other functions, for example in unit tests. | 21 | behavior of some other functions, for example in unit tests. |
22 | We emphasize the use of consistent tools for testing numerical | 22 | We emphasize the use of consistent tools for testing numerical |
23 | issues, with the goal of testing numerical algorithms more easily. | 23 | issues, with the goal of testing numerical algorithms more easily. |
24 | In particular, we provide a comparison function for two floating | 24 | In particular, we provide a comparison function for two floating |
25 | point numbers, which allows to check that two numbers are | 25 | point numbers, which allows to check that two numbers are |
26 | "numerically almost equal", i.e. that the relative error is small. | 26 | "numerically almost equal", i.e. that the relative error is small. |
27 | This automatically fixes the bug #4381. | 27 | This automatically fixes the bug #4381. |
28 | 28 | ||
@@ -55,7 +55,7 @@ Performance: | |||
55 | ============ | 55 | ============ |
56 | 56 | ||
57 | * SSE is now enabled by default under GNU/Linux with 32 bit CPU (it is already | 57 | * SSE is now enabled by default under GNU/Linux with 32 bit CPU (it is already |
58 | the case under 64 bit CPU). | 58 | the case under 64 bit CPU). |
59 | Pentium III class (or equivalent) with SSE instructions is required. | 59 | Pentium III class (or equivalent) with SSE instructions is required. |
60 | 60 | ||
61 | * bug 8608 - dec2hex, hex2dec, dec2oct, oct2dec, code have been simplified and optimized. | 61 | * bug 8608 - dec2hex, hex2dec, dec2oct, oct2dec, code have been simplified and optimized. |
@@ -67,3 +67,10 @@ Compilation: | |||
67 | * Under GNU/Linux and Mac OS X, all modules build as standalone its algorithms | 67 | * Under GNU/Linux and Mac OS X, all modules build as standalone its algorithms |
68 | as a static library (only available in the source tree). | 68 | as a static library (only available in the source tree). |
69 | This will avoid an important dependency tree for unitary testing. | 69 | This will avoid an important dependency tree for unitary testing. |
70 | |||
71 | |||
72 | Bug fixes: | ||
73 | ========== | ||
74 | |||
75 | * bug 7061 fixed - changelog.txt, readme.txt, version.xml removed from modules. | ||
76 | |||
diff --git a/scilab/modules/action_binding/Makefile.am b/scilab/modules/action_binding/Makefile.am index d95caa5..243ea10 100644 --- a/scilab/modules/action_binding/Makefile.am +++ b/scilab/modules/action_binding/Makefile.am | |||
@@ -100,7 +100,7 @@ modulename=action_binding | |||
100 | 100 | ||
101 | #### action_binding : Conf files #### | 101 | #### action_binding : Conf files #### |
102 | libsciaction_binding_la_rootdir = $(mydatadir) | 102 | libsciaction_binding_la_rootdir = $(mydatadir) |
103 | libsciaction_binding_la_root_DATA = license.txt version.xml | 103 | libsciaction_binding_la_root_DATA = license.txt |
104 | 104 | ||
105 | ####�action_binding : init scripts #### | 105 | ####�action_binding : init scripts #### |
106 | libsciaction_binding_la_etcdir = $(mydatadir)/etc | 106 | libsciaction_binding_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/action_binding/Makefile.in b/scilab/modules/action_binding/Makefile.in index f4dabcd..830b6308 100644 --- a/scilab/modules/action_binding/Makefile.in +++ b/scilab/modules/action_binding/Makefile.in | |||
@@ -514,7 +514,7 @@ modulename = action_binding | |||
514 | 514 | ||
515 | #### action_binding : Conf files #### | 515 | #### action_binding : Conf files #### |
516 | libsciaction_binding_la_rootdir = $(mydatadir) | 516 | libsciaction_binding_la_rootdir = $(mydatadir) |
517 | libsciaction_binding_la_root_DATA = license.txt version.xml | 517 | libsciaction_binding_la_root_DATA = license.txt |
518 | 518 | ||
519 | ####�action_binding : init scripts #### | 519 | ####�action_binding : init scripts #### |
520 | libsciaction_binding_la_etcdir = $(mydatadir)/etc | 520 | libsciaction_binding_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/action_binding/action_binding.iss b/scilab/modules/action_binding/action_binding.iss index d359e0b..610c7cb 100644 --- a/scilab/modules/action_binding/action_binding.iss +++ b/scilab/modules/action_binding/action_binding.iss | |||
@@ -26,7 +26,6 @@ Source: modules\{#ACTION_BINDING}\jar\org.scilab.modules.{#ACTION_BINDING}.jar;D | |||
26 | ;Source: bin\no{#ACTION_BINDING}.dll; DestDir: {app}\bin; DestName: sci{#ACTION_BINDING}.dll; Components: not ({#COMPN_ACTION_BINDING}) | 26 | ;Source: bin\no{#ACTION_BINDING}.dll; DestDir: {app}\bin; DestName: sci{#ACTION_BINDING}.dll; Components: not ({#COMPN_ACTION_BINDING}) |
27 | ; | 27 | ; |
28 | Source: modules\{#ACTION_BINDING}\license.txt; DestDir: {app}\modules\{#ACTION_BINDING}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 28 | Source: modules\{#ACTION_BINDING}\license.txt; DestDir: {app}\modules\{#ACTION_BINDING}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
29 | Source: modules\{#ACTION_BINDING}\version.xml; DestDir: {app}\modules\{#ACTION_BINDING}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | ||
30 | ; | 29 | ; |
31 | Source: modules\{#ACTION_BINDING}\sci_gateway\{#ACTION_BINDING}_gateway.xml; DestDir: {app}\modules\{#ACTION_BINDING}\sci_gateway; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 30 | Source: modules\{#ACTION_BINDING}\sci_gateway\{#ACTION_BINDING}_gateway.xml; DestDir: {app}\modules\{#ACTION_BINDING}\sci_gateway; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
32 | ; | 31 | ; |
diff --git a/scilab/modules/action_binding/version.xml b/scilab/modules/action_binding/version.xml deleted file mode 100644 index 1ba38c8..0000000 --- a/scilab/modules/action_binding/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="action_binding"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/api_scilab/Makefile.am b/scilab/modules/api_scilab/Makefile.am index cf983a9..e708aaa 100644 --- a/scilab/modules/api_scilab/Makefile.am +++ b/scilab/modules/api_scilab/Makefile.am | |||
@@ -58,7 +58,7 @@ modulename=api_scilab | |||
58 | 58 | ||
59 | #### api_scilab : Conf files #### | 59 | #### api_scilab : Conf files #### |
60 | libsciapi_scilab_la_rootdir = $(mydatadir) | 60 | libsciapi_scilab_la_rootdir = $(mydatadir) |
61 | libsciapi_scilab_la_root_DATA = license.txt version.xml | 61 | libsciapi_scilab_la_root_DATA = license.txt |
62 | 62 | ||
63 | 63 | ||
64 | #### api_scilab : init scripts #### | 64 | #### api_scilab : init scripts #### |
diff --git a/scilab/modules/api_scilab/Makefile.in b/scilab/modules/api_scilab/Makefile.in index e37bf55..021322b 100644 --- a/scilab/modules/api_scilab/Makefile.in +++ b/scilab/modules/api_scilab/Makefile.in | |||
@@ -445,7 +445,7 @@ modulename = api_scilab | |||
445 | 445 | ||
446 | #### api_scilab : Conf files #### | 446 | #### api_scilab : Conf files #### |
447 | libsciapi_scilab_la_rootdir = $(mydatadir) | 447 | libsciapi_scilab_la_rootdir = $(mydatadir) |
448 | libsciapi_scilab_la_root_DATA = license.txt version.xml | 448 | libsciapi_scilab_la_root_DATA = license.txt |
449 | 449 | ||
450 | #### api_scilab : init scripts #### | 450 | #### api_scilab : init scripts #### |
451 | libsciapi_scilab_la_etcdir = $(mydatadir)/etc | 451 | libsciapi_scilab_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/api_scilab/api_scilab.vcproj b/scilab/modules/api_scilab/api_scilab.vcproj index caeaff4..ae4692c 100644 --- a/scilab/modules/api_scilab/api_scilab.vcproj +++ b/scilab/modules/api_scilab/api_scilab.vcproj | |||
@@ -567,10 +567,6 @@ | |||
567 | RelativePath=".\Makefile.am" | 567 | RelativePath=".\Makefile.am" |
568 | > | 568 | > |
569 | </File> | 569 | </File> |
570 | <File | ||
571 | RelativePath=".\version.xml" | ||
572 | > | ||
573 | </File> | ||
574 | </Files> | 570 | </Files> |
575 | <Globals> | 571 | <Globals> |
576 | </Globals> | 572 | </Globals> |
diff --git a/scilab/modules/api_scilab/version.xml b/scilab/modules/api_scilab/version.xml deleted file mode 100644 index ccfac63..0000000 --- a/scilab/modules/api_scilab/version.xml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2009 - DIGITEO | ||
5 | * | ||
6 | * This file is distributed under the same license as the Scilab package. | ||
7 | --> | ||
8 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
9 | <MODULE_VERSION name="api_scilab"> | ||
10 | <VERSION major="1" minor="0" maintenance="0" revision="0" string="unstable-git" /> | ||
11 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/arnoldi/Makefile.am b/scilab/modules/arnoldi/Makefile.am index 64b41e2..9bda256 100644 --- a/scilab/modules/arnoldi/Makefile.am +++ b/scilab/modules/arnoldi/Makefile.am | |||
@@ -92,7 +92,7 @@ modulename=arnoldi | |||
92 | 92 | ||
93 | #### arnoldi : Conf files #### | 93 | #### arnoldi : Conf files #### |
94 | libsciarnoldi_la_rootdir = $(mydatadir) | 94 | libsciarnoldi_la_rootdir = $(mydatadir) |
95 | libsciarnoldi_la_root_DATA = license.txt version.xml | 95 | libsciarnoldi_la_root_DATA = license.txt |
96 | 96 | ||
97 | 97 | ||
98 | #### arnoldi : init scripts #### | 98 | #### arnoldi : init scripts #### |
diff --git a/scilab/modules/arnoldi/Makefile.in b/scilab/modules/arnoldi/Makefile.in index 1a126da..e706b7b 100644 --- a/scilab/modules/arnoldi/Makefile.in +++ b/scilab/modules/arnoldi/Makefile.in | |||
@@ -492,7 +492,7 @@ modulename = arnoldi | |||
492 | 492 | ||
493 | #### arnoldi : Conf files #### | 493 | #### arnoldi : Conf files #### |
494 | libsciarnoldi_la_rootdir = $(mydatadir) | 494 | libsciarnoldi_la_rootdir = $(mydatadir) |
495 | libsciarnoldi_la_root_DATA = license.txt version.xml | 495 | libsciarnoldi_la_root_DATA = license.txt |
496 | 496 | ||
497 | #### arnoldi : init scripts #### | 497 | #### arnoldi : init scripts #### |
498 | libsciarnoldi_la_etcdir = $(mydatadir)/etc | 498 | libsciarnoldi_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/arnoldi/arnoldi.iss b/scilab/modules/arnoldi/arnoldi.iss index baddff4..5a67e6f 100644 --- a/scilab/modules/arnoldi/arnoldi.iss +++ b/scilab/modules/arnoldi/arnoldi.iss | |||
@@ -23,7 +23,6 @@ Source: bin\{#ARNOLDI}.dll; DestDir: {app}\bin; Components: {#COMPN_ARNOLDI}; | |||
23 | ; | 23 | ; |
24 | Source: bin\Arpack.dll; DestDir: {app}\bin; Components: {#COMPN_ARNOLDI} | 24 | Source: bin\Arpack.dll; DestDir: {app}\bin; Components: {#COMPN_ARNOLDI} |
25 | ; | 25 | ; |
26 | Source: modules\{#ARNOLDI}\VERSION.xml; DestDir: {app}\modules\{#ARNOLDI}; Components: {#COMPN_ARNOLDI} | ||
27 | Source: modules\{#ARNOLDI}\license.txt; DestDir: {app}\modules\{#ARNOLDI}; Components: {#COMPN_ARNOLDI} | 26 | Source: modules\{#ARNOLDI}\license.txt; DestDir: {app}\modules\{#ARNOLDI}; Components: {#COMPN_ARNOLDI} |
28 | ; | 27 | ; |
29 | Source: modules\{#ARNOLDI}\sci_gateway\{#ARNOLDI}_gateway.xml; DestDir: {app}\modules\{#ARNOLDI}\sci_gateway; Components: {#COMPN_ARNOLDI} | 28 | Source: modules\{#ARNOLDI}\sci_gateway\{#ARNOLDI}_gateway.xml; DestDir: {app}\modules\{#ARNOLDI}\sci_gateway; Components: {#COMPN_ARNOLDI} |
diff --git a/scilab/modules/arnoldi/arnoldi.vcproj b/scilab/modules/arnoldi/arnoldi.vcproj index 11c96c3..5f2695f 100644 --- a/scilab/modules/arnoldi/arnoldi.vcproj +++ b/scilab/modules/arnoldi/arnoldi.vcproj | |||
@@ -453,10 +453,6 @@ | |||
453 | RelativePath=".\Makefile.am" | 453 | RelativePath=".\Makefile.am" |
454 | > | 454 | > |
455 | </File> | 455 | </File> |
456 | <File | ||
457 | RelativePath=".\version.xml" | ||
458 | > | ||
459 | </File> | ||
460 | </Files> | 456 | </Files> |
461 | <Globals> | 457 | <Globals> |
462 | </Globals> | 458 | </Globals> |
diff --git a/scilab/modules/arnoldi/version.xml b/scilab/modules/arnoldi/version.xml deleted file mode 100644 index 8f6ba07..0000000 --- a/scilab/modules/arnoldi/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="arnoldi"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/atoms/Makefile.am b/scilab/modules/atoms/Makefile.am index cc634a9..ea5ba3a 100644 --- a/scilab/modules/atoms/Makefile.am +++ b/scilab/modules/atoms/Makefile.am | |||
@@ -11,7 +11,7 @@ modulename=atoms | |||
11 | 11 | ||
12 | #### atoms : Conf files #### | 12 | #### atoms : Conf files #### |
13 | libsciatoms_la_rootdir = $(mydatadir) | 13 | libsciatoms_la_rootdir = $(mydatadir) |
14 | libsciatoms_la_root_DATA = license.txt version.xml | 14 | libsciatoms_la_root_DATA = license.txt |
15 | 15 | ||
16 | #### atoms : init scripts #### | 16 | #### atoms : init scripts #### |
17 | libsciatoms_la_etcdir = $(mydatadir)/etc | 17 | libsciatoms_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/atoms/Makefile.in b/scilab/modules/atoms/Makefile.in index 800da92..b27f6a4 100644 --- a/scilab/modules/atoms/Makefile.in +++ b/scilab/modules/atoms/Makefile.in | |||
@@ -369,7 +369,7 @@ modulename = atoms | |||
369 | 369 | ||
370 | #### atoms : Conf files #### | 370 | #### atoms : Conf files #### |
371 | libsciatoms_la_rootdir = $(mydatadir) | 371 | libsciatoms_la_rootdir = $(mydatadir) |
372 | libsciatoms_la_root_DATA = license.txt version.xml | 372 | libsciatoms_la_root_DATA = license.txt |
373 | 373 | ||
374 | #### atoms : init scripts #### | 374 | #### atoms : init scripts #### |
375 | libsciatoms_la_etcdir = $(mydatadir)/etc | 375 | libsciatoms_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/atoms/atoms.iss b/scilab/modules/atoms/atoms.iss index b78f526..5b6e38c 100644 --- a/scilab/modules/atoms/atoms.iss +++ b/scilab/modules/atoms/atoms.iss | |||
@@ -19,7 +19,6 @@ | |||
19 | ; | 19 | ; |
20 | #define ATOMS "atoms" | 20 | #define ATOMS "atoms" |
21 | ; | 21 | ; |
22 | Source: modules\{#ATOMS}\VERSION.xml; DestDir: {app}\modules\{#ATOMS}; Components: {#COMPN_ATOMS} | ||
23 | Source: modules\{#ATOMS}\license.txt; DestDir: {app}\modules\{#ATOMS}; Components: {#COMPN_ATOMS} | 22 | Source: modules\{#ATOMS}\license.txt; DestDir: {app}\modules\{#ATOMS}; Components: {#COMPN_ATOMS} |
24 | ; | 23 | ; |
25 | Source: modules\{#ATOMS}\etc\{#ATOMS}.quit; DestDir: {app}\modules\{#ATOMS}\etc; Components: {#COMPN_ATOMS} | 24 | Source: modules\{#ATOMS}\etc\{#ATOMS}.quit; DestDir: {app}\modules\{#ATOMS}\etc; Components: {#COMPN_ATOMS} |
diff --git a/scilab/modules/atoms/version.xml b/scilab/modules/atoms/version.xml deleted file mode 100644 index 8d79834..0000000 --- a/scilab/modules/atoms/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="atoms"> | ||
11 | <VERSION major="1" minor="1" maintenance="0" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/boolean/Makefile.am b/scilab/modules/boolean/Makefile.am index 05f2e6c..d288001 100644 --- a/scilab/modules/boolean/Makefile.am +++ b/scilab/modules/boolean/Makefile.am | |||
@@ -46,7 +46,7 @@ modulename=boolean | |||
46 | 46 | ||
47 | #### boolean : Conf files #### | 47 | #### boolean : Conf files #### |
48 | libsciboolean_la_rootdir = $(mydatadir) | 48 | libsciboolean_la_rootdir = $(mydatadir) |
49 | libsciboolean_la_root_DATA = license.txt version.xml | 49 | libsciboolean_la_root_DATA = license.txt |
50 | 50 | ||
51 | 51 | ||
52 | ####�boolean : init scripts #### | 52 | ####�boolean : init scripts #### |
diff --git a/scilab/modules/boolean/Makefile.in b/scilab/modules/boolean/Makefile.in index 0da0872..910d928 100644 --- a/scilab/modules/boolean/Makefile.in +++ b/scilab/modules/boolean/Makefile.in | |||
@@ -445,7 +445,7 @@ modulename = boolean | |||
445 | 445 | ||
446 | #### boolean : Conf files #### | 446 | #### boolean : Conf files #### |
447 | libsciboolean_la_rootdir = $(mydatadir) | 447 | libsciboolean_la_rootdir = $(mydatadir) |
448 | libsciboolean_la_root_DATA = license.txt version.xml | 448 | libsciboolean_la_root_DATA = license.txt |
449 | 449 | ||
450 | ####�boolean : init scripts #### | 450 | ####�boolean : init scripts #### |
451 | libsciboolean_la_etcdir = $(mydatadir)/etc | 451 | libsciboolean_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/boolean/boolean.iss b/scilab/modules/boolean/boolean.iss index 0df6f64..e0a4a33 100644 --- a/scilab/modules/boolean/boolean.iss +++ b/scilab/modules/boolean/boolean.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#BOOLEAN}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 21 | Source: bin\{#BOOLEAN}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
22 | Source: bin\{#BOOLEAN}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#BOOLEAN}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | ; | 23 | ; |
24 | Source: modules\{#BOOLEAN}\VERSION.xml; DestDir: {app}\modules\{#BOOLEAN}; Components: {#COMPN_SCILAB} | ||
25 | Source: modules\{#BOOLEAN}\license.txt; DestDir: {app}\modules\{#BOOLEAN}; Components: {#COMPN_SCILAB} | 24 | Source: modules\{#BOOLEAN}\license.txt; DestDir: {app}\modules\{#BOOLEAN}; Components: {#COMPN_SCILAB} |
26 | ; | 25 | ; |
27 | Source: modules\{#BOOLEAN}\sci_gateway\{#BOOLEAN}_gateway.xml; DestDir: {app}\modules\{#BOOLEAN}\sci_gateway; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#BOOLEAN}\sci_gateway\{#BOOLEAN}_gateway.xml; DestDir: {app}\modules\{#BOOLEAN}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/boolean/src/c/boolean.vcproj b/scilab/modules/boolean/src/c/boolean.vcproj index fcb3e81..47d50fc 100644 --- a/scilab/modules/boolean/src/c/boolean.vcproj +++ b/scilab/modules/boolean/src/c/boolean.vcproj | |||
@@ -445,10 +445,6 @@ | |||
445 | RelativePath="..\..\Makefile.am" | 445 | RelativePath="..\..\Makefile.am" |
446 | > | 446 | > |
447 | </File> | 447 | </File> |
448 | <File | ||
449 | RelativePath="..\..\version.xml" | ||
450 | > | ||
451 | </File> | ||
452 | </Files> | 448 | </Files> |
453 | <Globals> | 449 | <Globals> |
454 | </Globals> | 450 | </Globals> |
diff --git a/scilab/modules/boolean/version.xml b/scilab/modules/boolean/version.xml deleted file mode 100644 index 1c98805..0000000 --- a/scilab/modules/boolean/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="boolean"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/cacsd/Makefile.am b/scilab/modules/cacsd/Makefile.am index dd0b2c5..ce9c9b0 100644 --- a/scilab/modules/cacsd/Makefile.am +++ b/scilab/modules/cacsd/Makefile.am | |||
@@ -231,7 +231,7 @@ modulename=cacsd | |||
231 | 231 | ||
232 | #### cacsd : Conf files #### | 232 | #### cacsd : Conf files #### |
233 | libscicacsd_la_rootdir = $(mydatadir) | 233 | libscicacsd_la_rootdir = $(mydatadir) |
234 | libscicacsd_la_root_DATA = license.txt version.xml | 234 | libscicacsd_la_root_DATA = license.txt |
235 | 235 | ||
236 | ####�cacsd : init scripts #### | 236 | ####�cacsd : init scripts #### |
237 | libscicacsd_la_etcdir = $(mydatadir)/etc | 237 | libscicacsd_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/cacsd/Makefile.in b/scilab/modules/cacsd/Makefile.in index f9e5dc1..8f49a68 100644 --- a/scilab/modules/cacsd/Makefile.in +++ b/scilab/modules/cacsd/Makefile.in | |||
@@ -670,7 +670,7 @@ modulename = cacsd | |||
670 | 670 | ||
671 | #### cacsd : Conf files #### | 671 | #### cacsd : Conf files #### |
672 | libscicacsd_la_rootdir = $(mydatadir) | 672 | libscicacsd_la_rootdir = $(mydatadir) |
673 | libscicacsd_la_root_DATA = license.txt version.xml | 673 | libscicacsd_la_root_DATA = license.txt |
674 | 674 | ||
675 | ####�cacsd : init scripts #### | 675 | ####�cacsd : init scripts #### |
676 | libscicacsd_la_etcdir = $(mydatadir)/etc | 676 | libscicacsd_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/cacsd/cacsd.iss b/scilab/modules/cacsd/cacsd.iss index b67a9a5..9c63d1a 100644 --- a/scilab/modules/cacsd/cacsd.iss +++ b/scilab/modules/cacsd/cacsd.iss | |||
@@ -22,7 +22,6 @@ Source: bin\slicot_f.dll; DestDir: {app}\bin; Components: {#COMPN_CACSD} | |||
22 | Source: bin\{#CACSD}_f.dll; DestDir: {app}\bin; Components: {#COMPN_CACSD} | 22 | Source: bin\{#CACSD}_f.dll; DestDir: {app}\bin; Components: {#COMPN_CACSD} |
23 | Source: bin\{#CACSD}.dll; DestDir: {app}\bin; Components: {#COMPN_CACSD} | 23 | Source: bin\{#CACSD}.dll; DestDir: {app}\bin; Components: {#COMPN_CACSD} |
24 | ; | 24 | ; |
25 | Source: modules\{#CACSD}\VERSION.xml; DestDir: {app}\modules\{#CACSD}; Components: {#COMPN_CACSD} | ||
26 | Source: modules\{#CACSD}\license.txt; DestDir: {app}\modules\{#CACSD}; Components: {#COMPN_CACSD} | 25 | Source: modules\{#CACSD}\license.txt; DestDir: {app}\modules\{#CACSD}; Components: {#COMPN_CACSD} |
27 | ; | 26 | ; |
28 | Source: modules\{#CACSD}\sci_gateway\{#CACSD}_gateway.xml; DestDir: {app}\modules\{#CACSD}\sci_gateway; Components: {#COMPN_CACSD} | 27 | Source: modules\{#CACSD}\sci_gateway\{#CACSD}_gateway.xml; DestDir: {app}\modules\{#CACSD}\sci_gateway; Components: {#COMPN_CACSD} |
diff --git a/scilab/modules/cacsd/src/c/cacsd.vcproj b/scilab/modules/cacsd/src/c/cacsd.vcproj index 32d325d..9178ba1 100644 --- a/scilab/modules/cacsd/src/c/cacsd.vcproj +++ b/scilab/modules/cacsd/src/c/cacsd.vcproj | |||
@@ -541,10 +541,6 @@ | |||
541 | RelativePath="..\..\Makefile.am" | 541 | RelativePath="..\..\Makefile.am" |
542 | > | 542 | > |
543 | </File> | 543 | </File> |
544 | <File | ||
545 | RelativePath="..\..\version.xml" | ||
546 | > | ||
547 | </File> | ||
548 | </Files> | 544 | </Files> |
549 | <Globals> | 545 | <Globals> |
550 | </Globals> | 546 | </Globals> |
diff --git a/scilab/modules/cacsd/version.xml b/scilab/modules/cacsd/version.xml deleted file mode 100644 index 5c00143..0000000 --- a/scilab/modules/cacsd/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="cacsd"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/call_scilab/Makefile.am b/scilab/modules/call_scilab/Makefile.am index ab58bca..2581297 100644 --- a/scilab/modules/call_scilab/Makefile.am +++ b/scilab/modules/call_scilab/Makefile.am | |||
@@ -49,7 +49,7 @@ modulename=call_scilab | |||
49 | 49 | ||
50 | #### call_scilab : Conf files #### | 50 | #### call_scilab : Conf files #### |
51 | libscicall_scilab_la_rootdir = $(mydatadir) | 51 | libscicall_scilab_la_rootdir = $(mydatadir) |
52 | libscicall_scilab_la_root_DATA = license.txt version.xml | 52 | libscicall_scilab_la_root_DATA = license.txt |
53 | 53 | ||
54 | 54 | ||
55 | #### call_scilab : init scripts #### | 55 | #### call_scilab : init scripts #### |
diff --git a/scilab/modules/call_scilab/Makefile.in b/scilab/modules/call_scilab/Makefile.in index 4c89ad5..851c152 100644 --- a/scilab/modules/call_scilab/Makefile.in +++ b/scilab/modules/call_scilab/Makefile.in | |||
@@ -447,7 +447,7 @@ modulename = call_scilab | |||
447 | 447 | ||
448 | #### call_scilab : Conf files #### | 448 | #### call_scilab : Conf files #### |
449 | libscicall_scilab_la_rootdir = $(mydatadir) | 449 | libscicall_scilab_la_rootdir = $(mydatadir) |
450 | libscicall_scilab_la_root_DATA = license.txt version.xml | 450 | libscicall_scilab_la_root_DATA = license.txt |
451 | 451 | ||
452 | #### call_scilab : init scripts #### | 452 | #### call_scilab : init scripts #### |
453 | libscicall_scilab_la_etcdir = $(mydatadir)/etc | 453 | libscicall_scilab_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/call_scilab/call_scilab.iss b/scilab/modules/call_scilab/call_scilab.iss index 65f43ca..e039e9d 100644 --- a/scilab/modules/call_scilab/call_scilab.iss +++ b/scilab/modules/call_scilab/call_scilab.iss | |||
@@ -22,7 +22,6 @@ Source: bin\{#MODULE_CALL_SCILAB}.dll; DestDir: {app}\bin; Components: {#COMPN_S | |||
22 | Source: bin\{#MODULE_CALL_SCILAB}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#MODULE_CALL_SCILAB}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | ; | 23 | ; |
24 | Source: modules\{#MODULE_CALL_SCILAB}\license.txt; DestDir: {app}\modules\{#MODULE_CALL_SCILAB}; Components: {#COMPN_SCILAB} | 24 | Source: modules\{#MODULE_CALL_SCILAB}\license.txt; DestDir: {app}\modules\{#MODULE_CALL_SCILAB}; Components: {#COMPN_SCILAB} |
25 | Source: modules\{#MODULE_CALL_SCILAB}\version.xml; DestDir: {app}\modules\{#MODULE_CALL_SCILAB}; Components: {#COMPN_SCILAB} | ||
26 | ; | 25 | ; |
27 | ;Source: modules\{#MODULE_CALL_SCILAB}\includes\*.h; DestDir: {app}\modules\{#MODULE_CALL_SCILAB}\includes; Components: {#COMPN_SCILAB} | 26 | ;Source: modules\{#MODULE_CALL_SCILAB}\includes\*.h; DestDir: {app}\modules\{#MODULE_CALL_SCILAB}\includes; Components: {#COMPN_SCILAB} |
28 | Source: modules\{#MODULE_CALL_SCILAB}\includes\{#MODULE_CALL_SCILAB}.h; DestDir: {app}\modules\{#MODULE_CALL_SCILAB}\includes; Components: {#COMPN_SCILAB} | 27 | Source: modules\{#MODULE_CALL_SCILAB}\includes\{#MODULE_CALL_SCILAB}.h; DestDir: {app}\modules\{#MODULE_CALL_SCILAB}\includes; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/call_scilab/call_scilab.vcproj b/scilab/modules/call_scilab/call_scilab.vcproj index 4eef893..ef616d2 100644 --- a/scilab/modules/call_scilab/call_scilab.vcproj +++ b/scilab/modules/call_scilab/call_scilab.vcproj | |||
@@ -475,10 +475,6 @@ | |||
475 | RelativePath=".\Makefile.am" | 475 | RelativePath=".\Makefile.am" |
476 | > | 476 | > |
477 | </File> | 477 | </File> |
478 | <File | ||
479 | RelativePath=".\version.xml" | ||
480 | > | ||
481 | </File> | ||
482 | </Files> | 478 | </Files> |
483 | <Globals> | 479 | <Globals> |
484 | </Globals> | 480 | </Globals> |
diff --git a/scilab/modules/call_scilab/version.xml b/scilab/modules/call_scilab/version.xml deleted file mode 100644 index c3810ad..0000000 --- a/scilab/modules/call_scilab/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="call_scilab"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/commons/Makefile.am b/scilab/modules/commons/Makefile.am index 0a1168c..7ff4e66 100644 --- a/scilab/modules/commons/Makefile.am +++ b/scilab/modules/commons/Makefile.am | |||
@@ -15,7 +15,7 @@ modulename=commons | |||
15 | 15 | ||
16 | #### commons : Conf files #### | 16 | #### commons : Conf files #### |
17 | libscicommons_la_rootdir = $(mydatadir) | 17 | libscicommons_la_rootdir = $(mydatadir) |
18 | libscicommons_la_root_DATA = license.txt version.xml | 18 | libscicommons_la_root_DATA = license.txt |
19 | 19 | ||
20 | 20 | ||
21 | #### commons : init scripts #### | 21 | #### commons : init scripts #### |
diff --git a/scilab/modules/commons/Makefile.in b/scilab/modules/commons/Makefile.in index 15c9438..1c56720 100644 --- a/scilab/modules/commons/Makefile.in +++ b/scilab/modules/commons/Makefile.in | |||
@@ -419,7 +419,7 @@ modulename = commons | |||
419 | 419 | ||
420 | #### commons : Conf files #### | 420 | #### commons : Conf files #### |
421 | libscicommons_la_rootdir = $(mydatadir) | 421 | libscicommons_la_rootdir = $(mydatadir) |
422 | libscicommons_la_root_DATA = license.txt version.xml | 422 | libscicommons_la_root_DATA = license.txt |
423 | 423 | ||
424 | #### commons : init scripts #### | 424 | #### commons : init scripts #### |
425 | libscicommons_la_etcdir = $(mydatadir)/etc | 425 | libscicommons_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/commons/commons.iss b/scilab/modules/commons/commons.iss index 8213d38..1b55162 100644 --- a/scilab/modules/commons/commons.iss +++ b/scilab/modules/commons/commons.iss | |||
@@ -21,7 +21,6 @@ Source: modules\{#COMMONS}\jar\org.scilab.modules.{#COMMONS}.jar;DestDir: {app}\ | |||
21 | ; | 21 | ; |
22 | Source: bin\sci{#COMMONS}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 22 | Source: bin\sci{#COMMONS}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
23 | ; | 23 | ; |
24 | Source: modules\{#COMMONS}\VERSION.xml; DestDir: {app}\modules\{#COMMONS}; Components: {#COMPN_SCILAB} | ||
25 | Source: modules\{#COMMONS}\license.txt; DestDir: {app}\modules\{#COMMONS}; Components: {#COMPN_SCILAB} | 24 | Source: modules\{#COMMONS}\license.txt; DestDir: {app}\modules\{#COMMONS}; Components: {#COMPN_SCILAB} |
26 | ; | 25 | ; |
27 | Source: modules\{#COMMONS}\etc\{#COMMONS}.quit; DestDir: {app}\modules\{#COMMONS}\etc; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#COMMONS}\etc\{#COMMONS}.quit; DestDir: {app}\modules\{#COMMONS}\etc; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/commons/src/c/commons.vcproj b/scilab/modules/commons/src/c/commons.vcproj index aa9faad..42ded44 100644 --- a/scilab/modules/commons/src/c/commons.vcproj +++ b/scilab/modules/commons/src/c/commons.vcproj | |||
@@ -433,10 +433,6 @@ | |||
433 | RelativePath="..\..\Makefile.am" | 433 | RelativePath="..\..\Makefile.am" |
434 | > | 434 | > |
435 | </File> | 435 | </File> |
436 | <File | ||
437 | RelativePath="..\..\version.xml" | ||
438 | > | ||
439 | </File> | ||
440 | </Files> | 436 | </Files> |
441 | <Globals> | 437 | <Globals> |
442 | </Globals> | 438 | </Globals> |
diff --git a/scilab/modules/commons/version.xml b/scilab/modules/commons/version.xml deleted file mode 100644 index 4ca0d39..0000000 --- a/scilab/modules/commons/version.xml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2010 - DIGITEO | ||
5 | * | ||
6 | * This file is distributed under the same license as the Scilab package. | ||
7 | --> | ||
8 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
9 | <MODULE_VERSION name="commons"> | ||
10 | <VERSION major="1" minor="0" maintenance="0" revision="0" string="unstable-git" /> | ||
11 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/compatibility_functions/Makefile.am b/scilab/modules/compatibility_functions/Makefile.am index ea0ffd5..355d385 100644 --- a/scilab/modules/compatibility_functions/Makefile.am +++ b/scilab/modules/compatibility_functions/Makefile.am | |||
@@ -11,7 +11,7 @@ modulename=compatibility_functions | |||
11 | 11 | ||
12 | #### compatibility_functions : Conf files #### | 12 | #### compatibility_functions : Conf files #### |
13 | libscicompatibility_functions_la_rootdir = $(mydatadir) | 13 | libscicompatibility_functions_la_rootdir = $(mydatadir) |
14 | libscicompatibility_functions_la_root_DATA = license.txt version.xml | 14 | libscicompatibility_functions_la_root_DATA = license.txt |
15 | 15 | ||
16 | 16 | ||
17 | #### compatibility_functions : init scripts #### | 17 | #### compatibility_functions : init scripts #### |
diff --git a/scilab/modules/compatibility_functions/Makefile.in b/scilab/modules/compatibility_functions/Makefile.in index f9459d5..2861f68 100644 --- a/scilab/modules/compatibility_functions/Makefile.in +++ b/scilab/modules/compatibility_functions/Makefile.in | |||
@@ -431,7 +431,7 @@ modulename = compatibility_functions | |||
431 | 431 | ||
432 | #### compatibility_functions : Conf files #### | 432 | #### compatibility_functions : Conf files #### |
433 | libscicompatibility_functions_la_rootdir = $(mydatadir) | 433 | libscicompatibility_functions_la_rootdir = $(mydatadir) |
434 | libscicompatibility_functions_la_root_DATA = license.txt version.xml | 434 | libscicompatibility_functions_la_root_DATA = license.txt |
435 | 435 | ||
436 | #### compatibility_functions : init scripts #### | 436 | #### compatibility_functions : init scripts #### |
437 | libscicompatibility_functions_la_etcdir = $(mydatadir)/etc | 437 | libscicompatibility_functions_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/compatibility_functions/compatibility_functions.iss b/scilab/modules/compatibility_functions/compatibility_functions.iss index 5fcc629..81e0224 100644 --- a/scilab/modules/compatibility_functions/compatibility_functions.iss +++ b/scilab/modules/compatibility_functions/compatibility_functions.iss | |||
@@ -18,7 +18,6 @@ | |||
18 | ; | 18 | ; |
19 | #define COMPATFUNCTIONS "compatibility_functions" | 19 | #define COMPATFUNCTIONS "compatibility_functions" |
20 | ; | 20 | ; |
21 | Source: modules\{#COMPATFUNCTIONS}\VERSION.xml; DestDir: {app}\modules\{#COMPATFUNCTIONS}; Components: {#COMPN_COMPATFUNCTIONS} | ||
22 | Source: modules\{#COMPATFUNCTIONS}\license.txt; DestDir: {app}\modules\{#COMPATFUNCTIONS}; Components: {#COMPN_COMPATFUNCTIONS} | 21 | Source: modules\{#COMPATFUNCTIONS}\license.txt; DestDir: {app}\modules\{#COMPATFUNCTIONS}; Components: {#COMPN_COMPATFUNCTIONS} |
23 | ; | 22 | ; |
24 | Source: modules\{#COMPATFUNCTIONS}\etc\{#COMPATFUNCTIONS}.quit; DestDir: {app}\modules\{#COMPATFUNCTIONS}\etc; Components: {#COMPN_COMPATFUNCTIONS} | 23 | Source: modules\{#COMPATFUNCTIONS}\etc\{#COMPATFUNCTIONS}.quit; DestDir: {app}\modules\{#COMPATFUNCTIONS}\etc; Components: {#COMPN_COMPATFUNCTIONS} |
diff --git a/scilab/modules/compatibility_functions/version.xml b/scilab/modules/compatibility_functions/version.xml deleted file mode 100644 index a7f71b0..0000000 --- a/scilab/modules/compatibility_functions/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="compatibility_functions"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/completion/Makefile.am b/scilab/modules/completion/Makefile.am index 7cdd949..53a77f1 100644 --- a/scilab/modules/completion/Makefile.am +++ b/scilab/modules/completion/Makefile.am | |||
@@ -68,7 +68,7 @@ modulename=completion | |||
68 | 68 | ||
69 | #### completion : Conf files #### | 69 | #### completion : Conf files #### |
70 | libscicompletion_la_rootdir = $(mydatadir) | 70 | libscicompletion_la_rootdir = $(mydatadir) |
71 | libscicompletion_la_root_DATA = license.txt version.xml | 71 | libscicompletion_la_root_DATA = license.txt |
72 | 72 | ||
73 | #### completion : init scripts #### | 73 | #### completion : init scripts #### |
74 | libscicompletion_la_etcdir = $(mydatadir)/etc | 74 | libscicompletion_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/completion/Makefile.in b/scilab/modules/completion/Makefile.in index d35e523..14d02c7 100644 --- a/scilab/modules/completion/Makefile.in +++ b/scilab/modules/completion/Makefile.in | |||
@@ -491,7 +491,7 @@ modulename = completion | |||
491 | 491 | ||
492 | #### completion : Conf files #### | 492 | #### completion : Conf files #### |
493 | libscicompletion_la_rootdir = $(mydatadir) | 493 | libscicompletion_la_rootdir = $(mydatadir) |
494 | libscicompletion_la_root_DATA = license.txt version.xml | 494 | libscicompletion_la_root_DATA = license.txt |
495 | 495 | ||
496 | #### completion : init scripts #### | 496 | #### completion : init scripts #### |
497 | libscicompletion_la_etcdir = $(mydatadir)/etc | 497 | libscicompletion_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/completion/completion.iss b/scilab/modules/completion/completion.iss index b2cf83e..cd6ac9a 100644 --- a/scilab/modules/completion/completion.iss +++ b/scilab/modules/completion/completion.iss | |||
@@ -26,7 +26,6 @@ Source: modules\{#COMPLETION}\jar\org.scilab.modules.{#COMPLETION}.jar;DestDir: | |||
26 | ;Source: bin\nosci{#COMPLETION}.dll; DestDir: {app}\bin; DestName: sci{#COMPLETION}.dll; Components: not ({#COMPN_SCILAB}) | 26 | ;Source: bin\nosci{#COMPLETION}.dll; DestDir: {app}\bin; DestName: sci{#COMPLETION}.dll; Components: not ({#COMPN_SCILAB}) |
27 | ; | 27 | ; |
28 | Source: modules\{#COMPLETION}\license.txt; DestDir: {app}\modules\{#COMPLETION}; Components: {#COMPN_SCILAB} | 28 | Source: modules\{#COMPLETION}\license.txt; DestDir: {app}\modules\{#COMPLETION}; Components: {#COMPN_SCILAB} |
29 | Source: modules\{#COMPLETION}\version.xml; DestDir: {app}\modules\{#COMPLETION}; Components: {#COMPN_SCILAB} | ||
30 | ; | 29 | ; |
31 | Source: modules\{#COMPLETION}\sci_gateway\{#COMPLETION}_gateway.xml; DestDir: {app}\modules\{#COMPLETION}\sci_gateway; Components: {#COMPN_SCILAB} | 30 | Source: modules\{#COMPLETION}\sci_gateway\{#COMPLETION}_gateway.xml; DestDir: {app}\modules\{#COMPLETION}\sci_gateway; Components: {#COMPN_SCILAB} |
32 | ; | 31 | ; |
diff --git a/scilab/modules/completion/src/c/completion.vcproj b/scilab/modules/completion/src/c/completion.vcproj index 1587152..8358728 100644 --- a/scilab/modules/completion/src/c/completion.vcproj +++ b/scilab/modules/completion/src/c/completion.vcproj | |||
@@ -549,10 +549,6 @@ | |||
549 | RelativePath="..\..\Makefile.am" | 549 | RelativePath="..\..\Makefile.am" |
550 | > | 550 | > |
551 | </File> | 551 | </File> |
552 | <File | ||
553 | RelativePath="..\..\version.xml" | ||
554 | > | ||
555 | </File> | ||
556 | </Files> | 552 | </Files> |
557 | <Globals> | 553 | <Globals> |
558 | </Globals> | 554 | </Globals> |
diff --git a/scilab/modules/completion/version.xml b/scilab/modules/completion/version.xml deleted file mode 100644 index 4167fbc..0000000 --- a/scilab/modules/completion/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="completion"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/console/Makefile.am b/scilab/modules/console/Makefile.am index 0094c72..f44d78b 100644 --- a/scilab/modules/console/Makefile.am +++ b/scilab/modules/console/Makefile.am | |||
@@ -18,7 +18,7 @@ modulename=console | |||
18 | 18 | ||
19 | #### console : Conf files #### | 19 | #### console : Conf files #### |
20 | libsciconsole_la_rootdir = $(mydatadir) | 20 | libsciconsole_la_rootdir = $(mydatadir) |
21 | libsciconsole_la_root_DATA = license.txt version.xml | 21 | libsciconsole_la_root_DATA = license.txt |
22 | 22 | ||
23 | #### console : init scripts #### | 23 | #### console : init scripts #### |
24 | libsciconsole_la_etcdir = $(mydatadir)/etc | 24 | libsciconsole_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/console/Makefile.in b/scilab/modules/console/Makefile.in index 8582a91..acc0b77 100644 --- a/scilab/modules/console/Makefile.in +++ b/scilab/modules/console/Makefile.in | |||
@@ -442,7 +442,7 @@ modulename = console | |||
442 | 442 | ||
443 | #### console : Conf files #### | 443 | #### console : Conf files #### |
444 | libsciconsole_la_rootdir = $(mydatadir) | 444 | libsciconsole_la_rootdir = $(mydatadir) |
445 | libsciconsole_la_root_DATA = license.txt version.xml | 445 | libsciconsole_la_root_DATA = license.txt |
446 | 446 | ||
447 | #### console : init scripts #### | 447 | #### console : init scripts #### |
448 | libsciconsole_la_etcdir = $(mydatadir)/etc | 448 | libsciconsole_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/console/console.iss b/scilab/modules/console/console.iss index c88873f..7e8ec67 100644 --- a/scilab/modules/console/console.iss +++ b/scilab/modules/console/console.iss | |||
@@ -29,7 +29,6 @@ Source: modules\{#CONSOLE}\etc\configuration.xml; DestDir: {app}\modules\{#CONSO | |||
29 | Source: bin\no{#CONSOLE}.dll; DestDir: {app}\bin; DestName: sci{#CONSOLE}.dll; Components: not ({#COMPN_JVM_MODULE}) | 29 | Source: bin\no{#CONSOLE}.dll; DestDir: {app}\bin; DestName: sci{#CONSOLE}.dll; Components: not ({#COMPN_JVM_MODULE}) |
30 | ; | 30 | ; |
31 | Source: modules\{#CONSOLE}\license.txt; DestDir: {app}\modules\{#CONSOLE}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 31 | Source: modules\{#CONSOLE}\license.txt; DestDir: {app}\modules\{#CONSOLE}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
32 | Source: modules\{#CONSOLE}\version.xml; DestDir: {app}\modules\{#CONSOLE}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | ||
33 | ; | 32 | ; |
34 | ;Source: modules\{#CONSOLE}\sci_gateway\{#CONSOLE}_gateway.xml; DestDir: {app}\modules\{#CONSOLE}\sci_gateway; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 33 | ;Source: modules\{#CONSOLE}\sci_gateway\{#CONSOLE}_gateway.xml; DestDir: {app}\modules\{#CONSOLE}\sci_gateway; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
35 | ; | 34 | ; |
diff --git a/scilab/modules/console/version.xml b/scilab/modules/console/version.xml deleted file mode 100644 index 7f60046..0000000 --- a/scilab/modules/console/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="console"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/core/Makefile.am b/scilab/modules/core/Makefile.am index 26c05c2..52d771a 100644 --- a/scilab/modules/core/Makefile.am +++ b/scilab/modules/core/Makefile.am | |||
@@ -331,7 +331,7 @@ modulename=core | |||
331 | 331 | ||
332 | #### core : Conf files #### | 332 | #### core : Conf files #### |
333 | libscicore_la_rootdir = $(mydatadir) | 333 | libscicore_la_rootdir = $(mydatadir) |
334 | libscicore_la_root_DATA = license.txt version.xml | 334 | libscicore_la_root_DATA = license.txt |
335 | 335 | ||
336 | 336 | ||
337 | #### core : init scripts #### | 337 | #### core : init scripts #### |
diff --git a/scilab/modules/core/Makefile.in b/scilab/modules/core/Makefile.in index 545cc80..68198f9 100644 --- a/scilab/modules/core/Makefile.in +++ b/scilab/modules/core/Makefile.in | |||
@@ -808,7 +808,7 @@ modulename = core | |||
808 | 808 | ||
809 | #### core : Conf files #### | 809 | #### core : Conf files #### |
810 | libscicore_la_rootdir = $(mydatadir) | 810 | libscicore_la_rootdir = $(mydatadir) |
811 | libscicore_la_root_DATA = license.txt version.xml | 811 | libscicore_la_root_DATA = license.txt |
812 | 812 | ||
813 | #### core : init scripts #### | 813 | #### core : init scripts #### |
814 | libscicore_la_etcdir = $(mydatadir)/etc | 814 | libscicore_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/core/core.iss b/scilab/modules/core/core.iss index a16f928..10d71aa 100644 --- a/scilab/modules/core/core.iss +++ b/scilab/modules/core/core.iss | |||
@@ -20,7 +20,6 @@ | |||
20 | ; | 20 | ; |
21 | Source: modules\{#CORE}\jar\org.scilab.modules.{#CORE}.jar;DestDir: {app}\modules\{#CORE}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 21 | Source: modules\{#CORE}\jar\org.scilab.modules.{#CORE}.jar;DestDir: {app}\modules\{#CORE}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
22 | ; | 22 | ; |
23 | Source: modules\{#CORE}\VERSION.xml; DestDir: {app}\modules\{#CORE}; Components: {#COMPN_SCILAB} | ||
24 | Source: modules\{#CORE}\license.txt; DestDir: {app}\modules\{#CORE}; Components: {#COMPN_SCILAB} | 23 | Source: modules\{#CORE}\license.txt; DestDir: {app}\modules\{#CORE}; Components: {#COMPN_SCILAB} |
25 | ; | 24 | ; |
26 | Source: modules\{#CORE}\sci_gateway\{#CORE}_gateway.xml; DestDir: {app}\modules\{#CORE}\sci_gateway; Components: {#COMPN_SCILAB} | 25 | Source: modules\{#CORE}\sci_gateway\{#CORE}_gateway.xml; DestDir: {app}\modules\{#CORE}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/core/src/c/core.vcproj b/scilab/modules/core/src/c/core.vcproj index 13f49d7..3fef1b5 100644 --- a/scilab/modules/core/src/c/core.vcproj +++ b/scilab/modules/core/src/c/core.vcproj | |||
@@ -1418,10 +1418,6 @@ | |||
1418 | RelativePath="..\..\Makefile.am" | 1418 | RelativePath="..\..\Makefile.am" |
1419 | > | 1419 | > |
1420 | </File> | 1420 | </File> |
1421 | <File | ||
1422 | RelativePath="..\..\version.xml" | ||
1423 | > | ||
1424 | </File> | ||
1425 | </Files> | 1421 | </Files> |
1426 | <Globals> | 1422 | <Globals> |
1427 | </Globals> | 1423 | </Globals> |
diff --git a/scilab/modules/core/src/c/loadversion.c b/scilab/modules/core/src/c/loadversion.c index f3e63e2..1bdab7f 100644 --- a/scilab/modules/core/src/c/loadversion.c +++ b/scilab/modules/core/src/c/loadversion.c | |||
@@ -1,6 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 2 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
3 | * Copyright (C) 2006 - INRIA - Allan CORNET | 3 | * Copyright (C) 2006 - INRIA - Allan CORNET |
4 | * Copyright (C) 2011 - DIGITEO - Allan CORNET | ||
4 | * | 5 | * |
5 | * This file must be used under the terms of the CeCILL. | 6 | * This file must be used under the terms of the CeCILL. |
6 | * This source file is licensed as described in the file COPYING, which | 7 | * This source file is licensed as described in the file COPYING, which |
@@ -23,138 +24,149 @@ | |||
23 | #include "localization.h" | 24 | #include "localization.h" |
24 | #include "stricmp.h" | 25 | #include "stricmp.h" |
25 | #include "FileExist.h" | 26 | #include "FileExist.h" |
27 | #include "version.h" | ||
26 | #ifdef _MSC_VER | 28 | #ifdef _MSC_VER |
27 | #include "strdup_windows.h" | 29 | #include "strdup_windows.h" |
28 | #endif | 30 | #endif |
29 | #include "getshortpathname.h" | 31 | #include "getshortpathname.h" |
30 | /*--------------------------------------------------------------------------*/ | 32 | /*--------------------------------------------------------------------------*/ |
31 | BOOL getversionmodule(char *modulename, | 33 | BOOL getversionmodule(char *modulename, |
32 | int *sci_version_major, | 34 | int *sci_version_major, |
33 | int *sci_version_minor, | 35 | int *sci_version_minor, |
34 | int *sci_version_maintenance, | 36 | int *sci_version_maintenance, |
35 | char *sci_version_string, | 37 | char *sci_version_string, |
36 | int *sci_version_revision) | 38 | int *sci_version_revision) |
37 | { | 39 | { |
38 | BOOL bOK=FALSE; | 40 | BOOL bOK=FALSE; |
39 | 41 | ||
40 | if (with_module(modulename)) | 42 | if (with_module(modulename)) |
41 | { | 43 | { |
42 | char *filename_VERSION_module=NULL; | 44 | char *filename_VERSION_module=NULL; |
43 | char *SciPath=NULL; | 45 | char *SciPath=NULL; |
44 | int len=0; | 46 | int len=0; |
45 | 47 | ||
46 | SciPath=getSCIpath(); | 48 | SciPath=getSCIpath(); |
47 | len=(int)strlen(FORMATVERSIONFILENAME)+(int)strlen(SciPath)+(int)strlen(modulename)+1; | 49 | len=(int)strlen(FORMATVERSIONFILENAME)+(int)strlen(SciPath)+(int)strlen(modulename)+1; |
48 | filename_VERSION_module=(char*)MALLOC(sizeof(char)*len); | 50 | filename_VERSION_module=(char*)MALLOC(sizeof(char)*len); |
49 | sprintf(filename_VERSION_module,FORMATVERSIONFILENAME,SciPath,modulename); | 51 | sprintf(filename_VERSION_module,FORMATVERSIONFILENAME,SciPath,modulename); |
50 | if (SciPath){FREE(SciPath);SciPath=NULL;} | 52 | if (SciPath){FREE(SciPath);SciPath=NULL;} |
51 | 53 | ||
52 | if (FileExist(filename_VERSION_module)) | 54 | if (FileExist(filename_VERSION_module)) |
53 | { | 55 | { |
54 | char *encoding=GetXmlFileEncoding(filename_VERSION_module); | 56 | char *encoding=GetXmlFileEncoding(filename_VERSION_module); |
55 | 57 | ||
56 | /* Don't care about line return / empty line */ | 58 | /* Don't care about line return / empty line */ |
57 | xmlKeepBlanksDefault(0); | 59 | xmlKeepBlanksDefault(0); |
58 | 60 | ||
59 | /* check if the XML file has been encoded with utf8 (unicode) or not */ | 61 | /* check if the XML file has been encoded with utf8 (unicode) or not */ |
60 | if ( stricmp("utf-8", encoding)==0) { | 62 | if ( stricmp("utf-8", encoding)==0) { |
61 | xmlDocPtr doc = NULL; | 63 | xmlDocPtr doc = NULL; |
62 | xmlXPathContextPtr xpathCtxt = NULL; | 64 | xmlXPathContextPtr xpathCtxt = NULL; |
63 | xmlXPathObjectPtr xpathObj = NULL; | 65 | xmlXPathObjectPtr xpathObj = NULL; |
64 | 66 | ||
65 | int version_major=0; | 67 | int version_major=0; |
66 | int version_minor=0; | 68 | int version_minor=0; |
67 | int version_maintenance=0; | 69 | int version_maintenance=0; |
68 | int version_revision=0; | 70 | int version_revision=0; |
69 | char *version_string=0; | 71 | char *version_string=0; |
70 | 72 | ||
71 | { | 73 | { |
72 | BOOL bConvert = FALSE; | 74 | BOOL bConvert = FALSE; |
73 | char *shortfilename_VERSION_module = getshortpathname(filename_VERSION_module,&bConvert); | 75 | char *shortfilename_VERSION_module = getshortpathname(filename_VERSION_module,&bConvert); |
74 | if (shortfilename_VERSION_module) | 76 | if (shortfilename_VERSION_module) |
75 | { | 77 | { |
76 | doc = xmlParseFile (shortfilename_VERSION_module); | 78 | doc = xmlParseFile (shortfilename_VERSION_module); |
77 | FREE(shortfilename_VERSION_module); | 79 | FREE(shortfilename_VERSION_module); |
78 | shortfilename_VERSION_module = NULL; | 80 | shortfilename_VERSION_module = NULL; |
79 | } | 81 | } |
80 | } | 82 | } |
81 | 83 | ||
82 | if (doc == NULL) | 84 | if (doc == NULL) |
83 | { | 85 | { |
84 | fprintf(stderr,_("Error: Could not parse file %s\n"), filename_VERSION_module); | 86 | fprintf(stderr,_("Error: Could not parse file %s\n"), filename_VERSION_module); |
85 | return FALSE; | 87 | return FALSE; |
86 | } | 88 | } |
87 | 89 | ||
88 | xpathCtxt = xmlXPathNewContext(doc); | 90 | xpathCtxt = xmlXPathNewContext(doc); |
89 | xpathObj = xmlXPathEval((const xmlChar*)"//MODULE_VERSION/VERSION", xpathCtxt); | 91 | xpathObj = xmlXPathEval((const xmlChar*)"//MODULE_VERSION/VERSION", xpathCtxt); |
90 | 92 | ||
91 | if(xpathObj && xpathObj->nodesetval->nodeMax) | 93 | if(xpathObj && xpathObj->nodesetval->nodeMax) |
92 | { | 94 | { |
93 | |||
94 | xmlAttrPtr attrib=xpathObj->nodesetval->nodeTab[0]->properties; | ||
95 | while (attrib != NULL) | ||
96 | { | ||
97 | if (xmlStrEqual (attrib->name, (const xmlChar*) "major")) | ||
98 | { | ||
99 | /* we found <major> */ | ||
100 | const char *str=(const char*)attrib->children->content; | ||
101 | version_major=atoi(str); | ||
102 | } | ||
103 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"minor")) | ||
104 | { | ||
105 | /* we found <minor> */ | ||
106 | const char *str=(const char*)attrib->children->content; | ||
107 | version_minor=atoi(str); | ||
108 | } | ||
109 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"maintenance")) | ||
110 | { | ||
111 | /* we found <maintenance> */ | ||
112 | const char *str=(const char*)attrib->children->content; | ||
113 | version_maintenance=atoi(str); | ||
114 | } | ||
115 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"revision")) | ||
116 | { | ||
117 | /* we found <revision> */ | ||
118 | const char *str=(const char*)attrib->children->content; | ||
119 | version_revision=atoi(str); | ||
120 | } | ||
121 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"string")) | ||
122 | { | ||
123 | /* we found <string> */ | ||
124 | const char *str = (const char*)attrib->children->content; | ||
125 | version_string= strdup(str); | ||
126 | } | ||
127 | 95 | ||
128 | attrib = attrib->next; | 96 | xmlAttrPtr attrib=xpathObj->nodesetval->nodeTab[0]->properties; |
129 | } | 97 | while (attrib != NULL) |
98 | { | ||
99 | if (xmlStrEqual (attrib->name, (const xmlChar*) "major")) | ||
100 | { | ||
101 | /* we found <major> */ | ||
102 | const char *str=(const char*)attrib->children->content; | ||
103 | version_major=atoi(str); | ||
104 | } | ||
105 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"minor")) | ||
106 | { | ||
107 | /* we found <minor> */ | ||
108 | const char *str=(const char*)attrib->children->content; | ||
109 | version_minor=atoi(str); | ||
110 | } | ||
111 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"maintenance")) | ||
112 | { | ||
113 | /* we found <maintenance> */ | ||
114 | const char *str=(const char*)attrib->children->content; | ||
115 | version_maintenance=atoi(str); | ||
116 | } | ||
117 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"revision")) | ||
118 | { | ||
119 | /* we found <revision> */ | ||
120 | const char *str=(const char*)attrib->children->content; | ||
121 | version_revision=atoi(str); | ||
122 | } | ||
123 | else if (xmlStrEqual (attrib->name, (const xmlChar*)"string")) | ||
124 | { | ||
125 | /* we found <string> */ | ||
126 | const char *str = (const char*)attrib->children->content; | ||
127 | version_string= strdup(str); | ||
128 | } | ||
130 | 129 | ||
131 | *sci_version_major=version_major; | 130 | attrib = attrib->next; |
132 | *sci_version_minor=version_minor; | 131 | } |
133 | *sci_version_maintenance=version_maintenance; | ||
134 | *sci_version_revision=version_revision; | ||
135 | strncpy(sci_version_string,version_string,1024); | ||
136 | if (version_string) {FREE(version_string);version_string=NULL;} | ||
137 | } | ||
138 | else | ||
139 | { | ||
140 | fprintf(stderr,_("Error: Not a valid version file %s (should start with <MODULE_VERSION> and contain <VERSION major='' minor='' maintenance='' revision='' string=''>)\n"), filename_VERSION_module); | ||
141 | return FALSE; | ||
142 | } | ||
143 | if(xpathObj) xmlXPathFreeObject(xpathObj); | ||
144 | if(xpathCtxt) xmlXPathFreeContext(xpathCtxt); | ||
145 | xmlFreeDoc (doc); | ||
146 | } | ||
147 | else | ||
148 | { | ||
149 | fprintf(stderr,_("Error: Not a valid version file %s (encoding not 'utf-8') Encoding '%s' found\n"), filename_VERSION_module, encoding); | ||
150 | } | ||
151 | 132 | ||
152 | if (encoding) {FREE(encoding);encoding=NULL;} | 133 | *sci_version_major=version_major; |
134 | *sci_version_minor=version_minor; | ||
135 | *sci_version_maintenance=version_maintenance; | ||
136 | *sci_version_revision=version_revision; | ||
137 | strncpy(sci_version_string,version_string,1024); | ||
138 | if (version_string) {FREE(version_string);version_string=NULL;} | ||
139 | } | ||
140 | else | ||
141 | { | ||
142 | fprintf(stderr,_("Error: Not a valid version file %s (should start with <MODULE_VERSION> and contain <VERSION major='' minor='' maintenance='' revision='' string=''>)\n"), filename_VERSION_module); | ||
143 | return FALSE; | ||
144 | } | ||
145 | if(xpathObj) xmlXPathFreeObject(xpathObj); | ||
146 | if(xpathCtxt) xmlXPathFreeContext(xpathCtxt); | ||
147 | xmlFreeDoc (doc); | ||
148 | } | ||
149 | else | ||
150 | { | ||
151 | fprintf(stderr,_("Error: Not a valid version file %s (encoding not 'utf-8') Encoding '%s' found\n"), filename_VERSION_module, encoding); | ||
152 | } | ||
153 | 153 | ||
154 | bOK=TRUE; | 154 | if (encoding) {FREE(encoding);encoding=NULL;} |
155 | } | 155 | bOK = TRUE; |
156 | 156 | } | |
157 | if (filename_VERSION_module) {FREE(filename_VERSION_module);filename_VERSION_module=NULL;} | 157 | else |
158 | } | 158 | { |
159 | return bOK; | 159 | // version.xml does not exist but module exists then we returns scilab version |
160 | *sci_version_major = SCI_VERSION_MAJOR; | ||
161 | *sci_version_minor = SCI_VERSION_MINOR; | ||
162 | *sci_version_maintenance = SCI_VERSION_MAINTENANCE; | ||
163 | *sci_version_revision = SCI_VERSION_TIMESTAMP; | ||
164 | strcpy(sci_version_string, ""); | ||
165 | bOK = TRUE; | ||
166 | } | ||
167 | |||
168 | if (filename_VERSION_module) {FREE(filename_VERSION_module);filename_VERSION_module=NULL;} | ||
169 | } | ||
170 | return bOK; | ||
160 | } | 171 | } |
172 | /*--------------------------------------------------------------------------*/ | ||
diff --git a/scilab/modules/core/version.xml b/scilab/modules/core/version.xml deleted file mode 100644 index e40eee7..0000000 --- a/scilab/modules/core/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="core"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/data_structures/Makefile.am b/scilab/modules/data_structures/Makefile.am index e99eda8..cd92d33 100644 --- a/scilab/modules/data_structures/Makefile.am +++ b/scilab/modules/data_structures/Makefile.am | |||
@@ -78,7 +78,7 @@ modulename=data_structures | |||
78 | 78 | ||
79 | #### data_structures : Conf files #### | 79 | #### data_structures : Conf files #### |
80 | libscidata_structures_la_rootdir = $(mydatadir) | 80 | libscidata_structures_la_rootdir = $(mydatadir) |
81 | libscidata_structures_la_root_DATA = license.txt version.xml | 81 | libscidata_structures_la_root_DATA = license.txt |
82 | 82 | ||
83 | 83 | ||
84 | #### data_structures : init scripts #### | 84 | #### data_structures : init scripts #### |
diff --git a/scilab/modules/data_structures/Makefile.in b/scilab/modules/data_structures/Makefile.in index f6ed724..bc7f347 100644 --- a/scilab/modules/data_structures/Makefile.in +++ b/scilab/modules/data_structures/Makefile.in | |||
@@ -507,7 +507,7 @@ modulename = data_structures | |||
507 | 507 | ||
508 | #### data_structures : Conf files #### | 508 | #### data_structures : Conf files #### |
509 | libscidata_structures_la_rootdir = $(mydatadir) | 509 | libscidata_structures_la_rootdir = $(mydatadir) |
510 | libscidata_structures_la_root_DATA = license.txt version.xml | 510 | libscidata_structures_la_root_DATA = license.txt |
511 | 511 | ||
512 | #### data_structures : init scripts #### | 512 | #### data_structures : init scripts #### |
513 | libscidata_structures_la_etcdir = $(mydatadir)/etc | 513 | libscidata_structures_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/data_structures/data_structures.iss b/scilab/modules/data_structures/data_structures.iss index a2414d3..85cdae6 100644 --- a/scilab/modules/data_structures/data_structures.iss +++ b/scilab/modules/data_structures/data_structures.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#DATASTRUCT}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 21 | Source: bin\{#DATASTRUCT}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
22 | Source: bin\{#DATASTRUCT}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#DATASTRUCT}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | ; | 23 | ; |
24 | Source: modules\{#DATASTRUCT}\VERSION.xml; DestDir: {app}\modules\{#DATASTRUCT}; Components: {#COMPN_SCILAB} | ||
25 | Source: modules\{#DATASTRUCT}\license.txt; DestDir: {app}\modules\{#DATASTRUCT}; Components: {#COMPN_SCILAB} | 24 | Source: modules\{#DATASTRUCT}\license.txt; DestDir: {app}\modules\{#DATASTRUCT}; Components: {#COMPN_SCILAB} |
26 | ; | 25 | ; |
27 | Source: modules\{#DATASTRUCT}\sci_gateway\{#DATASTRUCT}_gateway.xml; DestDir: {app}\modules\{#DATASTRUCT}\sci_gateway; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#DATASTRUCT}\sci_gateway\{#DATASTRUCT}_gateway.xml; DestDir: {app}\modules\{#DATASTRUCT}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/data_structures/src/c/data_structures.vcproj b/scilab/modules/data_structures/src/c/data_structures.vcproj index 4ffc387..cedf565 100644 --- a/scilab/modules/data_structures/src/c/data_structures.vcproj +++ b/scilab/modules/data_structures/src/c/data_structures.vcproj | |||
@@ -529,10 +529,6 @@ | |||
529 | RelativePath="..\..\Makefile.am" | 529 | RelativePath="..\..\Makefile.am" |
530 | > | 530 | > |
531 | </File> | 531 | </File> |
532 | <File | ||
533 | RelativePath="..\..\version.xml" | ||
534 | > | ||
535 | </File> | ||
536 | </Files> | 532 | </Files> |
537 | <Globals> | 533 | <Globals> |
538 | </Globals> | 534 | </Globals> |
diff --git a/scilab/modules/data_structures/version.xml b/scilab/modules/data_structures/version.xml deleted file mode 100644 index 79974ee..0000000 --- a/scilab/modules/data_structures/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="data_structures"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/demo_tools/Makefile.am b/scilab/modules/demo_tools/Makefile.am index 1089930..da743d5 100644 --- a/scilab/modules/demo_tools/Makefile.am +++ b/scilab/modules/demo_tools/Makefile.am | |||
@@ -9,7 +9,7 @@ modulename=demo_tools | |||
9 | 9 | ||
10 | #### demo_tools : Conf files #### | 10 | #### demo_tools : Conf files #### |
11 | libdemo_tools_la_rootdir = $(mydatadir) | 11 | libdemo_tools_la_rootdir = $(mydatadir) |
12 | libdemo_tools_la_root_DATA = license.txt version.xml | 12 | libdemo_tools_la_root_DATA = license.txt |
13 | 13 | ||
14 | #### demo_tools : init scripts #### | 14 | #### demo_tools : init scripts #### |
15 | libdemo_tools_la_etcdir = $(mydatadir)/etc | 15 | libdemo_tools_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/demo_tools/Makefile.in b/scilab/modules/demo_tools/Makefile.in index f4f2623..f73b88c 100644 --- a/scilab/modules/demo_tools/Makefile.in +++ b/scilab/modules/demo_tools/Makefile.in | |||
@@ -367,7 +367,7 @@ modulename = demo_tools | |||
367 | 367 | ||
368 | #### demo_tools : Conf files #### | 368 | #### demo_tools : Conf files #### |
369 | libdemo_tools_la_rootdir = $(mydatadir) | 369 | libdemo_tools_la_rootdir = $(mydatadir) |
370 | libdemo_tools_la_root_DATA = license.txt version.xml | 370 | libdemo_tools_la_root_DATA = license.txt |
371 | 371 | ||
372 | #### demo_tools : init scripts #### | 372 | #### demo_tools : init scripts #### |
373 | libdemo_tools_la_etcdir = $(mydatadir)/etc | 373 | libdemo_tools_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/demo_tools/demo_tools.iss b/scilab/modules/demo_tools/demo_tools.iss index 7dabdf7..475d050f 100644 --- a/scilab/modules/demo_tools/demo_tools.iss +++ b/scilab/modules/demo_tools/demo_tools.iss | |||
@@ -18,7 +18,6 @@ | |||
18 | ; | 18 | ; |
19 | #define DEMO_TOOLS "demo_tools" | 19 | #define DEMO_TOOLS "demo_tools" |
20 | ; | 20 | ; |
21 | Source: modules\{#DEMO_TOOLS}\VERSION.xml; DestDir: {app}\modules\{#DEMO_TOOLS}; Components: {#COMPN_SCILAB} | ||
22 | Source: modules\{#DEMO_TOOLS}\license.txt; DestDir: {app}\modules\{#DEMO_TOOLS}; Components: {#COMPN_SCILAB} | 21 | Source: modules\{#DEMO_TOOLS}\license.txt; DestDir: {app}\modules\{#DEMO_TOOLS}; Components: {#COMPN_SCILAB} |
23 | ; | 22 | ; |
24 | Source: modules\{#DEMO_TOOLS}\etc\{#DEMO_TOOLS}.quit; DestDir: {app}\modules\{#DEMO_TOOLS}\etc; Components: {#COMPN_SCILAB} | 23 | Source: modules\{#DEMO_TOOLS}\etc\{#DEMO_TOOLS}.quit; DestDir: {app}\modules\{#DEMO_TOOLS}\etc; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/demo_tools/version.xml b/scilab/modules/demo_tools/version.xml deleted file mode 100644 index 17de982..0000000 --- a/scilab/modules/demo_tools/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="demos_tools"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/development_tools/Makefile.am b/scilab/modules/development_tools/Makefile.am index 087981b..baa079f 100644 --- a/scilab/modules/development_tools/Makefile.am +++ b/scilab/modules/development_tools/Makefile.am | |||
@@ -10,7 +10,7 @@ modulename=development_tools | |||
10 | 10 | ||
11 | #### development_tools : Conf files #### | 11 | #### development_tools : Conf files #### |
12 | libdevelopment_tools_la_rootdir = $(mydatadir) | 12 | libdevelopment_tools_la_rootdir = $(mydatadir) |
13 | libdevelopment_tools_la_root_DATA = license.txt version.xml | 13 | libdevelopment_tools_la_root_DATA = license.txt |
14 | #### development_tools : init scripts #### | 14 | #### development_tools : init scripts #### |
15 | libdevelopment_tools_la_etcdir = $(mydatadir)/etc | 15 | libdevelopment_tools_la_etcdir = $(mydatadir)/etc |
16 | libdevelopment_tools_la_etc_DATA = etc/development_tools.quit etc/development_tools.start | 16 | libdevelopment_tools_la_etc_DATA = etc/development_tools.quit etc/development_tools.start |
diff --git a/scilab/modules/development_tools/Makefile.in b/scilab/modules/development_tools/Makefile.in index 3fc2e28..7a54329 100644 --- a/scilab/modules/development_tools/Makefile.in +++ b/scilab/modules/development_tools/Makefile.in | |||
@@ -366,7 +366,7 @@ modulename = development_tools | |||
366 | 366 | ||
367 | #### development_tools : Conf files #### | 367 | #### development_tools : Conf files #### |
368 | libdevelopment_tools_la_rootdir = $(mydatadir) | 368 | libdevelopment_tools_la_rootdir = $(mydatadir) |
369 | libdevelopment_tools_la_root_DATA = license.txt version.xml | 369 | libdevelopment_tools_la_root_DATA = license.txt |
370 | #### development_tools : init scripts #### | 370 | #### development_tools : init scripts #### |
371 | libdevelopment_tools_la_etcdir = $(mydatadir)/etc | 371 | libdevelopment_tools_la_etcdir = $(mydatadir)/etc |
372 | libdevelopment_tools_la_etc_DATA = etc/development_tools.quit etc/development_tools.start | 372 | libdevelopment_tools_la_etc_DATA = etc/development_tools.quit etc/development_tools.start |
diff --git a/scilab/modules/development_tools/development_tools.iss b/scilab/modules/development_tools/development_tools.iss index a6544a8..7cc0692 100644 --- a/scilab/modules/development_tools/development_tools.iss +++ b/scilab/modules/development_tools/development_tools.iss | |||
@@ -18,7 +18,6 @@ | |||
18 | ; | 18 | ; |
19 | #define DEVTOOLS "development_tools" | 19 | #define DEVTOOLS "development_tools" |
20 | ; | 20 | ; |
21 | Source: modules\{#DEVTOOLS}\VERSION.xml; DestDir: {app}\modules\{#DEVTOOLS}; Components: {#COMPN_DEVTOOLS} | ||
22 | Source: modules\{#DEVTOOLS}\license.txt; DestDir: {app}\modules\{#DEVTOOLS}; Components: {#COMPN_DEVTOOLS} | 21 | Source: modules\{#DEVTOOLS}\license.txt; DestDir: {app}\modules\{#DEVTOOLS}; Components: {#COMPN_DEVTOOLS} |
23 | ; | 22 | ; |
24 | Source: modules\{#DEVTOOLS}\etc\{#DEVTOOLS}.quit; DestDir: {app}\modules\{#DEVTOOLS}\etc; Components: {#COMPN_DEVTOOLS} | 23 | Source: modules\{#DEVTOOLS}\etc\{#DEVTOOLS}.quit; DestDir: {app}\modules\{#DEVTOOLS}\etc; Components: {#COMPN_DEVTOOLS} |
diff --git a/scilab/modules/development_tools/version.xml b/scilab/modules/development_tools/version.xml deleted file mode 100644 index 06bfee1..0000000 --- a/scilab/modules/development_tools/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="development_tools"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/differential_equations/Makefile.am b/scilab/modules/differential_equations/Makefile.am index 59fcfca..73437e4 100644 --- a/scilab/modules/differential_equations/Makefile.am +++ b/scilab/modules/differential_equations/Makefile.am | |||
@@ -155,7 +155,7 @@ modulename=differential_equations | |||
155 | 155 | ||
156 | #### differential_equations : Conf files #### | 156 | #### differential_equations : Conf files #### |
157 | libscidifferential_equations_la_rootdir = $(mydatadir) | 157 | libscidifferential_equations_la_rootdir = $(mydatadir) |
158 | libscidifferential_equations_la_root_DATA = license.txt version.xml | 158 | libscidifferential_equations_la_root_DATA = license.txt |
159 | 159 | ||
160 | #### differential_equations : init scripts #### | 160 | #### differential_equations : init scripts #### |
161 | libscidifferential_equations_la_etcdir = $(mydatadir)/etc | 161 | libscidifferential_equations_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/differential_equations/Makefile.in b/scilab/modules/differential_equations/Makefile.in index 2ee31b2..8a79734 100644 --- a/scilab/modules/differential_equations/Makefile.in +++ b/scilab/modules/differential_equations/Makefile.in | |||
@@ -596,7 +596,7 @@ modulename = differential_equations | |||
596 | 596 | ||
597 | #### differential_equations : Conf files #### | 597 | #### differential_equations : Conf files #### |
598 | libscidifferential_equations_la_rootdir = $(mydatadir) | 598 | libscidifferential_equations_la_rootdir = $(mydatadir) |
599 | libscidifferential_equations_la_root_DATA = license.txt version.xml | 599 | libscidifferential_equations_la_root_DATA = license.txt |
600 | 600 | ||
601 | #### differential_equations : init scripts #### | 601 | #### differential_equations : init scripts #### |
602 | libscidifferential_equations_la_etcdir = $(mydatadir)/etc | 602 | libscidifferential_equations_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/differential_equations/differential_equations.iss b/scilab/modules/differential_equations/differential_equations.iss index 6b94d2a..2bb6c4a 100644 --- a/scilab/modules/differential_equations/differential_equations.iss +++ b/scilab/modules/differential_equations/differential_equations.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#DIFFEQU}_f.dll; DestDir: {app}\bin; Components: {#COMPN_EQUDIF} | 21 | Source: bin\{#DIFFEQU}_f.dll; DestDir: {app}\bin; Components: {#COMPN_EQUDIF} |
22 | Source: bin\{#DIFFEQU}.dll; DestDir: {app}\bin; Components: {#COMPN_EQUDIF} | 22 | Source: bin\{#DIFFEQU}.dll; DestDir: {app}\bin; Components: {#COMPN_EQUDIF} |
23 | ; | 23 | ; |
24 | Source: modules\{#DIFFEQU}\VERSION.xml; DestDir: {app}\modules\{#DIFFEQU}; Components: {#COMPN_EQUDIF} | ||
25 | Source: modules\{#DIFFEQU}\license.txt; DestDir: {app}\modules\{#DIFFEQU}; Components: {#COMPN_EQUDIF} | 24 | Source: modules\{#DIFFEQU}\license.txt; DestDir: {app}\modules\{#DIFFEQU}; Components: {#COMPN_EQUDIF} |
26 | ; | 25 | ; |
27 | Source: modules\{#DIFFEQU}\sci_gateway\{#DIFFEQU}_gateway.xml; DestDir: {app}\modules\{#DIFFEQU}\sci_gateway; Components: {#COMPN_EQUDIF} | 26 | Source: modules\{#DIFFEQU}\sci_gateway\{#DIFFEQU}_gateway.xml; DestDir: {app}\modules\{#DIFFEQU}\sci_gateway; Components: {#COMPN_EQUDIF} |
diff --git a/scilab/modules/differential_equations/src/c/differential_equations.vcproj b/scilab/modules/differential_equations/src/c/differential_equations.vcproj index 48c8250..cedd566 100644 --- a/scilab/modules/differential_equations/src/c/differential_equations.vcproj +++ b/scilab/modules/differential_equations/src/c/differential_equations.vcproj | |||
@@ -569,10 +569,6 @@ | |||
569 | RelativePath="..\..\Makefile.am" | 569 | RelativePath="..\..\Makefile.am" |
570 | > | 570 | > |
571 | </File> | 571 | </File> |
572 | <File | ||
573 | RelativePath="..\..\version.xml" | ||
574 | > | ||
575 | </File> | ||
576 | </Files> | 572 | </Files> |
577 | <Globals> | 573 | <Globals> |
578 | </Globals> | 574 | </Globals> |
diff --git a/scilab/modules/differential_equations/version.xml b/scilab/modules/differential_equations/version.xml deleted file mode 100644 index 4b3b999..0000000 --- a/scilab/modules/differential_equations/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="differential_equations"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/double/Makefile.am b/scilab/modules/double/Makefile.am index c0d95ae..c7f97a0 100644 --- a/scilab/modules/double/Makefile.am +++ b/scilab/modules/double/Makefile.am | |||
@@ -49,7 +49,7 @@ modulename=double | |||
49 | 49 | ||
50 | #### double : Conf files #### | 50 | #### double : Conf files #### |
51 | libscidouble_la_rootdir = $(mydatadir) | 51 | libscidouble_la_rootdir = $(mydatadir) |
52 | libscidouble_la_root_DATA = license.txt version.xml | 52 | libscidouble_la_root_DATA = license.txt |
53 | 53 | ||
54 | 54 | ||
55 | #### double : init scripts #### | 55 | #### double : init scripts #### |
diff --git a/scilab/modules/double/Makefile.in b/scilab/modules/double/Makefile.in index fd7c6df..b2bfb54 100644 --- a/scilab/modules/double/Makefile.in +++ b/scilab/modules/double/Makefile.in | |||
@@ -441,7 +441,7 @@ modulename = double | |||
441 | 441 | ||
442 | #### double : Conf files #### | 442 | #### double : Conf files #### |
443 | libscidouble_la_rootdir = $(mydatadir) | 443 | libscidouble_la_rootdir = $(mydatadir) |
444 | libscidouble_la_root_DATA = license.txt version.xml | 444 | libscidouble_la_root_DATA = license.txt |
445 | 445 | ||
446 | #### double : init scripts #### | 446 | #### double : init scripts #### |
447 | libscidouble_la_etcdir = $(mydatadir)/etc | 447 | libscidouble_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/double/double.iss b/scilab/modules/double/double.iss index d26f975..baba489 100644 --- a/scilab/modules/double/double.iss +++ b/scilab/modules/double/double.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#DOUBLE}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 21 | Source: bin\{#DOUBLE}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
22 | Source: bin\{#DOUBLE}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#DOUBLE}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | ; | 23 | ; |
24 | Source: modules\{#DOUBLE}\VERSION.xml; DestDir: {app}\modules\{#DOUBLE}; Components: {#COMPN_SCILAB} | ||
25 | Source: modules\{#DOUBLE}\license.txt; DestDir: {app}\modules\{#DOUBLE}; Components: {#COMPN_SCILAB} | 24 | Source: modules\{#DOUBLE}\license.txt; DestDir: {app}\modules\{#DOUBLE}; Components: {#COMPN_SCILAB} |
26 | ; | 25 | ; |
27 | Source: modules\{#DOUBLE}\etc\{#DOUBLE}.quit; DestDir: {app}\modules\{#DOUBLE}\etc; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#DOUBLE}\etc\{#DOUBLE}.quit; DestDir: {app}\modules\{#DOUBLE}\etc; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/double/src/c/double.vcproj b/scilab/modules/double/src/c/double.vcproj index e695e6e..9b4a4af 100644 --- a/scilab/modules/double/src/c/double.vcproj +++ b/scilab/modules/double/src/c/double.vcproj | |||
@@ -409,10 +409,6 @@ | |||
409 | RelativePath="..\..\Makefile.am" | 409 | RelativePath="..\..\Makefile.am" |
410 | > | 410 | > |
411 | </File> | 411 | </File> |
412 | <File | ||
413 | RelativePath="..\..\version.xml" | ||
414 | > | ||
415 | </File> | ||
416 | </Files> | 412 | </Files> |
417 | <Globals> | 413 | <Globals> |
418 | </Globals> | 414 | </Globals> |
diff --git a/scilab/modules/double/version.xml b/scilab/modules/double/version.xml deleted file mode 100644 index bf3b606..0000000 --- a/scilab/modules/double/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="double"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/dynamic_link/Makefile.am b/scilab/modules/dynamic_link/Makefile.am index c9233b6..b64634c 100644 --- a/scilab/modules/dynamic_link/Makefile.am +++ b/scilab/modules/dynamic_link/Makefile.am | |||
@@ -55,7 +55,7 @@ modulename=dynamic_link | |||
55 | 55 | ||
56 | #### dynamic_link : Conf files #### | 56 | #### dynamic_link : Conf files #### |
57 | libscidynamic_link_la_rootdir = $(mydatadir) | 57 | libscidynamic_link_la_rootdir = $(mydatadir) |
58 | libscidynamic_link_la_root_DATA = license.txt version.xml | 58 | libscidynamic_link_la_root_DATA = license.txt |
59 | 59 | ||
60 | #### dynamic_link : init scripts #### | 60 | #### dynamic_link : init scripts #### |
61 | libscidynamic_link_la_etcdir = $(mydatadir)/etc | 61 | libscidynamic_link_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/dynamic_link/Makefile.in b/scilab/modules/dynamic_link/Makefile.in index eff228a..7fb966d 100644 --- a/scilab/modules/dynamic_link/Makefile.in +++ b/scilab/modules/dynamic_link/Makefile.in | |||
@@ -474,7 +474,7 @@ modulename = dynamic_link | |||
474 | 474 | ||
475 | #### dynamic_link : Conf files #### | 475 | #### dynamic_link : Conf files #### |
476 | libscidynamic_link_la_rootdir = $(mydatadir) | 476 | libscidynamic_link_la_rootdir = $(mydatadir) |
477 | libscidynamic_link_la_root_DATA = license.txt version.xml | 477 | libscidynamic_link_la_root_DATA = license.txt |
478 | 478 | ||
479 | #### dynamic_link : init scripts #### | 479 | #### dynamic_link : init scripts #### |
480 | libscidynamic_link_la_etcdir = $(mydatadir)/etc | 480 | libscidynamic_link_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/dynamic_link/dynamic_link.iss b/scilab/modules/dynamic_link/dynamic_link.iss index 7b888b1..a28ae6d 100644 --- a/scilab/modules/dynamic_link/dynamic_link.iss +++ b/scilab/modules/dynamic_link/dynamic_link.iss | |||
@@ -24,7 +24,6 @@ Source: bin\{#DYNAMIC_LINK}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILA | |||
24 | Source: bin\{#DYNAMIC_LINK}_f.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 24 | Source: bin\{#DYNAMIC_LINK}_f.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
25 | 25 | ||
26 | ; | 26 | ; |
27 | Source: modules\{#DYNAMIC_LINK}\VERSION.xml; DestDir: {app}\modules\{#DYNAMIC_LINK}; Components: {#COMPN_SCILAB} | ||
28 | Source: modules\{#DYNAMIC_LINK}\license.txt; DestDir: {app}\modules\{#DYNAMIC_LINK}; Components: {#COMPN_SCILAB} | 27 | Source: modules\{#DYNAMIC_LINK}\license.txt; DestDir: {app}\modules\{#DYNAMIC_LINK}; Components: {#COMPN_SCILAB} |
29 | ; | 28 | ; |
30 | Source: modules\{#DYNAMIC_LINK}\etc\{#DYNAMIC_LINK}.quit; DestDir: {app}\modules\{#DYNAMIC_LINK}\etc; Components: {#COMPN_SCILAB} | 29 | Source: modules\{#DYNAMIC_LINK}\etc\{#DYNAMIC_LINK}.quit; DestDir: {app}\modules\{#DYNAMIC_LINK}\etc; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/dynamic_link/src/c/dynamic_link.vcproj b/scilab/modules/dynamic_link/src/c/dynamic_link.vcproj index e1eeb6b..ccf602d 100644 --- a/scilab/modules/dynamic_link/src/c/dynamic_link.vcproj +++ b/scilab/modules/dynamic_link/src/c/dynamic_link.vcproj | |||
@@ -509,10 +509,6 @@ | |||
509 | RelativePath="..\..\Makefile.am" | 509 | RelativePath="..\..\Makefile.am" |
510 | > | 510 | > |
511 | </File> | 511 | </File> |
512 | <File | ||
513 | RelativePath="..\..\version.xml" | ||
514 | > | ||
515 | </File> | ||
516 | </Files> | 512 | </Files> |
517 | <Globals> | 513 | <Globals> |
518 | </Globals> | 514 | </Globals> |
diff --git a/scilab/modules/dynamic_link/version.xml b/scilab/modules/dynamic_link/version.xml deleted file mode 100644 index 8f973e1..0000000 --- a/scilab/modules/dynamic_link/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="dynamic_link"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/elementary_functions/Makefile.am b/scilab/modules/elementary_functions/Makefile.am index 3b569e0..313e2fd 100644 --- a/scilab/modules/elementary_functions/Makefile.am +++ b/scilab/modules/elementary_functions/Makefile.am | |||
@@ -449,7 +449,7 @@ modulename=elementary_functions | |||
449 | 449 | ||
450 | #### elementary_functions : Conf files #### | 450 | #### elementary_functions : Conf files #### |
451 | libscielementary_functions_la_rootdir = $(mydatadir) | 451 | libscielementary_functions_la_rootdir = $(mydatadir) |
452 | libscielementary_functions_la_root_DATA = license.txt version.xml | 452 | libscielementary_functions_la_root_DATA = license.txt |
453 | 453 | ||
454 | 454 | ||
455 | 455 | ||
diff --git a/scilab/modules/elementary_functions/Makefile.in b/scilab/modules/elementary_functions/Makefile.in index 5303ff8..43712aa 100644 --- a/scilab/modules/elementary_functions/Makefile.in +++ b/scilab/modules/elementary_functions/Makefile.in | |||
@@ -999,7 +999,7 @@ modulename = elementary_functions | |||
999 | 999 | ||
1000 | #### elementary_functions : Conf files #### | 1000 | #### elementary_functions : Conf files #### |
1001 | libscielementary_functions_la_rootdir = $(mydatadir) | 1001 | libscielementary_functions_la_rootdir = $(mydatadir) |
1002 | libscielementary_functions_la_root_DATA = license.txt version.xml | 1002 | libscielementary_functions_la_root_DATA = license.txt |
1003 | 1003 | ||
1004 | #### elementary_functions : init scripts #### | 1004 | #### elementary_functions : init scripts #### |
1005 | libscielementary_functions_la_etcdir = $(mydatadir)/etc | 1005 | libscielementary_functions_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/elementary_functions/elementary_functions.iss b/scilab/modules/elementary_functions/elementary_functions.iss index 1641114..39f1c8b 100644 --- a/scilab/modules/elementary_functions/elementary_functions.iss +++ b/scilab/modules/elementary_functions/elementary_functions.iss | |||
@@ -25,7 +25,6 @@ Source: bin\eispack_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | |||
25 | Source: bin\{#ELEMFUNCTIONS}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 25 | Source: bin\{#ELEMFUNCTIONS}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
26 | Source: bin\{#ELEMFUNCTIONS}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 26 | Source: bin\{#ELEMFUNCTIONS}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
27 | ; | 27 | ; |
28 | Source: modules\{#ELEMFUNCTIONS}\VERSION.xml; DestDir: {app}\modules\{#ELEMFUNCTIONS}; Components: {#COMPN_SCILAB} | ||
29 | Source: modules\{#ELEMFUNCTIONS}\license.txt; DestDir: {app}\modules\{#ELEMFUNCTIONS}; Components: {#COMPN_SCILAB} | 28 | Source: modules\{#ELEMFUNCTIONS}\license.txt; DestDir: {app}\modules\{#ELEMFUNCTIONS}; Components: {#COMPN_SCILAB} |
30 | ; | 29 | ; |
31 | Source: modules\{#ELEMFUNCTIONS}\sci_gateway\{#ELEMFUNCTIONS}_gateway.xml; DestDir: {app}\modules\{#ELEMFUNCTIONS}\sci_gateway; Components: {#COMPN_SCILAB} | 30 | Source: modules\{#ELEMFUNCTIONS}\sci_gateway\{#ELEMFUNCTIONS}_gateway.xml; DestDir: {app}\modules\{#ELEMFUNCTIONS}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/elementary_functions/src/c/elementary_functions.vcproj b/scilab/modules/elementary_functions/src/c/elementary_functions.vcproj index c047813..df2378b 100644 --- a/scilab/modules/elementary_functions/src/c/elementary_functions.vcproj +++ b/scilab/modules/elementary_functions/src/c/elementary_functions.vcproj | |||
@@ -827,10 +827,6 @@ | |||
827 | RelativePath="..\..\Makefile.am" | 827 | RelativePath="..\..\Makefile.am" |
828 | > | 828 | > |
829 | </File> | 829 | </File> |
830 | <File | ||
831 | RelativePath="..\..\version.xml" | ||
832 | > | ||
833 | </File> | ||
834 | </Files> | 830 | </Files> |
835 | <Globals> | 831 | <Globals> |
836 | </Globals> | 832 | </Globals> |
diff --git a/scilab/modules/elementary_functions/version.xml b/scilab/modules/elementary_functions/version.xml deleted file mode 100644 index 52b1e85..0000000 --- a/scilab/modules/elementary_functions/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="elementary_functions"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/fftw/Makefile.am b/scilab/modules/fftw/Makefile.am index 928d166..1c7e4c5 100644 --- a/scilab/modules/fftw/Makefile.am +++ b/scilab/modules/fftw/Makefile.am | |||
@@ -44,7 +44,7 @@ GATEWAY_C_SOURCES = sci_gateway/c/gw_fftw.c \ | |||
44 | 44 | ||
45 | 45 | ||
46 | #### fftw : Conf files #### | 46 | #### fftw : Conf files #### |
47 | libscifftw_la_root_DATA = license.txt version.xml | 47 | libscifftw_la_root_DATA = license.txt |
48 | 48 | ||
49 | #### fftw : gateway declaration #### | 49 | #### fftw : gateway declaration #### |
50 | libscifftw_la_sci_gatewaydir = $(mydatadir)/sci_gateway | 50 | libscifftw_la_sci_gatewaydir = $(mydatadir)/sci_gateway |
diff --git a/scilab/modules/fftw/Makefile.in b/scilab/modules/fftw/Makefile.in index b3c549c..98d5f67 100644 --- a/scilab/modules/fftw/Makefile.in +++ b/scilab/modules/fftw/Makefile.in | |||
@@ -465,7 +465,7 @@ libscifftw_la_etc_DATA = etc/fftw.quit etc/fftw.start | |||
465 | 465 | ||
466 | 466 | ||
467 | #### fftw : Conf files #### | 467 | #### fftw : Conf files #### |
468 | @FFTW_TRUE@libscifftw_la_root_DATA = license.txt version.xml | 468 | @FFTW_TRUE@libscifftw_la_root_DATA = license.txt |
469 | 469 | ||
470 | #### fftw : gateway declaration #### | 470 | #### fftw : gateway declaration #### |
471 | @FFTW_TRUE@libscifftw_la_sci_gatewaydir = $(mydatadir)/sci_gateway | 471 | @FFTW_TRUE@libscifftw_la_sci_gatewaydir = $(mydatadir)/sci_gateway |
diff --git a/scilab/modules/fftw/fftw.iss b/scilab/modules/fftw/fftw.iss index ae6c09f..1bcf1b5 100644 --- a/scilab/modules/fftw/fftw.iss +++ b/scilab/modules/fftw/fftw.iss | |||
@@ -26,7 +26,6 @@ Source: bin\{#FFTW}.dll; DestDir: {app}\bin; DestName: {#FFTW}.dll; Components: | |||
26 | Source: bin\no{#FFTW}.dll; DestDir: {app}\bin; DestName: {#FFTW}.dll; Components: not ({#COMPN_FFTW}) | 26 | Source: bin\no{#FFTW}.dll; DestDir: {app}\bin; DestName: {#FFTW}.dll; Components: not ({#COMPN_FFTW}) |
27 | ; | 27 | ; |
28 | 28 | ||
29 | Source: modules\{#FFTW}\VERSION.xml; DestDir: {app}\modules\{#FFTW}; Components: {#COMPN_FFTW} | ||
30 | Source: modules\{#FFTW}\license.txt; DestDir: {app}\modules\{#FFTW}; Components: {#COMPN_FFTW} | 29 | Source: modules\{#FFTW}\license.txt; DestDir: {app}\modules\{#FFTW}; Components: {#COMPN_FFTW} |
31 | ; | 30 | ; |
32 | Source: modules\{#FFTW}\sci_gateway\{#FFTW}_gateway.xml; DestDir: {app}\modules\{#FFTW}\sci_gateway; Components: {#COMPN_FFTW} | 31 | Source: modules\{#FFTW}\sci_gateway\{#FFTW}_gateway.xml; DestDir: {app}\modules\{#FFTW}\sci_gateway; Components: {#COMPN_FFTW} |
diff --git a/scilab/modules/fftw/fftw.vcproj b/scilab/modules/fftw/fftw.vcproj index 35f07e1..e8ee0f9 100644 --- a/scilab/modules/fftw/fftw.vcproj +++ b/scilab/modules/fftw/fftw.vcproj | |||
@@ -499,10 +499,6 @@ | |||
499 | RelativePath=".\Makefile.am" | 499 | RelativePath=".\Makefile.am" |
500 | > | 500 | > |
501 | </File> | 501 | </File> |
502 | <File | ||
503 | RelativePath=".\version.xml" | ||
504 | > | ||
505 | </File> | ||
506 | </Files> | 502 | </Files> |
507 | <Globals> | 503 | <Globals> |
508 | </Globals> | 504 | </Globals> |
diff --git a/scilab/modules/fftw/version.xml b/scilab/modules/fftw/version.xml deleted file mode 100644 index dcea4d4..0000000 --- a/scilab/modules/fftw/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="fftw"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/fileio/Makefile.am b/scilab/modules/fileio/Makefile.am index 0880971..8af87cd 100644 --- a/scilab/modules/fileio/Makefile.am +++ b/scilab/modules/fileio/Makefile.am | |||
@@ -146,7 +146,7 @@ modulename=fileio | |||
146 | 146 | ||
147 | #### fileio : Conf files #### | 147 | #### fileio : Conf files #### |
148 | libscifileio_la_rootdir = $(mydatadir) | 148 | libscifileio_la_rootdir = $(mydatadir) |
149 | libscifileio_la_root_DATA = license.txt version.xml | 149 | libscifileio_la_root_DATA = license.txt |
150 | 150 | ||
151 | 151 | ||
152 | #### fileio : init scripts #### | 152 | #### fileio : init scripts #### |
diff --git a/scilab/modules/fileio/Makefile.in b/scilab/modules/fileio/Makefile.in index 910d16d..3482fdd 100644 --- a/scilab/modules/fileio/Makefile.in +++ b/scilab/modules/fileio/Makefile.in | |||
@@ -614,7 +614,7 @@ modulename = fileio | |||
614 | 614 | ||
615 | #### fileio : Conf files #### | 615 | #### fileio : Conf files #### |
616 | libscifileio_la_rootdir = $(mydatadir) | 616 | libscifileio_la_rootdir = $(mydatadir) |
617 | libscifileio_la_root_DATA = license.txt version.xml | 617 | libscifileio_la_root_DATA = license.txt |
618 | 618 | ||
619 | #### fileio : init scripts #### | 619 | #### fileio : init scripts #### |
620 | libscifileio_la_etcdir = $(mydatadir)/etc | 620 | libscifileio_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/fileio/fileio.iss b/scilab/modules/fileio/fileio.iss index 357e0bb..3e9aa58 100644 --- a/scilab/modules/fileio/fileio.iss +++ b/scilab/modules/fileio/fileio.iss | |||
@@ -18,7 +18,6 @@ | |||
18 | ; | 18 | ; |
19 | #define FILEIO "fileio" | 19 | #define FILEIO "fileio" |
20 | ; | 20 | ; |
21 | Source: modules\{#FILEIO}\VERSION.xml; DestDir: {app}\modules\{#FILEIO}; Components: {#COMPN_SCILAB} | ||
22 | Source: modules\{#FILEIO}\license.txt; DestDir: {app}\modules\{#FILEIO}; Components: {#COMPN_SCILAB} | 21 | Source: modules\{#FILEIO}\license.txt; DestDir: {app}\modules\{#FILEIO}; Components: {#COMPN_SCILAB} |
23 | ; | 22 | ; |
24 | Source: modules\{#FILEIO}\sci_gateway\{#FILEIO}_gateway.xml; DestDir: {app}\modules\{#FILEIO}\sci_gateway; Components: {#COMPN_SCILAB} | 23 | Source: modules\{#FILEIO}\sci_gateway\{#FILEIO}_gateway.xml; DestDir: {app}\modules\{#FILEIO}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/fileio/fileio.vcproj b/scilab/modules/fileio/fileio.vcproj index 6e4229a..9c93869 100644 --- a/scilab/modules/fileio/fileio.vcproj +++ b/scilab/modules/fileio/fileio.vcproj | |||
@@ -1029,10 +1029,6 @@ | |||
1029 | RelativePath=".\Makefile.am" | 1029 | RelativePath=".\Makefile.am" |
1030 | > | 1030 | > |
1031 | </File> | 1031 | </File> |
1032 | <File | ||
1033 | RelativePath=".\version.xml" | ||
1034 | > | ||
1035 | </File> | ||
1036 | </Files> | 1032 | </Files> |
1037 | <Globals> | 1033 | <Globals> |
1038 | </Globals> | 1034 | </Globals> |
diff --git a/scilab/modules/fileio/version.xml b/scilab/modules/fileio/version.xml deleted file mode 100644 index 4e94a4d..0000000 --- a/scilab/modules/fileio/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="fileio"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/functions/Makefile.am b/scilab/modules/functions/Makefile.am index 7c7f592..ec6ae8e 100644 --- a/scilab/modules/functions/Makefile.am +++ b/scilab/modules/functions/Makefile.am | |||
@@ -61,7 +61,7 @@ modulename=functions | |||
61 | 61 | ||
62 | #### functions : Conf files #### | 62 | #### functions : Conf files #### |
63 | libscifunctions_la_rootdir = $(mydatadir) | 63 | libscifunctions_la_rootdir = $(mydatadir) |
64 | libscifunctions_la_root_DATA = license.txt version.xml | 64 | libscifunctions_la_root_DATA = license.txt |
65 | 65 | ||
66 | 66 | ||
67 | #### functions : init scripts #### | 67 | #### functions : init scripts #### |
diff --git a/scilab/modules/functions/Makefile.in b/scilab/modules/functions/Makefile.in index 2577a85..b2f5659 100644 --- a/scilab/modules/functions/Makefile.in +++ b/scilab/modules/functions/Makefile.in | |||
@@ -469,7 +469,7 @@ modulename = functions | |||
469 | 469 | ||
470 | #### functions : Conf files #### | 470 | #### functions : Conf files #### |
471 | libscifunctions_la_rootdir = $(mydatadir) | 471 | libscifunctions_la_rootdir = $(mydatadir) |
472 | libscifunctions_la_root_DATA = license.txt version.xml | 472 | libscifunctions_la_root_DATA = license.txt |
473 | 473 | ||
474 | #### functions : init scripts #### | 474 | #### functions : init scripts #### |
475 | libscifunctions_la_etcdir = $(mydatadir)/etc | 475 | libscifunctions_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/functions/functions.iss b/scilab/modules/functions/functions.iss index 1717454..41e5156 100644 --- a/scilab/modules/functions/functions.iss +++ b/scilab/modules/functions/functions.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#FUNCTIONS}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 21 | Source: bin\{#FUNCTIONS}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
22 | Source: bin\{#FUNCTIONS}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#FUNCTIONS}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | ; | 23 | ; |
24 | Source: modules\{#FUNCTIONS}\VERSION.xml; DestDir: {app}\modules\{#FUNCTIONS}; Components: {#COMPN_SCILAB} | ||
25 | Source: modules\{#FUNCTIONS}\license.txt; DestDir: {app}\modules\{#FUNCTIONS}; Components: {#COMPN_SCILAB} | 24 | Source: modules\{#FUNCTIONS}\license.txt; DestDir: {app}\modules\{#FUNCTIONS}; Components: {#COMPN_SCILAB} |
26 | ; | 25 | ; |
27 | Source: modules\{#FUNCTIONS}\sci_gateway\{#FUNCTIONS}_gateway.xml; DestDir: {app}\modules\{#FUNCTIONS}\sci_gateway; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#FUNCTIONS}\sci_gateway\{#FUNCTIONS}_gateway.xml; DestDir: {app}\modules\{#FUNCTIONS}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/functions/src/c/functions.vcproj b/scilab/modules/functions/src/c/functions.vcproj index a8d8fb6..54e271e 100644 --- a/scilab/modules/functions/src/c/functions.vcproj +++ b/scilab/modules/functions/src/c/functions.vcproj | |||
@@ -485,10 +485,6 @@ | |||
485 | RelativePath="..\..\Makefile.am" | 485 | RelativePath="..\..\Makefile.am" |
486 | > | 486 | > |
487 | </File> | 487 | </File> |
488 | <File | ||
489 | RelativePath="..\..\version.xml" | ||
490 | > | ||
491 | </File> | ||
492 | </Files> | 488 | </Files> |
493 | <Globals> | 489 | <Globals> |
494 | </Globals> | 490 | </Globals> |
diff --git a/scilab/modules/functions/version.xml b/scilab/modules/functions/version.xml deleted file mode 100644 index 36800c7..0000000 --- a/scilab/modules/functions/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="functions"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/genetic_algorithms/Makefile.am b/scilab/modules/genetic_algorithms/Makefile.am index 110e5d5..7e856c2 100644 --- a/scilab/modules/genetic_algorithms/Makefile.am +++ b/scilab/modules/genetic_algorithms/Makefile.am | |||
@@ -12,7 +12,7 @@ modulename=genetic_algorithms | |||
12 | 12 | ||
13 | #### genetic_algorithms : Conf files #### | 13 | #### genetic_algorithms : Conf files #### |
14 | libgenetic_algorithms_la_rootdir = $(mydatadir) | 14 | libgenetic_algorithms_la_rootdir = $(mydatadir) |
15 | libgenetic_algorithms_la_root_DATA = license.txt version.xml | 15 | libgenetic_algorithms_la_root_DATA = license.txt |
16 | 16 | ||
17 | #### genetic_algorithms : init scripts #### | 17 | #### genetic_algorithms : init scripts #### |
18 | libgenetic_algorithms_la_etcdir = $(mydatadir)/etc | 18 | libgenetic_algorithms_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/genetic_algorithms/Makefile.in b/scilab/modules/genetic_algorithms/Makefile.in index cb63128..decf44d 100644 --- a/scilab/modules/genetic_algorithms/Makefile.in +++ b/scilab/modules/genetic_algorithms/Makefile.in | |||
@@ -370,7 +370,7 @@ modulename = genetic_algorithms | |||
370 | 370 | ||
371 | #### genetic_algorithms : Conf files #### | 371 | #### genetic_algorithms : Conf files #### |
372 | libgenetic_algorithms_la_rootdir = $(mydatadir) | 372 | libgenetic_algorithms_la_rootdir = $(mydatadir) |
373 | libgenetic_algorithms_la_root_DATA = license.txt version.xml | 373 | libgenetic_algorithms_la_root_DATA = license.txt |
374 | 374 | ||
375 | #### genetic_algorithms : init scripts #### | 375 | #### genetic_algorithms : init scripts #### |
376 | libgenetic_algorithms_la_etcdir = $(mydatadir)/etc | 376 | libgenetic_algorithms_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/genetic_algorithms/genetic_algorithms.iss b/scilab/modules/genetic_algorithms/genetic_algorithms.iss index 0960850..2e05609 100644 --- a/scilab/modules/genetic_algorithms/genetic_algorithms.iss +++ b/scilab/modules/genetic_algorithms/genetic_algorithms.iss | |||
@@ -16,7 +16,6 @@ | |||
16 | ; | 16 | ; |
17 | #define GENETICALGORITHMS "genetic_algorithms" | 17 | #define GENETICALGORITHMS "genetic_algorithms" |
18 | ; | 18 | ; |
19 | Source: modules\{#GENETICALGORITHMS}\VERSION.xml; DestDir: {app}\modules\{#GENETICALGORITHMS}; Components: {#COMPN_SCILAB} | ||
20 | Source: modules\{#GENETICALGORITHMS}\license.txt; DestDir: {app}\modules\{#GENETICALGORITHMS}; Components: {#COMPN_SCILAB} | 19 | Source: modules\{#GENETICALGORITHMS}\license.txt; DestDir: {app}\modules\{#GENETICALGORITHMS}; Components: {#COMPN_SCILAB} |
21 | ; | 20 | ; |
22 | Source: modules\{#GENETICALGORITHMS}\etc\{#GENETICALGORITHMS}.quit; DestDir: {app}\modules\{#GENETICALGORITHMS}\etc; Components: {#COMPN_SCILAB} | 21 | Source: modules\{#GENETICALGORITHMS}\etc\{#GENETICALGORITHMS}.quit; DestDir: {app}\modules\{#GENETICALGORITHMS}\etc; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/genetic_algorithms/version.xml b/scilab/modules/genetic_algorithms/version.xml deleted file mode 100644 index 08c849f..0000000 --- a/scilab/modules/genetic_algorithms/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="genetic_algorithms"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/graph/Makefile.am b/scilab/modules/graph/Makefile.am index 35be2e6..86f4b88 100644 --- a/scilab/modules/graph/Makefile.am +++ b/scilab/modules/graph/Makefile.am | |||
@@ -15,7 +15,7 @@ modulename=graph | |||
15 | 15 | ||
16 | #### graph : Conf files #### | 16 | #### graph : Conf files #### |
17 | libscigraph_la_rootdir = $(mydatadir) | 17 | libscigraph_la_rootdir = $(mydatadir) |
18 | libscigraph_la_root_DATA = license.txt version.xml | 18 | libscigraph_la_root_DATA = license.txt |
19 | 19 | ||
20 | 20 | ||
21 | #### graph : init scripts #### | 21 | #### graph : init scripts #### |
diff --git a/scilab/modules/graph/Makefile.in b/scilab/modules/graph/Makefile.in index b19fc99..7be50b9 100644 --- a/scilab/modules/graph/Makefile.in +++ b/scilab/modules/graph/Makefile.in | |||
@@ -371,7 +371,7 @@ modulename = graph | |||
371 | 371 | ||
372 | #### graph : Conf files #### | 372 | #### graph : Conf files #### |
373 | libscigraph_la_rootdir = $(mydatadir) | 373 | libscigraph_la_rootdir = $(mydatadir) |
374 | libscigraph_la_root_DATA = license.txt version.xml | 374 | libscigraph_la_root_DATA = license.txt |
375 | 375 | ||
376 | #### graph : init scripts #### | 376 | #### graph : init scripts #### |
377 | libscigraph_la_etcdir = $(mydatadir)/etc | 377 | libscigraph_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/graph/graph.iss b/scilab/modules/graph/graph.iss index 7b984e8..6638179 100644 --- a/scilab/modules/graph/graph.iss +++ b/scilab/modules/graph/graph.iss | |||
@@ -21,7 +21,6 @@ Source: thirdparty\jgraphx.jar;DestDir: {app}\thirdparty; Components: {#COMPN_SC | |||
21 | ; | 21 | ; |
22 | Source: modules\{#GRAPH}\jar\org.scilab.modules.{#GRAPH}.jar;DestDir: {app}\modules\{#GRAPH}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 22 | Source: modules\{#GRAPH}\jar\org.scilab.modules.{#GRAPH}.jar;DestDir: {app}\modules\{#GRAPH}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
23 | ; | 23 | ; |
24 | Source: modules\{#GRAPH}\VERSION.xml; DestDir: {app}\modules\{#GRAPH}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | ||
25 | Source: modules\{#GRAPH}\license.txt; DestDir: {app}\modules\{#GRAPH}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 24 | Source: modules\{#GRAPH}\license.txt; DestDir: {app}\modules\{#GRAPH}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
26 | ; | 25 | ; |
27 | Source: modules\{#GRAPH}\etc\{#GRAPH}.quit; DestDir: {app}\modules\{#GRAPH}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 26 | Source: modules\{#GRAPH}\etc\{#GRAPH}.quit; DestDir: {app}\modules\{#GRAPH}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
diff --git a/scilab/modules/graph/version.xml b/scilab/modules/graph/version.xml deleted file mode 100644 index 057500d..0000000 --- a/scilab/modules/graph/version.xml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2010 - DIGITEO | ||
5 | * | ||
6 | * This file is distributed under the same license as the Scilab package. | ||
7 | --> | ||
8 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
9 | <MODULE_VERSION name="graph"> | ||
10 | <VERSION major="1" minor="0" maintenance="0" revision="0" string="unstable-git" /> | ||
11 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/graphic_export/Makefile.am b/scilab/modules/graphic_export/Makefile.am index a7232d0..d882c5e 100644 --- a/scilab/modules/graphic_export/Makefile.am +++ b/scilab/modules/graphic_export/Makefile.am | |||
@@ -16,7 +16,7 @@ modulename=graphic_export | |||
16 | 16 | ||
17 | #### graphic_export : Conf files #### | 17 | #### graphic_export : Conf files #### |
18 | libscigraphic_export_la_rootdir = $(mydatadir) | 18 | libscigraphic_export_la_rootdir = $(mydatadir) |
19 | libscigraphic_export_la_root_DATA = license.txt version.xml | 19 | libscigraphic_export_la_root_DATA = license.txt |
20 | 20 | ||
21 | #### graphic_export : init scripts #### | 21 | #### graphic_export : init scripts #### |
22 | libscigraphic_export_la_etcdir = $(mydatadir)/etc | 22 | libscigraphic_export_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/graphic_export/Makefile.in b/scilab/modules/graphic_export/Makefile.in index 411be48..9cf60d8 100644 --- a/scilab/modules/graphic_export/Makefile.in +++ b/scilab/modules/graphic_export/Makefile.in | |||
@@ -449,7 +449,7 @@ modulename = graphic_export | |||
449 | 449 | ||
450 | #### graphic_export : Conf files #### | 450 | #### graphic_export : Conf files #### |
451 | libscigraphic_export_la_rootdir = $(mydatadir) | 451 | libscigraphic_export_la_rootdir = $(mydatadir) |
452 | libscigraphic_export_la_root_DATA = license.txt version.xml | 452 | libscigraphic_export_la_root_DATA = license.txt |
453 | 453 | ||
454 | #### graphic_export : init scripts #### | 454 | #### graphic_export : init scripts #### |
455 | libscigraphic_export_la_etcdir = $(mydatadir)/etc | 455 | libscigraphic_export_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/graphic_export/graphic_export.iss b/scilab/modules/graphic_export/graphic_export.iss index 67fc912..f91164a 100644 --- a/scilab/modules/graphic_export/graphic_export.iss +++ b/scilab/modules/graphic_export/graphic_export.iss | |||
@@ -27,7 +27,6 @@ Source: tools\pstoedit\*.*; DestDir: {app}\tools\pstoedit; Flags: recursesubdirs | |||
27 | Source: modules\{#GRAPHIC_EXPORT}\jar\org.scilab.modules.{#GRAPHIC_EXPORT}.jar;DestDir: {app}\modules\{#GRAPHIC_EXPORT}\jar; Components: {#COMPN_GRAPHICS} | 27 | Source: modules\{#GRAPHIC_EXPORT}\jar\org.scilab.modules.{#GRAPHIC_EXPORT}.jar;DestDir: {app}\modules\{#GRAPHIC_EXPORT}\jar; Components: {#COMPN_GRAPHICS} |
28 | ; | 28 | ; |
29 | Source: modules\{#GRAPHIC_EXPORT}\license.txt; DestDir: {app}\modules\{#GRAPHIC_EXPORT}; Components: {#COMPN_GRAPHICS} | 29 | Source: modules\{#GRAPHIC_EXPORT}\license.txt; DestDir: {app}\modules\{#GRAPHIC_EXPORT}; Components: {#COMPN_GRAPHICS} |
30 | Source: modules\{#GRAPHIC_EXPORT}\version.xml; DestDir: {app}\modules\{#GRAPHIC_EXPORT}; Components: {#COMPN_GRAPHICS} | ||
31 | ; | 30 | ; |
32 | Source: modules\{#GRAPHIC_EXPORT}\sci_gateway\{#GRAPHIC_EXPORT}_gateway.xml; DestDir: {app}\modules\{#GRAPHIC_EXPORT}\sci_gateway; Components: {#COMPN_GRAPHICS} | 31 | Source: modules\{#GRAPHIC_EXPORT}\sci_gateway\{#GRAPHIC_EXPORT}_gateway.xml; DestDir: {app}\modules\{#GRAPHIC_EXPORT}\sci_gateway; Components: {#COMPN_GRAPHICS} |
33 | ; | 32 | ; |
diff --git a/scilab/modules/graphic_export/graphic_export.vcproj b/scilab/modules/graphic_export/graphic_export.vcproj index cc46314..09930ab 100644 --- a/scilab/modules/graphic_export/graphic_export.vcproj +++ b/scilab/modules/graphic_export/graphic_export.vcproj | |||
@@ -571,10 +571,6 @@ | |||
571 | RelativePath=".\Makefile.am" | 571 | RelativePath=".\Makefile.am" |
572 | > | 572 | > |
573 | </File> | 573 | </File> |
574 | <File | ||
575 | RelativePath=".\version.xml" | ||
576 | > | ||
577 | </File> | ||
578 | </Files> | 574 | </Files> |
579 | <Globals> | 575 | <Globals> |
580 | </Globals> | 576 | </Globals> |
diff --git a/scilab/modules/graphic_export/version.xml b/scilab/modules/graphic_export/version.xml deleted file mode 100644 index 5c5b758..0000000 --- a/scilab/modules/graphic_export/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="graphic_export"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/graphics/Makefile.am b/scilab/modules/graphics/Makefile.am index af525dd..c986c7e 100644 --- a/scilab/modules/graphics/Makefile.am +++ b/scilab/modules/graphics/Makefile.am | |||
@@ -16,7 +16,7 @@ modulename=graphics | |||
16 | 16 | ||
17 | #### graphics : Conf files #### | 17 | #### graphics : Conf files #### |
18 | libscigraphics_la_rootdir = $(mydatadir) | 18 | libscigraphics_la_rootdir = $(mydatadir) |
19 | libscigraphics_la_root_DATA = license.txt version.xml | 19 | libscigraphics_la_root_DATA = license.txt |
20 | 20 | ||
21 | #### graphics : init scripts #### | 21 | #### graphics : init scripts #### |
22 | libscigraphics_la_etcdir = $(mydatadir)/etc | 22 | libscigraphics_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/graphics/Makefile.in b/scilab/modules/graphics/Makefile.in index e9d8ef0..75251b7 100644 --- a/scilab/modules/graphics/Makefile.in +++ b/scilab/modules/graphics/Makefile.in | |||
@@ -796,7 +796,7 @@ modulename = graphics | |||
796 | 796 | ||
797 | #### graphics : Conf files #### | 797 | #### graphics : Conf files #### |
798 | libscigraphics_la_rootdir = $(mydatadir) | 798 | libscigraphics_la_rootdir = $(mydatadir) |
799 | libscigraphics_la_root_DATA = license.txt version.xml | 799 | libscigraphics_la_root_DATA = license.txt |
800 | 800 | ||
801 | #### graphics : init scripts #### | 801 | #### graphics : init scripts #### |
802 | libscigraphics_la_etcdir = $(mydatadir)/etc | 802 | libscigraphics_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/graphics/graphics.iss b/scilab/modules/graphics/graphics.iss index 9664dbf..2ff37fe 100644 --- a/scilab/modules/graphics/graphics.iss +++ b/scilab/modules/graphics/graphics.iss | |||
@@ -18,7 +18,6 @@ | |||
18 | ; | 18 | ; |
19 | #define GRAPHICS "graphics" | 19 | #define GRAPHICS "graphics" |
20 | ; | 20 | ; |
21 | Source: modules\{#GRAPHICS}\VERSION.xml; DestDir: {app}\modules\{#GRAPHICS}; Components: {#COMPN_GRAPHICS} | ||
22 | Source: modules\{#GRAPHICS}\license.txt; DestDir: {app}\modules\{#GRAPHICS}; Components: {#COMPN_GRAPHICS} | 21 | Source: modules\{#GRAPHICS}\license.txt; DestDir: {app}\modules\{#GRAPHICS}; Components: {#COMPN_GRAPHICS} |
23 | ; | 22 | ; |
24 | Source: thirdparty\jlatexmath-0.9.4.jar;DestDir: {app}\thirdparty; Components: {#COMPN_GRAPHICS} | 23 | Source: thirdparty\jlatexmath-0.9.4.jar;DestDir: {app}\thirdparty; Components: {#COMPN_GRAPHICS} |
diff --git a/scilab/modules/graphics/graphics.vcproj b/scilab/modules/graphics/graphics.vcproj index 50b190a..2766d4d 100644 --- a/scilab/modules/graphics/graphics.vcproj +++ b/scilab/modules/graphics/graphics.vcproj | |||
@@ -2139,10 +2139,6 @@ | |||
2139 | RelativePath=".\Makefile.am" | 2139 | RelativePath=".\Makefile.am" |
2140 | > | 2140 | > |
2141 | </File> | 2141 | </File> |
2142 | <File | ||
2143 | RelativePath=".\version.xml" | ||
2144 | > | ||
2145 | </File> | ||
2146 | </Files> | 2142 | </Files> |
2147 | <Globals> | 2143 | <Globals> |
2148 | </Globals> | 2144 | </Globals> |
diff --git a/scilab/modules/graphics/version.xml b/scilab/modules/graphics/version.xml deleted file mode 100644 index 6de1da0..0000000 --- a/scilab/modules/graphics/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="graphics"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/gui/Makefile.am b/scilab/modules/gui/Makefile.am index 97fde07..9ebd721 100644 --- a/scilab/modules/gui/Makefile.am +++ b/scilab/modules/gui/Makefile.am | |||
@@ -19,7 +19,7 @@ modulename=gui | |||
19 | 19 | ||
20 | #### gui : Conf files #### | 20 | #### gui : Conf files #### |
21 | libscigui_la_rootdir = $(mydatadir) | 21 | libscigui_la_rootdir = $(mydatadir) |
22 | libscigui_la_root_DATA = license.txt version.xml | 22 | libscigui_la_root_DATA = license.txt |
23 | 23 | ||
24 | 24 | ||
25 | #### gui : init scripts #### | 25 | #### gui : init scripts #### |
diff --git a/scilab/modules/gui/Makefile.in b/scilab/modules/gui/Makefile.in index 8bd2ea1..00b05c4 100644 --- a/scilab/modules/gui/Makefile.in +++ b/scilab/modules/gui/Makefile.in | |||
@@ -553,7 +553,7 @@ modulename = gui | |||
553 | 553 | ||
554 | #### gui : Conf files #### | 554 | #### gui : Conf files #### |
555 | libscigui_la_rootdir = $(mydatadir) | 555 | libscigui_la_rootdir = $(mydatadir) |
556 | libscigui_la_root_DATA = license.txt version.xml | 556 | libscigui_la_root_DATA = license.txt |
557 | 557 | ||
558 | #### gui : init scripts #### | 558 | #### gui : init scripts #### |
559 | libscigui_la_etcdir = $(mydatadir)/etc | 559 | libscigui_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/gui/gui.iss b/scilab/modules/gui/gui.iss index 3bfb098..0e787f5 100644 --- a/scilab/modules/gui/gui.iss +++ b/scilab/modules/gui/gui.iss | |||
@@ -29,7 +29,6 @@ Source: thirdparty\commons-logging-1.1.jar; DestDir: {app}\thirdparty; Component | |||
29 | Source: thirdparty\looks-2.1.1.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 29 | Source: thirdparty\looks-2.1.1.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
30 | Source: thirdparty\skinlf.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 30 | Source: thirdparty\skinlf.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
31 | ; | 31 | ; |
32 | Source: modules\{#GUI}\VERSION.xml; DestDir: {app}\modules\{#GUI}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | ||
33 | Source: modules\{#GUI}\license.txt; DestDir: {app}\modules\{#GUI}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 32 | Source: modules\{#GUI}\license.txt; DestDir: {app}\modules\{#GUI}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
34 | ; | 33 | ; |
35 | Source: modules\{#GUI}\sci_gateway\{#GUI}_gateway.xml; DestDir: {app}\modules\{#GUI}\sci_gateway; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 34 | Source: modules\{#GUI}\sci_gateway\{#GUI}_gateway.xml; DestDir: {app}\modules\{#GUI}\sci_gateway; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
diff --git a/scilab/modules/gui/src/c/gui.vcproj b/scilab/modules/gui/src/c/gui.vcproj index ba08a0d..1e4a995 100644 --- a/scilab/modules/gui/src/c/gui.vcproj +++ b/scilab/modules/gui/src/c/gui.vcproj | |||
@@ -1705,10 +1705,6 @@ | |||
1705 | RelativePath="..\..\Makefile.am" | 1705 | RelativePath="..\..\Makefile.am" |
1706 | > | 1706 | > |
1707 | </File> | 1707 | </File> |
1708 | <File | ||
1709 | RelativePath="..\..\version.xml" | ||
1710 | > | ||
1711 | </File> | ||
1712 | </Files> | 1708 | </Files> |
1713 | <Globals> | 1709 | <Globals> |
1714 | </Globals> | 1710 | </Globals> |
diff --git a/scilab/modules/gui/version.xml b/scilab/modules/gui/version.xml deleted file mode 100644 index 1daa47e..0000000 --- a/scilab/modules/gui/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="gui"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/hdf5/Makefile.am b/scilab/modules/hdf5/Makefile.am index bf5d831..7721741 100644 --- a/scilab/modules/hdf5/Makefile.am +++ b/scilab/modules/hdf5/Makefile.am | |||
@@ -131,7 +131,7 @@ modulename=hdf5 | |||
131 | 131 | ||
132 | #### hdf5 : Conf files #### | 132 | #### hdf5 : Conf files #### |
133 | libscihdf5_la_rootdir = $(mydatadir) | 133 | libscihdf5_la_rootdir = $(mydatadir) |
134 | libscihdf5_la_root_DATA = license.txt version.xml | 134 | libscihdf5_la_root_DATA = license.txt |
135 | 135 | ||
136 | 136 | ||
137 | #### hdf5 : init scripts #### | 137 | #### hdf5 : init scripts #### |
diff --git a/scilab/modules/hdf5/Makefile.in b/scilab/modules/hdf5/Makefile.in index 9b74e79..3bb3c01 100644 --- a/scilab/modules/hdf5/Makefile.in +++ b/scilab/modules/hdf5/Makefile.in | |||
@@ -543,7 +543,7 @@ modulename = hdf5 | |||
543 | 543 | ||
544 | #### hdf5 : Conf files #### | 544 | #### hdf5 : Conf files #### |
545 | libscihdf5_la_rootdir = $(mydatadir) | 545 | libscihdf5_la_rootdir = $(mydatadir) |
546 | libscihdf5_la_root_DATA = license.txt version.xml | 546 | libscihdf5_la_root_DATA = license.txt |
547 | 547 | ||
548 | #### hdf5 : init scripts #### | 548 | #### hdf5 : init scripts #### |
549 | libscihdf5_la_etcdir = $(mydatadir)/etc | 549 | libscihdf5_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/hdf5/hdf5.iss b/scilab/modules/hdf5/hdf5.iss index e25f471..74c1da0 100644 --- a/scilab/modules/hdf5/hdf5.iss +++ b/scilab/modules/hdf5/hdf5.iss | |||
@@ -24,7 +24,6 @@ Source: modules\{#HDF5}\jar\org.scilab.modules.{#HDF5}.jar;DestDir: {app}\module | |||
24 | ;Source: bin\nohdf5.dll; DestDir: {app}\bin; DestName: scihdf5.dll; Components: not ({#COMPN_SCILAB}) | 24 | ;Source: bin\nohdf5.dll; DestDir: {app}\bin; DestName: scihdf5.dll; Components: not ({#COMPN_SCILAB}) |
25 | ; | 25 | ; |
26 | Source: modules\{#HDF5}\license.txt; DestDir: {app}\modules\{#HDF5}; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#HDF5}\license.txt; DestDir: {app}\modules\{#HDF5}; Components: {#COMPN_SCILAB} |
27 | Source: modules\{#HDF5}\version.xml; DestDir: {app}\modules\{#HDF5}; Components: {#COMPN_SCILAB} | ||
28 | ; | 27 | ; |
29 | Source: modules\{#HDF5}\sci_gateway\{#HDF5}_gateway.xml; DestDir: {app}\modules\{#HDF5}\sci_gateway; Components: {#COMPN_SCILAB} | 28 | Source: modules\{#HDF5}\sci_gateway\{#HDF5}_gateway.xml; DestDir: {app}\modules\{#HDF5}\sci_gateway; Components: {#COMPN_SCILAB} |
30 | ; | 29 | ; |
diff --git a/scilab/modules/hdf5/version.xml b/scilab/modules/hdf5/version.xml deleted file mode 100644 index af3cf41..0000000 --- a/scilab/modules/hdf5/version.xml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2009 - DIGITEO | ||
5 | * | ||
6 | * This file is distributed under the same license as the Scilab package. | ||
7 | --> | ||
8 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
9 | <MODULE_VERSION name="hdf5"> | ||
10 | <VERSION major="1" minor="0" maintenance="0" revision="0" string="unstable-git" /> | ||
11 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/helptools/Makefile.am b/scilab/modules/helptools/Makefile.am index b3c9bea..2083547 100644 --- a/scilab/modules/helptools/Makefile.am +++ b/scilab/modules/helptools/Makefile.am | |||
@@ -69,7 +69,7 @@ modulename=helptools | |||
69 | 69 | ||
70 | #### helptools : Conf files #### | 70 | #### helptools : Conf files #### |
71 | libscihelptools_la_rootdir = $(mydatadir) | 71 | libscihelptools_la_rootdir = $(mydatadir) |
72 | libscihelptools_la_root_DATA = license.txt version.xml | 72 | libscihelptools_la_root_DATA = license.txt |
73 | 73 | ||
74 | #### helptools : init scripts #### | 74 | #### helptools : init scripts #### |
75 | libscihelptools_la_etcdir = $(mydatadir)/etc | 75 | libscihelptools_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/helptools/Makefile.in b/scilab/modules/helptools/Makefile.in index dc964b7..5d5efba 100644 --- a/scilab/modules/helptools/Makefile.in +++ b/scilab/modules/helptools/Makefile.in | |||
@@ -481,7 +481,7 @@ modulename = helptools | |||
481 | 481 | ||
482 | #### helptools : Conf files #### | 482 | #### helptools : Conf files #### |
483 | libscihelptools_la_rootdir = $(mydatadir) | 483 | libscihelptools_la_rootdir = $(mydatadir) |
484 | libscihelptools_la_root_DATA = license.txt version.xml | 484 | libscihelptools_la_root_DATA = license.txt |
485 | 485 | ||
486 | #### helptools : init scripts #### | 486 | #### helptools : init scripts #### |
487 | libscihelptools_la_etcdir = $(mydatadir)/etc | 487 | libscihelptools_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/helptools/helptools.iss b/scilab/modules/helptools/helptools.iss index 091eabf..bd21fe4 100644 --- a/scilab/modules/helptools/helptools.iss +++ b/scilab/modules/helptools/helptools.iss | |||
@@ -62,7 +62,6 @@ Source: thirdparty\xmlgraphics-commons.README;DestDir: {app}\thirdparty; Compone | |||
62 | Source: thirdparty\xalan.jar;DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 62 | Source: thirdparty\xalan.jar;DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
63 | Source: thirdparty\batik-all-1.7.jar;DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 63 | Source: thirdparty\batik-all-1.7.jar;DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
64 | ; | 64 | ; |
65 | Source: modules\{#HELPTOOLS}\VERSION.xml; DestDir: {app}\modules\{#HELPTOOLS}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | ||
66 | Source: modules\{#HELPTOOLS}\license.txt; DestDir: {app}\modules\{#HELPTOOLS}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 65 | Source: modules\{#HELPTOOLS}\license.txt; DestDir: {app}\modules\{#HELPTOOLS}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
67 | ; | 66 | ; |
68 | Source: modules\{#HELPTOOLS}\etc\fopconf.xml; DestDir: {app}\modules\{#HELPTOOLS}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 67 | Source: modules\{#HELPTOOLS}\etc\fopconf.xml; DestDir: {app}\modules\{#HELPTOOLS}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
diff --git a/scilab/modules/helptools/src/c/helptools.vcproj b/scilab/modules/helptools/src/c/helptools.vcproj index a64154f..6557a45 100644 --- a/scilab/modules/helptools/src/c/helptools.vcproj +++ b/scilab/modules/helptools/src/c/helptools.vcproj | |||
@@ -465,10 +465,6 @@ | |||
465 | RelativePath="..\..\Makefile.am" | 465 | RelativePath="..\..\Makefile.am" |
466 | > | 466 | > |
467 | </File> | 467 | </File> |
468 | <File | ||
469 | RelativePath="..\..\version.xml" | ||
470 | > | ||
471 | </File> | ||
472 | </Files> | 468 | </Files> |
473 | <Globals> | 469 | <Globals> |
474 | </Globals> | 470 | </Globals> |
diff --git a/scilab/modules/helptools/version.xml b/scilab/modules/helptools/version.xml deleted file mode 100644 index fc2ec2b..0000000 --- a/scilab/modules/helptools/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="helptools"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/history_browser/Makefile.am b/scilab/modules/history_browser/Makefile.am index f5c44a0..d456515 100755 --- a/scilab/modules/history_browser/Makefile.am +++ b/scilab/modules/history_browser/Makefile.am | |||
@@ -1,95 +1,95 @@ | |||
1 | # | 1 | # |
2 | # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 2 | # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
3 | # Copyright (C) DIGITEO - 2010 - Allan CORNET | 3 | # Copyright (C) DIGITEO - 2010 - Allan CORNET |
4 | # | 4 | # |
5 | # This file must be used under the terms of the CeCILL. | 5 | # This file must be used under the terms of the CeCILL. |
6 | # This source file is licensed as described in the file COPYING, which | 6 | # This source file is licensed as described in the file COPYING, which |
7 | # you should have received as part of this distribution. The terms | 7 | # you should have received as part of this distribution. The terms |
8 | # are also available at | 8 | # are also available at |
9 | # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | # | 10 | # |
11 | 11 | ||
12 | #### Target ###### | 12 | #### Target ###### |
13 | modulename=history_browser | 13 | modulename=history_browser |
14 | 14 | ||
15 | 15 | ||
16 | #### history_browser : Conf files #### | 16 | #### history_browser : Conf files #### |
17 | libscihistory_browser_la_rootdir = $(mydatadir) | 17 | libscihistory_browser_la_rootdir = $(mydatadir) |
18 | libscihistory_browser_la_root_DATA = license.txt version.xml | 18 | libscihistory_browser_la_root_DATA = license.txt |
19 | 19 | ||
20 | 20 | ||
21 | #### history_browser : init scripts #### | 21 | #### history_browser : init scripts #### |
22 | libscihistory_browser_la_etcdir = $(mydatadir)/etc | 22 | libscihistory_browser_la_etcdir = $(mydatadir)/etc |
23 | libscihistory_browser_la_etc_DATA = etc/history_browser.quit \ | 23 | libscihistory_browser_la_etc_DATA = etc/history_browser.quit \ |
24 | etc/history_browser.start | 24 | etc/history_browser.start |
25 | 25 | ||
26 | include $(top_srcdir)/Makefile.incl.am | 26 | include $(top_srcdir)/Makefile.incl.am |
27 | 27 | ||
28 | if GUI | 28 | if GUI |
29 | 29 | ||
30 | # List of the JNI files | 30 | # List of the JNI files |
31 | HISTORY_BROWSER_JNI_SOURCES = src/jni/CommandHistory.cpp \ | 31 | HISTORY_BROWSER_JNI_SOURCES = src/jni/CommandHistory.cpp \ |
32 | src/jni/GiwsException.cpp | 32 | src/jni/GiwsException.cpp |
33 | 33 | ||
34 | HISTORY_BROWSER_CPP_SOURCES = src/cpp/CommandHistory_Wrap.cpp | 34 | HISTORY_BROWSER_CPP_SOURCES = src/cpp/CommandHistory_Wrap.cpp |
35 | 35 | ||
36 | GIWS_WRAPPERS = src/jni/CommandHistory.giws.xml | 36 | GIWS_WRAPPERS = src/jni/CommandHistory.giws.xml |
37 | 37 | ||
38 | HISTORY_BROWSER_C_SOURCES = | 38 | HISTORY_BROWSER_C_SOURCES = |
39 | 39 | ||
40 | if GIWS | 40 | if GIWS |
41 | BUILT_SOURCES=giws | 41 | BUILT_SOURCES=giws |
42 | endif | 42 | endif |
43 | 43 | ||
44 | else | 44 | else |
45 | HISTORY_BROWSER_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c | 45 | HISTORY_BROWSER_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c |
46 | endif | 46 | endif |
47 | 47 | ||
48 | libscihistory_browser_la_CFLAGS= | 48 | libscihistory_browser_la_CFLAGS= |
49 | 49 | ||
50 | 50 | ||
51 | libscihistory_browser_la_CPPFLAGS = $(JAVA_JNI_INCLUDE) \ | 51 | libscihistory_browser_la_CPPFLAGS = $(JAVA_JNI_INCLUDE) \ |
52 | -I$(srcdir)/src/jni/ \ | 52 | -I$(srcdir)/src/jni/ \ |
53 | -I$(srcdir)/includes/ \ | 53 | -I$(srcdir)/includes/ \ |
54 | -I$(top_srcdir)/modules/jvm/includes/ | 54 | -I$(top_srcdir)/modules/jvm/includes/ |
55 | 55 | ||
56 | # Without the history_browser module | 56 | # Without the history_browser module |
57 | libscihistory_browser_disable_la_CFLAGS = -I$(srcdir)/includes/ | 57 | libscihistory_browser_disable_la_CFLAGS = -I$(srcdir)/includes/ |
58 | HISTORY_BROWSER_DISABLE_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c | 58 | HISTORY_BROWSER_DISABLE_C_SOURCES = src/nohistory_browser/CommandHistory_Wrap_Fake.c |
59 | libscihistory_browser_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) | 59 | libscihistory_browser_disable_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) |
60 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) | 60 | libscihistory_browser_disable_la_SOURCES = $(HISTORY_BROWSER_DISABLE_C_SOURCES) |
61 | 61 | ||
62 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la | 62 | pkglib_LTLIBRARIES = libscihistory_browser-disable.la |
63 | 63 | ||
64 | if GUI | 64 | if GUI |
65 | pkglib_LTLIBRARIES += libscihistory_browser.la | 65 | pkglib_LTLIBRARIES += libscihistory_browser.la |
66 | endif | 66 | endif |
67 | 67 | ||
68 | libscihistory_browser_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) | 68 | libscihistory_browser_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LD_FLAGS) $(X_LIBS) $(X_EXTRA_LIBS) |
69 | 69 | ||
70 | libscihistory_browser_la_SOURCES = $(HISTORY_BROWSER_C_SOURCES) $(HISTORY_BROWSER_JNI_SOURCES) $(HISTORY_BROWSER_CPP_SOURCES) | 70 | libscihistory_browser_la_SOURCES = $(HISTORY_BROWSER_C_SOURCES) $(HISTORY_BROWSER_JNI_SOURCES) $(HISTORY_BROWSER_CPP_SOURCES) |
71 | 71 | ||
72 | # For the code check (splint) | 72 | # For the code check (splint) |
73 | CHECK_SRC= $(HISTORY_BROWSER_C_SOURCES) | 73 | CHECK_SRC= $(HISTORY_BROWSER_C_SOURCES) |
74 | INCLUDE_FLAGS = $(libscihistory_browser_la_CFLAGS) | 74 | INCLUDE_FLAGS = $(libscihistory_browser_la_CFLAGS) |
75 | 75 | ||
76 | 76 | ||
77 | #### SWIG Declaration #### | 77 | #### SWIG Declaration #### |
78 | SWIG_WRAPPERS = | 78 | SWIG_WRAPPERS = |
79 | 79 | ||
80 | if SWIG | 80 | if SWIG |
81 | BUILT_SOURCES=swig | 81 | BUILT_SOURCES=swig |
82 | endif | 82 | endif |
83 | 83 | ||
84 | libscihistory_browser_la_LIBADD = \ | 84 | libscihistory_browser_la_LIBADD = \ |
85 | $(top_builddir)/libs/MALLOC/libscimalloc.la \ | 85 | $(top_builddir)/libs/MALLOC/libscimalloc.la \ |
86 | $(top_builddir)/modules/output_stream/libscioutput_stream.la | 86 | $(top_builddir)/modules/output_stream/libscioutput_stream.la |
87 | 87 | ||
88 | 88 | ||
89 | #### history_browser : gateway declaration #### | 89 | #### history_browser : gateway declaration #### |
90 | libscihistory_browser_la_sci_gatewaydir = $(mydatadir)/sci_gateway | 90 | libscihistory_browser_la_sci_gatewaydir = $(mydatadir)/sci_gateway |
91 | libscihistory_browser_la_sci_gateway_DATA = | 91 | libscihistory_browser_la_sci_gateway_DATA = |
92 | 92 | ||
93 | if GUI | 93 | if GUI |
94 | USEANT=1 | 94 | USEANT=1 |
95 | endif | 95 | endif |
diff --git a/scilab/modules/history_browser/Makefile.in b/scilab/modules/history_browser/Makefile.in index 53c8f88..627e290 100644 --- a/scilab/modules/history_browser/Makefile.in +++ b/scilab/modules/history_browser/Makefile.in | |||
@@ -435,7 +435,7 @@ modulename = history_browser | |||
435 | 435 | ||
436 | #### history_browser : Conf files #### | 436 | #### history_browser : Conf files #### |
437 | libscihistory_browser_la_rootdir = $(mydatadir) | 437 | libscihistory_browser_la_rootdir = $(mydatadir) |
438 | libscihistory_browser_la_root_DATA = license.txt version.xml | 438 | libscihistory_browser_la_root_DATA = license.txt |
439 | 439 | ||
440 | #### history_browser : init scripts #### | 440 | #### history_browser : init scripts #### |
441 | libscihistory_browser_la_etcdir = $(mydatadir)/etc | 441 | libscihistory_browser_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/history_browser/history_browser.iss b/scilab/modules/history_browser/history_browser.iss index 929d871..adbdbdd 100644 --- a/scilab/modules/history_browser/history_browser.iss +++ b/scilab/modules/history_browser/history_browser.iss | |||
@@ -22,7 +22,6 @@ Source: bin\no{#HISTORY_BROWSER}.dll; DestDir: {app}\bin; DestName: {#HISTORY_BR | |||
22 | ; | 22 | ; |
23 | Source: modules\{#HISTORY_BROWSER}\jar\org.scilab.modules.{#HISTORY_BROWSER}.jar;DestDir: {app}\modules\{#HISTORY_BROWSER}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 23 | Source: modules\{#HISTORY_BROWSER}\jar\org.scilab.modules.{#HISTORY_BROWSER}.jar;DestDir: {app}\modules\{#HISTORY_BROWSER}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
24 | ; | 24 | ; |
25 | Source: modules\{#HISTORY_BROWSER}\VERSION.xml; DestDir: {app}\modules\{#HISTORY_BROWSER}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | ||
26 | Source: modules\{#HISTORY_BROWSER}\license.txt; DestDir: {app}\modules\{#HISTORY_BROWSER}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 25 | Source: modules\{#HISTORY_BROWSER}\license.txt; DestDir: {app}\modules\{#HISTORY_BROWSER}; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
27 | ; | 26 | ; |
28 | Source: modules\{#HISTORY_BROWSER}\etc\{#HISTORY_BROWSER}.quit; DestDir: {app}\modules\{#HISTORY_BROWSER}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} | 27 | Source: modules\{#HISTORY_BROWSER}\etc\{#HISTORY_BROWSER}.quit; DestDir: {app}\modules\{#HISTORY_BROWSER}\etc; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} |
diff --git a/scilab/modules/history_browser/src/c/history_browser.vcproj b/scilab/modules/history_browser/src/c/history_browser.vcproj index 495da15..8d3adff 100644 --- a/scilab/modules/history_browser/src/c/history_browser.vcproj +++ b/scilab/modules/history_browser/src/c/history_browser.vcproj | |||
@@ -441,10 +441,6 @@ | |||
441 | RelativePath="..\..\Makefile.am" | 441 | RelativePath="..\..\Makefile.am" |
442 | > | 442 | > |
443 | </File> | 443 | </File> |
444 | <File | ||
445 | RelativePath="..\..\version.xml" | ||
446 | > | ||
447 | </File> | ||
448 | </Files> | 444 | </Files> |
449 | <Globals> | 445 | <Globals> |
450 | </Globals> | 446 | </Globals> |
diff --git a/scilab/modules/history_browser/version.xml b/scilab/modules/history_browser/version.xml deleted file mode 100644 index dc66b97..0000000 --- a/scilab/modules/history_browser/version.xml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2010 - DIGITEO | ||
5 | * | ||
6 | * This file is distributed under the same license as the Scilab package. | ||
7 | --> | ||
8 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
9 | <MODULE_VERSION name="history_browser"> | ||
10 | <VERSION major="1" minor="0" maintenance="0" revision="0" string="unstable-git" /> | ||
11 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/history_manager/Makefile.am b/scilab/modules/history_manager/Makefile.am index 4771e87..09ff285 100644 --- a/scilab/modules/history_manager/Makefile.am +++ b/scilab/modules/history_manager/Makefile.am | |||
@@ -91,7 +91,7 @@ modulename=history_manager | |||
91 | 91 | ||
92 | #### history_manager : Conf files #### | 92 | #### history_manager : Conf files #### |
93 | libscihistory_manager_la_rootdir = $(mydatadir) | 93 | libscihistory_manager_la_rootdir = $(mydatadir) |
94 | libscihistory_manager_la_root_DATA = license.txt version.xml | 94 | libscihistory_manager_la_root_DATA = license.txt |
95 | 95 | ||
96 | #### history_manager : init scripts #### | 96 | #### history_manager : init scripts #### |
97 | libscihistory_manager_la_etcdir = $(mydatadir)/etc | 97 | libscihistory_manager_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/history_manager/Makefile.in b/scilab/modules/history_manager/Makefile.in index 70a9621..d59f00b 100644 --- a/scilab/modules/history_manager/Makefile.in +++ b/scilab/modules/history_manager/Makefile.in | |||
@@ -518,7 +518,7 @@ modulename = history_manager | |||
518 | 518 | ||
519 | #### history_manager : Conf files #### | 519 | #### history_manager : Conf files #### |
520 | libscihistory_manager_la_rootdir = $(mydatadir) | 520 | libscihistory_manager_la_rootdir = $(mydatadir) |
521 | libscihistory_manager_la_root_DATA = license.txt version.xml | 521 | libscihistory_manager_la_root_DATA = license.txt |
522 | 522 | ||
523 | #### history_manager : init scripts #### | 523 | #### history_manager : init scripts #### |
524 | libscihistory_manager_la_etcdir = $(mydatadir)/etc | 524 | libscihistory_manager_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/history_manager/history_manager.iss b/scilab/modules/history_manager/history_manager.iss index 553478d..48a1d28 100644 --- a/scilab/modules/history_manager/history_manager.iss +++ b/scilab/modules/history_manager/history_manager.iss | |||
@@ -25,7 +25,7 @@ Source: modules\{#HISTORY_MANAGER}\jar\org.scilab.modules.{#HISTORY_MANAGER}.jar | |||
25 | ;Source: bin\nosci{#HISTORY_MANAGER}.dll; DestDir: {app}\bin; DestName: sci{#HISTORY_MANAGER}.dll; Components: not ({#COMPN_SCILAB}) | 25 | ;Source: bin\nosci{#HISTORY_MANAGER}.dll; DestDir: {app}\bin; DestName: sci{#HISTORY_MANAGER}.dll; Components: not ({#COMPN_SCILAB}) |
26 | ; | 26 | ; |
27 | Source: modules\{#HISTORY_MANAGER}\license.txt; DestDir: {app}\modules\{#HISTORY_MANAGER}; Components: {#COMPN_SCILAB} | 27 | Source: modules\{#HISTORY_MANAGER}\license.txt; DestDir: {app}\modules\{#HISTORY_MANAGER}; Components: {#COMPN_SCILAB} |
28 | Source: modules\{#HISTORY_MANAGER}\version.xml; DestDir: {app}\modules\{#HISTORY_MANAGER}; Components: {#COMPN_SCILAB} | 28 | |
29 | ; | 29 | ; |
30 | Source: modules\{#HISTORY_MANAGER}\sci_gateway\{#HISTORY_MANAGER}_gateway.xml; DestDir: {app}\modules\{#HISTORY_MANAGER}\sci_gateway; Components: {#COMPN_SCILAB} | 30 | Source: modules\{#HISTORY_MANAGER}\sci_gateway\{#HISTORY_MANAGER}_gateway.xml; DestDir: {app}\modules\{#HISTORY_MANAGER}\sci_gateway; Components: {#COMPN_SCILAB} |
31 | ; | 31 | ; |
diff --git a/scilab/modules/history_manager/src/c/history_manager.vcproj b/scilab/modules/history_manager/src/c/history_manager.vcproj index 939dfb9..6196c0c 100644 --- a/scilab/modules/history_manager/src/c/history_manager.vcproj +++ b/scilab/modules/history_manager/src/c/history_manager.vcproj | |||
@@ -565,10 +565,6 @@ | |||
565 | RelativePath="..\..\Makefile.am" | 565 | RelativePath="..\..\Makefile.am" |
566 | > | 566 | > |
567 | </File> | 567 | </File> |
568 | <File | ||
569 | RelativePath="..\..\version.xml" | ||
570 | > | ||
571 | </File> | ||
572 | </Files> | 568 | </Files> |
573 | <Globals> | 569 | <Globals> |
574 | </Globals> | 570 | </Globals> |
diff --git a/scilab/modules/history_manager/version.xml b/scilab/modules/history_manager/version.xml deleted file mode 100644 index edf249f..0000000 --- a/scilab/modules/history_manager/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="history_manager"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/integer/Makefile.am b/scilab/modules/integer/Makefile.am index b1d7ba4..f60b53e 100644 --- a/scilab/modules/integer/Makefile.am +++ b/scilab/modules/integer/Makefile.am | |||
@@ -142,7 +142,7 @@ modulename=integer | |||
142 | 142 | ||
143 | #### integer : Conf files #### | 143 | #### integer : Conf files #### |
144 | libsciinteger_la_rootdir = $(mydatadir) | 144 | libsciinteger_la_rootdir = $(mydatadir) |
145 | libsciinteger_la_root_DATA = license.txt version.xml | 145 | libsciinteger_la_root_DATA = license.txt |
146 | 146 | ||
147 | 147 | ||
148 | #### integer : init scripts #### | 148 | #### integer : init scripts #### |
diff --git a/scilab/modules/integer/Makefile.in b/scilab/modules/integer/Makefile.in index b36e166..7076881 100644 --- a/scilab/modules/integer/Makefile.in +++ b/scilab/modules/integer/Makefile.in | |||
@@ -593,7 +593,7 @@ modulename = integer | |||
593 | 593 | ||
594 | #### integer : Conf files #### | 594 | #### integer : Conf files #### |
595 | libsciinteger_la_rootdir = $(mydatadir) | 595 | libsciinteger_la_rootdir = $(mydatadir) |
596 | libsciinteger_la_root_DATA = license.txt version.xml | 596 | libsciinteger_la_root_DATA = license.txt |
597 | 597 | ||
598 | #### integer : init scripts #### | 598 | #### integer : init scripts #### |
599 | libsciinteger_la_etcdir = $(mydatadir)/etc | 599 | libsciinteger_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/integer/integer.iss b/scilab/modules/integer/integer.iss index ceacea8..e48a262 100644 --- a/scilab/modules/integer/integer.iss +++ b/scilab/modules/integer/integer.iss | |||
@@ -22,7 +22,6 @@ Source: bin\{#INTEGER}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | |||
22 | Source: bin\{#INTEGER}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#INTEGER}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | Source: bin\{#INTEGER}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 23 | Source: bin\{#INTEGER}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
24 | ; | 24 | ; |
25 | Source: modules\{#INTEGER}\VERSION.xml; DestDir: {app}\modules\{#INTEGER}; Components: {#COMPN_SCILAB} | ||
26 | Source: modules\{#INTEGER}\license.txt; DestDir: {app}\modules\{#INTEGER}; Components: {#COMPN_SCILAB} | 25 | Source: modules\{#INTEGER}\license.txt; DestDir: {app}\modules\{#INTEGER}; Components: {#COMPN_SCILAB} |
27 | ; | 26 | ; |
28 | Source: modules\{#INTEGER}\sci_gateway\{#INTEGER}_gateway.xml; DestDir: {app}\modules\{#INTEGER}\sci_gateway; Components: {#COMPN_SCILAB} | 27 | Source: modules\{#INTEGER}\sci_gateway\{#INTEGER}_gateway.xml; DestDir: {app}\modules\{#INTEGER}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/integer/src/c/integer.vcproj b/scilab/modules/integer/src/c/integer.vcproj index 851aa76..01309e4 100644 --- a/scilab/modules/integer/src/c/integer.vcproj +++ b/scilab/modules/integer/src/c/integer.vcproj | |||
@@ -779,10 +779,6 @@ | |||
779 | RelativePath="..\..\Makefile.am" | 779 | RelativePath="..\..\Makefile.am" |
780 | > | 780 | > |
781 | </File> | 781 | </File> |
782 | <File | ||
783 | RelativePath="..\..\version.xml" | ||
784 | > | ||
785 | </File> | ||
786 | </Files> | 782 | </Files> |
787 | <Globals> | 783 | <Globals> |
788 | </Globals> | 784 | </Globals> |
diff --git a/scilab/modules/integer/version.xml b/scilab/modules/integer/version.xml deleted file mode 100644 index e890743..0000000 --- a/scilab/modules/integer/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="integer"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/interpolation/Makefile.am b/scilab/modules/interpolation/Makefile.am index 518df4e..7d41a1e 100644 --- a/scilab/modules/interpolation/Makefile.am +++ b/scilab/modules/interpolation/Makefile.am | |||
@@ -60,7 +60,7 @@ modulename=interpolation | |||
60 | 60 | ||
61 | #### interpolation : Conf files #### | 61 | #### interpolation : Conf files #### |
62 | libsciinterpolation_la_rootdir = $(mydatadir) | 62 | libsciinterpolation_la_rootdir = $(mydatadir) |
63 | libsciinterpolation_la_root_DATA = license.txt version.xml | 63 | libsciinterpolation_la_root_DATA = license.txt |
64 | 64 | ||
65 | 65 | ||
66 | ####�interpolation : init scripts #### | 66 | ####�interpolation : init scripts #### |
diff --git a/scilab/modules/interpolation/Makefile.in b/scilab/modules/interpolation/Makefile.in index 948f3af..a175d5ca83 100644 --- a/scilab/modules/interpolation/Makefile.in +++ b/scilab/modules/interpolation/Makefile.in | |||
@@ -471,7 +471,7 @@ modulename = interpolation | |||
471 | 471 | ||
472 | #### interpolation : Conf files #### | 472 | #### interpolation : Conf files #### |
473 | libsciinterpolation_la_rootdir = $(mydatadir) | 473 | libsciinterpolation_la_rootdir = $(mydatadir) |
474 | libsciinterpolation_la_root_DATA = license.txt version.xml | 474 | libsciinterpolation_la_root_DATA = license.txt |
475 | 475 | ||
476 | ####�interpolation : init scripts #### | 476 | ####�interpolation : init scripts #### |
477 | libsciinterpolation_la_etcdir = $(mydatadir)/etc | 477 | libsciinterpolation_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/interpolation/interpolation.iss b/scilab/modules/interpolation/interpolation.iss index 1ce9879..dcf778c 100644 --- a/scilab/modules/interpolation/interpolation.iss +++ b/scilab/modules/interpolation/interpolation.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#INTERPOLATION}_f.dll; DestDir: {app}\bin; Components: {#COMPN_INTERP} | 21 | Source: bin\{#INTERPOLATION}_f.dll; DestDir: {app}\bin; Components: {#COMPN_INTERP} |
22 | Source: bin\{#INTERPOLATION}.dll; DestDir: {app}\bin; Components: {#COMPN_INTERP} | 22 | Source: bin\{#INTERPOLATION}.dll; DestDir: {app}\bin; Components: {#COMPN_INTERP} |
23 | ; | 23 | ; |
24 | Source: modules\{#INTERPOLATION}\VERSION.xml; DestDir: {app}\modules\{#INTERPOLATION}; Components: {#COMPN_INTERP} | ||
25 | Source: modules\{#INTERPOLATION}\license.txt; DestDir: {app}\modules\{#INTERPOLATION}; Components: {#COMPN_INTERP} | 24 | Source: modules\{#INTERPOLATION}\license.txt; DestDir: {app}\modules\{#INTERPOLATION}; Components: {#COMPN_INTERP} |
26 | ; | 25 | ; |
27 | Source: modules\{#INTERPOLATION}\sci_gateway\{#INTERPOLATION}_gateway.xml; DestDir: {app}\modules\{#INTERPOLATION}\sci_gateway; Components: {#COMPN_INTERP} | 26 | Source: modules\{#INTERPOLATION}\sci_gateway\{#INTERPOLATION}_gateway.xml; DestDir: {app}\modules\{#INTERPOLATION}\sci_gateway; Components: {#COMPN_INTERP} |
diff --git a/scilab/modules/interpolation/src/c/interpolation.vcproj b/scilab/modules/interpolation/src/c/interpolation.vcproj index 9f7b400..2bce7e8 100644 --- a/scilab/modules/interpolation/src/c/interpolation.vcproj +++ b/scilab/modules/interpolation/src/c/interpolation.vcproj | |||
@@ -487,10 +487,6 @@ | |||
487 | RelativePath="..\..\Makefile.am" | 487 | RelativePath="..\..\Makefile.am" |
488 | > | 488 | > |
489 | </File> | 489 | </File> |
490 | <File | ||
491 | RelativePath="..\..\version.xml" | ||
492 | > | ||
493 | </File> | ||
494 | </Files> | 490 | </Files> |
495 | <Globals> | 491 | <Globals> |
496 | </Globals> | 492 | </Globals> |
diff --git a/scilab/modules/interpolation/version.xml b/scilab/modules/interpolation/version.xml deleted file mode 100644 index e6f51c6..0000000 --- a/scilab/modules/interpolation/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="interpolation"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/intersci/Makefile.am b/scilab/modules/intersci/Makefile.am index cacaeb5..00cbea2 100644 --- a/scilab/modules/intersci/Makefile.am +++ b/scilab/modules/intersci/Makefile.am | |||
@@ -53,7 +53,7 @@ modulename=intersci | |||
53 | 53 | ||
54 | #### intersci : Conf files #### | 54 | #### intersci : Conf files #### |
55 | libsciintersci_la_rootdir = $(mydatadir) | 55 | libsciintersci_la_rootdir = $(mydatadir) |
56 | libsciintersci_la_root_DATA = license.txt version.xml | 56 | libsciintersci_la_root_DATA = license.txt |
57 | 57 | ||
58 | 58 | ||
59 | #### intersci : init scripts #### | 59 | #### intersci : init scripts #### |
diff --git a/scilab/modules/intersci/Makefile.in b/scilab/modules/intersci/Makefile.in index 2a8e00c..3f684ae 100644 --- a/scilab/modules/intersci/Makefile.in +++ b/scilab/modules/intersci/Makefile.in | |||
@@ -445,7 +445,7 @@ modulename = intersci | |||
445 | 445 | ||
446 | #### intersci : Conf files #### | 446 | #### intersci : Conf files #### |
447 | libsciintersci_la_rootdir = $(mydatadir) | 447 | libsciintersci_la_rootdir = $(mydatadir) |
448 | libsciintersci_la_root_DATA = license.txt version.xml | 448 | libsciintersci_la_root_DATA = license.txt |
449 | 449 | ||
450 | #### intersci : init scripts #### | 450 | #### intersci : init scripts #### |
451 | libsciintersci_la_etcdir = $(mydatadir)/etc | 451 | libsciintersci_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/intersci/intersci.iss b/scilab/modules/intersci/intersci.iss index 58821e7..4594e1c 100644 --- a/scilab/modules/intersci/intersci.iss +++ b/scilab/modules/intersci/intersci.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#INTERSCI}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 21 | Source: bin\{#INTERSCI}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
22 | Source: bin\{#INTERSCI}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#INTERSCI}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | ; | 23 | ; |
24 | Source: modules\{#INTERSCI}\VERSION.xml; DestDir: {app}\modules\{#INTERSCI}; Components: {#COMPN_INTERSCI} | ||
25 | Source: modules\{#INTERSCI}\license.txt; DestDir: {app}\modules\{#INTERSCI}; Components: {#COMPN_INTERSCI} | 24 | Source: modules\{#INTERSCI}\license.txt; DestDir: {app}\modules\{#INTERSCI}; Components: {#COMPN_INTERSCI} |
26 | ; | 25 | ; |
27 | Source: modules\{#INTERSCI}\etc\{#INTERSCI}.quit; DestDir: {app}\modules\{#INTERSCI}\etc; Components: {#COMPN_INTERSCI} | 26 | Source: modules\{#INTERSCI}\etc\{#INTERSCI}.quit; DestDir: {app}\modules\{#INTERSCI}\etc; Components: {#COMPN_INTERSCI} |
diff --git a/scilab/modules/intersci/version.xml b/scilab/modules/intersci/version.xml deleted file mode 100644 index 61d41a1..0000000 --- a/scilab/modules/intersci/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="intersci"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/io/Makefile.am b/scilab/modules/io/Makefile.am index a615fad..5113d17 100644 --- a/scilab/modules/io/Makefile.am +++ b/scilab/modules/io/Makefile.am | |||
@@ -74,7 +74,7 @@ modulename=io | |||
74 | 74 | ||
75 | #### io : Conf files #### | 75 | #### io : Conf files #### |
76 | libsciio_la_rootdir = $(mydatadir) | 76 | libsciio_la_rootdir = $(mydatadir) |
77 | libsciio_la_root_DATA = license.txt version.xml | 77 | libsciio_la_root_DATA = license.txt |
78 | 78 | ||
79 | 79 | ||
80 | ####io : init scripts #### | 80 | ####io : init scripts #### |
diff --git a/scilab/modules/io/Makefile.in b/scilab/modules/io/Makefile.in index 74a0bd3..b038605 100644 --- a/scilab/modules/io/Makefile.in +++ b/scilab/modules/io/Makefile.in | |||
@@ -482,7 +482,7 @@ modulename = io | |||
482 | 482 | ||
483 | #### io : Conf files #### | 483 | #### io : Conf files #### |
484 | libsciio_la_rootdir = $(mydatadir) | 484 | libsciio_la_rootdir = $(mydatadir) |
485 | libsciio_la_root_DATA = license.txt version.xml | 485 | libsciio_la_root_DATA = license.txt |
486 | 486 | ||
487 | ####io : init scripts #### | 487 | ####io : init scripts #### |
488 | libsciio_la_etcdir = $(mydatadir)/etc | 488 | libsciio_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/io/io.iss b/scilab/modules/io/io.iss index bee1792..3813507 100644 --- a/scilab/modules/io/io.iss +++ b/scilab/modules/io/io.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#IO}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 21 | Source: bin\{#IO}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
22 | Source: bin\{#IO}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 22 | Source: bin\{#IO}_f.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
23 | ; | 23 | ; |
24 | Source: modules\{#IO}\VERSION.xml; DestDir: {app}\modules\{#IO}; Components: {#COMPN_SCILAB} | ||
25 | Source: modules\{#IO}\license.txt; DestDir: {app}\modules\{#IO}; Components: {#COMPN_SCILAB} | 24 | Source: modules\{#IO}\license.txt; DestDir: {app}\modules\{#IO}; Components: {#COMPN_SCILAB} |
26 | ; | 25 | ; |
27 | Source: modules\{#IO}\sci_gateway\{#IO}_gateway.xml; DestDir: {app}\modules\{#IO}\sci_gateway; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#IO}\sci_gateway\{#IO}_gateway.xml; DestDir: {app}\modules\{#IO}\sci_gateway; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/io/src/c/io.vcproj b/scilab/modules/io/src/c/io.vcproj index 729efac..908cbcc 100644 --- a/scilab/modules/io/src/c/io.vcproj +++ b/scilab/modules/io/src/c/io.vcproj | |||
@@ -549,10 +549,6 @@ | |||
549 | RelativePath="..\..\Makefile.am" | 549 | RelativePath="..\..\Makefile.am" |
550 | > | 550 | > |
551 | </File> | 551 | </File> |
552 | <File | ||
553 | RelativePath="..\..\version.xml" | ||
554 | > | ||
555 | </File> | ||
556 | </Files> | 552 | </Files> |
557 | <Globals> | 553 | <Globals> |
558 | </Globals> | 554 | </Globals> |
diff --git a/scilab/modules/io/version.xml b/scilab/modules/io/version.xml deleted file mode 100644 index da65703..0000000 --- a/scilab/modules/io/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="io"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/javasci/Makefile.am b/scilab/modules/javasci/Makefile.am index 86b06d0..07f032b 100644 --- a/scilab/modules/javasci/Makefile.am +++ b/scilab/modules/javasci/Makefile.am | |||
@@ -15,7 +15,7 @@ modulename=javasci | |||
15 | 15 | ||
16 | #### javasci : Conf files #### | 16 | #### javasci : Conf files #### |
17 | libjavasci_la_rootdir = $(mydatadir) | 17 | libjavasci_la_rootdir = $(mydatadir) |
18 | libjavasci_la_root_DATA = license.txt version.xml | 18 | libjavasci_la_root_DATA = license.txt |
19 | 19 | ||
20 | #### javasci : init scripts #### | 20 | #### javasci : init scripts #### |
21 | libjavasci_la_etcdir = $(mydatadir)/etc | 21 | libjavasci_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/javasci/Makefile.in b/scilab/modules/javasci/Makefile.in index d519dc5..0995702 100644 --- a/scilab/modules/javasci/Makefile.in +++ b/scilab/modules/javasci/Makefile.in | |||
@@ -434,7 +434,7 @@ modulename = javasci | |||
434 | 434 | ||
435 | #### javasci : Conf files #### | 435 | #### javasci : Conf files #### |
436 | libjavasci_la_rootdir = $(mydatadir) | 436 | libjavasci_la_rootdir = $(mydatadir) |
437 | libjavasci_la_root_DATA = license.txt version.xml | 437 | libjavasci_la_root_DATA = license.txt |
438 | 438 | ||
439 | #### javasci : init scripts #### | 439 | #### javasci : init scripts #### |
440 | libjavasci_la_etcdir = $(mydatadir)/etc | 440 | libjavasci_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/javasci/javasci.iss b/scilab/modules/javasci/javasci.iss index 1298a4b..1dc526a 100644 --- a/scilab/modules/javasci/javasci.iss +++ b/scilab/modules/javasci/javasci.iss | |||
@@ -19,7 +19,6 @@ | |||
19 | #define JAVASCI "javasci" | 19 | #define JAVASCI "javasci" |
20 | ; | 20 | ; |
21 | Source: modules\{#JAVASCI}\license.txt; DestDir: {app}\modules\{#JAVASCI}; Components: {#COMPN_JAVASCI} | 21 | Source: modules\{#JAVASCI}\license.txt; DestDir: {app}\modules\{#JAVASCI}; Components: {#COMPN_JAVASCI} |
22 | Source: modules\{#JAVASCI}\VERSION.xml; DestDir: {app}\modules\{#JAVASCI}; Components: {#COMPN_JAVASCI} | ||
23 | ; | 22 | ; |
24 | Source: bin\{#JAVASCI}.dll; DestDir: {app}\bin; Components: {#COMPN_JAVASCI} | 23 | Source: bin\{#JAVASCI}.dll; DestDir: {app}\bin; Components: {#COMPN_JAVASCI} |
25 | Source: modules\{#JAVASCI}\jar\{#JAVASCI}.jar;DestDir: {app}\modules\{#JAVASCI}\jar; Components: {#COMPN_JAVASCI} | 24 | Source: modules\{#JAVASCI}\jar\{#JAVASCI}.jar;DestDir: {app}\modules\{#JAVASCI}\jar; Components: {#COMPN_JAVASCI} |
diff --git a/scilab/modules/javasci/version.xml b/scilab/modules/javasci/version.xml deleted file mode 100644 index 97040c0..0000000 --- a/scilab/modules/javasci/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="javasci"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/jvm/Makefile.am b/scilab/modules/jvm/Makefile.am index cdfc10c..d8e4567 100644 --- a/scilab/modules/jvm/Makefile.am +++ b/scilab/modules/jvm/Makefile.am | |||
@@ -16,7 +16,7 @@ modulename=jvm | |||
16 | 16 | ||
17 | #### jvm : Conf files #### | 17 | #### jvm : Conf files #### |
18 | libscijvm_la_rootdir = $(mydatadir) | 18 | libscijvm_la_rootdir = $(mydatadir) |
19 | libscijvm_la_root_DATA = license.txt version.xml | 19 | libscijvm_la_root_DATA = license.txt |
20 | 20 | ||
21 | #### jvm : init scripts #### | 21 | #### jvm : init scripts #### |
22 | libscijvm_la_etcdir = $(mydatadir)/etc | 22 | libscijvm_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/jvm/Makefile.in b/scilab/modules/jvm/Makefile.in index dffe4a3..fea02e8 100644 --- a/scilab/modules/jvm/Makefile.in +++ b/scilab/modules/jvm/Makefile.in | |||
@@ -448,7 +448,7 @@ modulename = jvm | |||
448 | 448 | ||
449 | #### jvm : Conf files #### | 449 | #### jvm : Conf files #### |
450 | libscijvm_la_rootdir = $(mydatadir) | 450 | libscijvm_la_rootdir = $(mydatadir) |
451 | libscijvm_la_root_DATA = license.txt version.xml | 451 | libscijvm_la_root_DATA = license.txt |
452 | 452 | ||
453 | #### jvm : init scripts #### | 453 | #### jvm : init scripts #### |
454 | libscijvm_la_etcdir = $(mydatadir)/etc | 454 | libscijvm_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/jvm/jvm.iss b/scilab/modules/jvm/jvm.iss index 8a152ef..9ecb92d 100644 --- a/scilab/modules/jvm/jvm.iss +++ b/scilab/modules/jvm/jvm.iss | |||
@@ -32,7 +32,6 @@ Source: modules\{#JVM}\xml\*.dtd; DestDir: {app}\modules\{#JVM}\xml; Components: | |||
32 | Source: modules\{#JVM}\jar\org.scilab.modules.{#JVM}.jar;DestDir: {app}\modules\{#JVM}\jar; Components: {#COMPN_JVM_MODULE} | 32 | Source: modules\{#JVM}\jar\org.scilab.modules.{#JVM}.jar;DestDir: {app}\modules\{#JVM}\jar; Components: {#COMPN_JVM_MODULE} |
33 | ; | 33 | ; |
34 | Source: modules\{#JVM}\license.txt; DestDir: {app}\modules\{#JVM}; Components: {#COMPN_JVM_MODULE} | 34 | Source: modules\{#JVM}\license.txt; DestDir: {app}\modules\{#JVM}; Components: {#COMPN_JVM_MODULE} |
35 | Source: modules\{#JVM}\VERSION.xml; DestDir: {app}\modules\{#JVM}; Components: {#COMPN_JVM_MODULE} | ||
36 | ; | 35 | ; |
37 | Source: modules\{#JVM}\sci_gateway\{#JVM}_gateway.xml; DestDir: {app}\modules\{#JVM}\sci_gateway; Components: {#COMPN_JVM_MODULE} | 36 | Source: modules\{#JVM}\sci_gateway\{#JVM}_gateway.xml; DestDir: {app}\modules\{#JVM}\sci_gateway; Components: {#COMPN_JVM_MODULE} |
38 | ; | 37 | ; |
diff --git a/scilab/modules/jvm/libjvm.vcproj b/scilab/modules/jvm/libjvm.vcproj index 8ab81bb..5f7548d 100644 --- a/scilab/modules/jvm/libjvm.vcproj +++ b/scilab/modules/jvm/libjvm.vcproj | |||
@@ -629,10 +629,6 @@ | |||
629 | RelativePath=".\Makefile.am" | 629 | RelativePath=".\Makefile.am" |
630 | > | 630 | > |
631 | </File> | 631 | </File> |
632 | <File | ||
633 | RelativePath=".\version.xml" | ||
634 | > | ||
635 | </File> | ||
636 | </Files> | 632 | </Files> |
637 | <Globals> | 633 | <Globals> |
638 | </Globals> | 634 | </Globals> |
diff --git a/scilab/modules/jvm/version.xml b/scilab/modules/jvm/version.xml deleted file mode 100644 index 04b2efc..0000000 --- a/scilab/modules/jvm/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="jvm"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/linear_algebra/Makefile.am b/scilab/modules/linear_algebra/Makefile.am index b2c598e..3660ba1 100644 --- a/scilab/modules/linear_algebra/Makefile.am +++ b/scilab/modules/linear_algebra/Makefile.am | |||
@@ -116,7 +116,7 @@ modulename=linear_algebra | |||
116 | 116 | ||
117 | #### linear_algebra : Conf files #### | 117 | #### linear_algebra : Conf files #### |
118 | libscilinear_algebra_la_rootdir = $(mydatadir) | 118 | libscilinear_algebra_la_rootdir = $(mydatadir) |
119 | libscilinear_algebra_la_root_DATA = license.txt version.xml | 119 | libscilinear_algebra_la_root_DATA = license.txt |
120 | 120 | ||
121 | 121 | ||
122 | #### linear_algebra : init scripts #### | 122 | #### linear_algebra : init scripts #### |
diff --git a/scilab/modules/linear_algebra/Makefile.in b/scilab/modules/linear_algebra/Makefile.in index fd7ce92..c696740 100644 --- a/scilab/modules/linear_algebra/Makefile.in +++ b/scilab/modules/linear_algebra/Makefile.in | |||
@@ -552,7 +552,7 @@ modulename = linear_algebra | |||
552 | 552 | ||
553 | #### linear_algebra : Conf files #### | 553 | #### linear_algebra : Conf files #### |
554 | libscilinear_algebra_la_rootdir = $(mydatadir) | 554 | libscilinear_algebra_la_rootdir = $(mydatadir) |
555 | libscilinear_algebra_la_root_DATA = license.txt version.xml | 555 | libscilinear_algebra_la_root_DATA = license.txt |
556 | 556 | ||
557 | #### linear_algebra : init scripts #### | 557 | #### linear_algebra : init scripts #### |
558 | libscilinear_algebra_la_etcdir = $(mydatadir)/etc | 558 | libscilinear_algebra_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/linear_algebra/linear_algebra.iss b/scilab/modules/linear_algebra/linear_algebra.iss index 2520136..c0665e2 100644 --- a/scilab/modules/linear_algebra/linear_algebra.iss +++ b/scilab/modules/linear_algebra/linear_algebra.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#LINEAR_ALGEBRA}.dll; DestDir: {app}\bin; Components: {#COMPN_LINALG} | 21 | Source: bin\{#LINEAR_ALGEBRA}.dll; DestDir: {app}\bin; Components: {#COMPN_LINALG} |
22 | Source: bin\{#LINEAR_ALGEBRA}_f.dll; DestDir: {app}\bin; Components: {#COMPN_LINALG} | 22 | Source: bin\{#LINEAR_ALGEBRA}_f.dll; DestDir: {app}\bin; Components: {#COMPN_LINALG} |
23 | ; | 23 | ; |
24 | Source: modules\{#LINEAR_ALGEBRA}\VERSION.xml; DestDir: {app}\modules\{#LINEAR_ALGEBRA}; Components: {#COMPN_LINALG} | ||
25 | Source: modules\{#LINEAR_ALGEBRA}\license.txt; DestDir: {app}\modules\{#LINEAR_ALGEBRA}; Components: {#COMPN_LINALG} | 24 | Source: modules\{#LINEAR_ALGEBRA}\license.txt; DestDir: {app}\modules\{#LINEAR_ALGEBRA}; Components: {#COMPN_LINALG} |
26 | ; | 25 | ; |
27 | Source: modules\{#LINEAR_ALGEBRA}\sci_gateway\{#LINEAR_ALGEBRA}_gateway.xml; DestDir: {app}\modules\{#LINEAR_ALGEBRA}\sci_gateway; Components: {#COMPN_LINALG} | 26 | Source: modules\{#LINEAR_ALGEBRA}\sci_gateway\{#LINEAR_ALGEBRA}_gateway.xml; DestDir: {app}\modules\{#LINEAR_ALGEBRA}\sci_gateway; Components: {#COMPN_LINALG} |
diff --git a/scilab/modules/linear_algebra/src/c/linear_algebra.vcproj b/scilab/modules/linear_algebra/src/c/linear_algebra.vcproj index 0ec6dbc..aade425 100644 --- a/scilab/modules/linear_algebra/src/c/linear_algebra.vcproj +++ b/scilab/modules/linear_algebra/src/c/linear_algebra.vcproj | |||
@@ -553,10 +553,6 @@ | |||
553 | RelativePath="..\..\Makefile.am" | 553 | RelativePath="..\..\Makefile.am" |
554 | > | 554 | > |
555 | </File> | 555 | </File> |
556 | <File | ||
557 | RelativePath="..\..\version.xml" | ||
558 | > | ||
559 | </File> | ||
560 | </Files> | 556 | </Files> |
561 | <Globals> | 557 | <Globals> |
562 | </Globals> | 558 | </Globals> |
diff --git a/scilab/modules/linear_algebra/version.xml b/scilab/modules/linear_algebra/version.xml deleted file mode 100644 index e1609da..0000000 --- a/scilab/modules/linear_algebra/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="linear_algebra"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/localization/Makefile.am b/scilab/modules/localization/Makefile.am index c724474..6c99d41 100644 --- a/scilab/modules/localization/Makefile.am +++ b/scilab/modules/localization/Makefile.am | |||
@@ -67,7 +67,7 @@ modulename=localization | |||
67 | 67 | ||
68 | #### localization : Conf files #### | 68 | #### localization : Conf files #### |
69 | libscilocalization_la_rootdir = $(mydatadir) | 69 | libscilocalization_la_rootdir = $(mydatadir) |
70 | libscilocalization_la_root_DATA = license.txt version.xml | 70 | libscilocalization_la_root_DATA = license.txt |
71 | 71 | ||
72 | 72 | ||
73 | ####localization : init scripts #### | 73 | ####localization : init scripts #### |
diff --git a/scilab/modules/localization/Makefile.in b/scilab/modules/localization/Makefile.in index 98556d5..713ec18 100644 --- a/scilab/modules/localization/Makefile.in +++ b/scilab/modules/localization/Makefile.in | |||
@@ -472,7 +472,7 @@ modulename = localization | |||
472 | 472 | ||
473 | #### localization : Conf files #### | 473 | #### localization : Conf files #### |
474 | libscilocalization_la_rootdir = $(mydatadir) | 474 | libscilocalization_la_rootdir = $(mydatadir) |
475 | libscilocalization_la_root_DATA = license.txt version.xml | 475 | libscilocalization_la_root_DATA = license.txt |
476 | 476 | ||
477 | ####localization : init scripts #### | 477 | ####localization : init scripts #### |
478 | libscilocalization_la_etcdir = $(mydatadir)/etc | 478 | libscilocalization_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/localization/localization.iss b/scilab/modules/localization/localization.iss index 376e964..b5dea3e 100644 --- a/scilab/modules/localization/localization.iss +++ b/scilab/modules/localization/localization.iss | |||
@@ -23,7 +23,6 @@ Source: modules\{#LOCALIZATION}\jar\org.scilab.modules.{#LOCALIZATION}.jar;DestD | |||
23 | Source: bin\sci{#LOCALIZATION}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 23 | Source: bin\sci{#LOCALIZATION}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
24 | Source: bin\sci{#LOCALIZATION}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} | 24 | Source: bin\sci{#LOCALIZATION}.lib; DestDir: {app}\bin; Components: {#COMPN_SCILAB} |
25 | ; | 25 | ; |
26 | Source: modules\{#LOCALIZATION}\VERSION.xml; DestDir: {app}\modules\{#LOCALIZATION}; Components: {#COMPN_SCILAB} | ||
27 | Source: modules\{#LOCALIZATION}\license.txt; DestDir: {app}\modules\{#LOCALIZATION}; Components: {#COMPN_SCILAB} | 26 | Source: modules\{#LOCALIZATION}\license.txt; DestDir: {app}\modules\{#LOCALIZATION}; Components: {#COMPN_SCILAB} |
28 | ; | 27 | ; |
29 | Source: modules\{#LOCALIZATION}\etc\{#LOCALIZATION}.quit; DestDir: {app}\modules\{#LOCALIZATION}\etc; Components: {#COMPN_SCILAB} | 28 | Source: modules\{#LOCALIZATION}\etc\{#LOCALIZATION}.quit; DestDir: {app}\modules\{#LOCALIZATION}\etc; Components: {#COMPN_SCILAB} |
diff --git a/scilab/modules/localization/src/localization.vcproj b/scilab/modules/localization/src/localization.vcproj index 7b2aa6e..6157025 100644 --- a/scilab/modules/localization/src/localization.vcproj +++ b/scilab/modules/localization/src/localization.vcproj | |||
@@ -562,10 +562,6 @@ | |||
562 | RelativePath="..\Makefile.am" | 562 | RelativePath="..\Makefile.am" |
563 | > | 563 | > |
564 | </File> | 564 | </File> |
565 | <File | ||
566 | RelativePath="..\version.xml" | ||
567 | > | ||
568 | </File> | ||
569 | </Files> | 565 | </Files> |
570 | <Globals> | 566 | <Globals> |
571 | </Globals> | 567 | </Globals> |
diff --git a/scilab/modules/localization/version.xml b/scilab/modules/localization/version.xml deleted file mode 100644 index 934ed4a..0000000 --- a/scilab/modules/localization/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="localization"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/m2sci/Makefile.am b/scilab/modules/m2sci/Makefile.am index af2a141..9dbecf3 100644 --- a/scilab/modules/m2sci/Makefile.am +++ b/scilab/modules/m2sci/Makefile.am | |||
@@ -8,7 +8,7 @@ modulename=m2sci | |||
8 | 8 | ||
9 | #### m2sci : Conf files #### | 9 | #### m2sci : Conf files #### |
10 | libm2sci_la_rootdir = $(mydatadir) | 10 | libm2sci_la_rootdir = $(mydatadir) |
11 | libm2sci_la_root_DATA = license.txt version.xml | 11 | libm2sci_la_root_DATA = license.txt |
12 | 12 | ||
13 | #### m2sci : Macros #### | 13 | #### m2sci : Macros #### |
14 | MACROSDIRSEXT = macros/kernel macros/percent macros/sci_files | 14 | MACROSDIRSEXT = macros/kernel macros/percent macros/sci_files |
diff --git a/scilab/modules/m2sci/Makefile.in b/scilab/modules/m2sci/Makefile.in index 22fb7b0..62744c6 100644 --- a/scilab/modules/m2sci/Makefile.in +++ b/scilab/modules/m2sci/Makefile.in | |||
@@ -365,7 +365,7 @@ modulename = m2sci | |||
365 | 365 | ||
366 | #### m2sci : Conf files #### | 366 | #### m2sci : Conf files #### |
367 | libm2sci_la_rootdir = $(mydatadir) | 367 | libm2sci_la_rootdir = $(mydatadir) |
368 | libm2sci_la_root_DATA = license.txt version.xml | 368 | libm2sci_la_root_DATA = license.txt |
369 | 369 | ||
370 | #### m2sci : Macros #### | 370 | #### m2sci : Macros #### |
371 | MACROSDIRSEXT = macros/kernel macros/percent macros/sci_files | 371 | MACROSDIRSEXT = macros/kernel macros/percent macros/sci_files |
diff --git a/scilab/modules/m2sci/m2sci.iss b/scilab/modules/m2sci/m2sci.iss index 2bcbda7..baea448 100644 --- a/scilab/modules/m2sci/m2sci.iss +++ b/scilab/modules/m2sci/m2sci.iss | |||
@@ -18,7 +18,6 @@ | |||
18 | ; | 18 | ; |
19 | #define M2SCI "m2sci" | 19 | #define M2SCI "m2sci" |
20 | ; | 20 | ; |
21 | Source: modules\{#M2SCI}\VERSION.xml; DestDir: {app}\modules\{#M2SCI}; Components: {#COMPN_M2SCI} | ||
22 | Source: modules\{#M2SCI}\license.txt; DestDir: {app}\modules\{#M2SCI}; Components: {#COMPN_M2SCI} | 21 | Source: modules\{#M2SCI}\license.txt; DestDir: {app}\modules\{#M2SCI}; Components: {#COMPN_M2SCI} |
23 | ; | 22 | ; |
24 | Source: modules\{#M2SCI}\etc\{#M2SCI}.quit; DestDir: {app}\modules\{#M2SCI}\etc; Components: {#COMPN_M2SCI} | 23 | Source: modules\{#M2SCI}\etc\{#M2SCI}.quit; DestDir: {app}\modules\{#M2SCI}\etc; Components: {#COMPN_M2SCI} |
diff --git a/scilab/modules/m2sci/version.xml b/scilab/modules/m2sci/version.xml deleted file mode 100644 index 10e7f84..0000000 --- a/scilab/modules/m2sci/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="m2sci"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/maple2scilab/Makefile.am b/scilab/modules/maple2scilab/Makefile.am index e38b985..51151de 100644 --- a/scilab/modules/maple2scilab/Makefile.am +++ b/scilab/modules/maple2scilab/Makefile.am | |||
@@ -10,7 +10,7 @@ modulename=maple2scilab | |||
10 | 10 | ||
11 | #### maple2scilab : Conf files #### | 11 | #### maple2scilab : Conf files #### |
12 | libmaple2scilab_la_rootdir = $(mydatadir) | 12 | libmaple2scilab_la_rootdir = $(mydatadir) |
13 | libmaple2scilab_la_root_DATA = license.txt version.xml | 13 | libmaple2scilab_la_root_DATA = license.txt |
14 | 14 | ||
15 | 15 | ||
16 | #### maple2scilab : init scripts #### | 16 | #### maple2scilab : init scripts #### |
diff --git a/scilab/modules/maple2scilab/Makefile.in b/scilab/modules/maple2scilab/Makefile.in index 41a44b8..b486334 100644 --- a/scilab/modules/maple2scilab/Makefile.in +++ b/scilab/modules/maple2scilab/Makefile.in | |||
@@ -365,7 +365,7 @@ modulename = maple2scilab | |||
365 | 365 | ||
366 | #### maple2scilab : Conf files #### | 366 | #### maple2scilab : Conf files #### |
367 | libmaple2scilab_la_rootdir = $(mydatadir) | 367 | libmaple2scilab_la_rootdir = $(mydatadir) |
368 | libmaple2scilab_la_root_DATA = license.txt version.xml | 368 | libmaple2scilab_la_root_DATA = license.txt |
369 | 369 | ||
370 | #### maple2scilab : init scripts #### | 370 | #### maple2scilab : init scripts #### |
371 | libmaple2scilab_la_etcdir = $(mydatadir)/etc | 371 | libmaple2scilab_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/maple2scilab/maple2scilab.iss b/scilab/modules/maple2scilab/maple2scilab.iss index 7c3e6f3..08b3494 100644 --- a/scilab/modules/maple2scilab/maple2scilab.iss +++ b/scilab/modules/maple2scilab/maple2scilab.iss | |||
@@ -18,7 +18,6 @@ | |||
18 | ; | 18 | ; |
19 | #define MAP2SCI "maple2scilab" | 19 | #define MAP2SCI "maple2scilab" |
20 | ; | 20 | ; |
21 | Source: modules\{#MAP2SCI}\VERSION.xml; DestDir: {app}\modules\{#MAP2SCI}; Components: {#COMPN_MAP2SCI} | ||
22 | Source: modules\{#MAP2SCI}\license.txt; DestDir: {app}\modules\{#MAP2SCI}; Components: {#COMPN_MAP2SCI} | 21 | Source: modules\{#MAP2SCI}\license.txt; DestDir: {app}\modules\{#MAP2SCI}; Components: {#COMPN_MAP2SCI} |
23 | ; | 22 | ; |
24 | Source: modules\{#MAP2SCI}\etc\{#MAP2SCI}.quit; DestDir: {app}\modules\{#MAP2SCI}\etc; Components: {#COMPN_MAP2SCI} | 23 | Source: modules\{#MAP2SCI}\etc\{#MAP2SCI}.quit; DestDir: {app}\modules\{#MAP2SCI}\etc; Components: {#COMPN_MAP2SCI} |
diff --git a/scilab/modules/maple2scilab/version.xml b/scilab/modules/maple2scilab/version.xml deleted file mode 100644 index c92fa61..0000000 --- a/scilab/modules/maple2scilab/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="maple2scilab"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/matio/Makefile.am b/scilab/modules/matio/Makefile.am index 1b776da..565537c 100644 --- a/scilab/modules/matio/Makefile.am +++ b/scilab/modules/matio/Makefile.am | |||
@@ -68,7 +68,7 @@ modulename=matio | |||
68 | 68 | ||
69 | #### matio : Conf files #### | 69 | #### matio : Conf files #### |
70 | libscimatio_la_rootdir = $(mydatadir) | 70 | libscimatio_la_rootdir = $(mydatadir) |
71 | libscimatio_la_root_DATA = license.txt version.xml | 71 | libscimatio_la_root_DATA = license.txt |
72 | 72 | ||
73 | #### matio : init scripts #### | 73 | #### matio : init scripts #### |
74 | libscimatio_la_etcdir = $(mydatadir)/etc | 74 | libscimatio_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/matio/Makefile.in b/scilab/modules/matio/Makefile.in index 08b19dd..4c8062c 100644 --- a/scilab/modules/matio/Makefile.in +++ b/scilab/modules/matio/Makefile.in | |||
@@ -553,7 +553,7 @@ modulename = matio | |||
553 | 553 | ||
554 | #### matio : Conf files #### | 554 | #### matio : Conf files #### |
555 | libscimatio_la_rootdir = $(mydatadir) | 555 | libscimatio_la_rootdir = $(mydatadir) |
556 | libscimatio_la_root_DATA = license.txt version.xml | 556 | libscimatio_la_root_DATA = license.txt |
557 | 557 | ||
558 | #### matio : init scripts #### | 558 | #### matio : init scripts #### |
559 | libscimatio_la_etcdir = $(mydatadir)/etc | 559 | libscimatio_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/matio/matio.iss b/scilab/modules/matio/matio.iss index cc5d8e5..7266ce5 100644 --- a/scilab/modules/matio/matio.iss +++ b/scilab/modules/matio/matio.iss | |||
@@ -21,7 +21,6 @@ | |||
21 | Source: bin\{#MATIO}.dll; DestDir: {app}\bin; Components: {#COMPN_MATIO} | 21 | Source: bin\{#MATIO}.dll; DestDir: {app}\bin; Components: {#COMPN_MATIO} |
22 | Source: bin\lib{#MATIO}.dll; DestDir: {app}\bin; Components: {#COMPN_MATIO} | 22 | Source: bin\lib{#MATIO}.dll; DestDir: {app}\bin; Components: {#COMPN_MATIO} |
23 | ; | 23 | ; |
24 | Source: modules\{#MATIO}\VERSION.xml; DestDir: {app}\modules\{#MATIO}; Components: {#COMPN_MATIO} | ||
25 | Source: modules\{#MATIO}\license.txt; DestDir: {app}\modules\{#MATIO}; Components: {#COMPN_MATIO} | 24 | Source: modules\{#MATIO}\license.txt; DestDir: {app}\modules\{#MATIO}; Components: {#COMPN_MATIO} |
26 | ; | 25 | ; |
27 | Source: modules\{#MATIO}\etc\{#MATIO}.quit; DestDir: {app}\modules\{#MATIO}\etc; Components: {#COMPN_MATIO} | 26 | Source: modules\{#MATIO}\etc\{#MATIO}.quit; DestDir: {app}\modules\{#MATIO}\etc; Components: {#COMPN_MATIO} |
diff --git a/scilab/modules/matio/matio.vcproj b/scilab/modules/matio/matio.vcproj index b8ba4d1..fbb56e6 100644 --- a/scilab/modules/matio/matio.vcproj +++ b/scilab/modules/matio/matio.vcproj | |||
@@ -531,10 +531,6 @@ | |||
531 | RelativePath=".\sci_gateway\matio_gateway.xml" | 531 | RelativePath=".\sci_gateway\matio_gateway.xml" |
532 | > | 532 | > |
533 | </File> | 533 | </File> |
534 | <File | ||
535 | RelativePath=".\version.xml" | ||
536 | > | ||
537 | </File> | ||
538 | </Files> | 534 | </Files> |
539 | <Globals> | 535 | <Globals> |
540 | </Globals> | 536 | </Globals> |
diff --git a/scilab/modules/matio/version.xml b/scilab/modules/matio/version.xml deleted file mode 100644 index 16ed642..0000000 --- a/scilab/modules/matio/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="matio"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/mexlib/Makefile.am b/scilab/modules/mexlib/Makefile.am index 9716e4d..35a14cd 100644 --- a/scilab/modules/mexlib/Makefile.am +++ b/scilab/modules/mexlib/Makefile.am | |||
@@ -54,7 +54,7 @@ INCLUDE_FLAGS = $(MEXLIB_FLAGS) | |||
54 | 54 | ||
55 | #### mexlib : Conf files #### | 55 | #### mexlib : Conf files #### |
56 | libmex_la_rootdir = $(mydatadir) | 56 | libmex_la_rootdir = $(mydatadir) |
57 | libmex_la_root_DATA = license.txt version.xml | 57 | libmex_la_root_DATA = license.txt |
58 | 58 | ||
59 | #### mexlib : init scripts #### | 59 | #### mexlib : init scripts #### |
60 | libmex_la_etcdir = $(mydatadir)/etc | 60 | libmex_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/mexlib/Makefile.in b/scilab/modules/mexlib/Makefile.in index b7bbafe..f8f0470 100644 --- a/scilab/modules/mexlib/Makefile.in +++ b/scilab/modules/mexlib/Makefile.in | |||
@@ -440,7 +440,7 @@ INCLUDE_FLAGS = $(MEXLIB_FLAGS) | |||
440 | 440 | ||
441 | #### mexlib : Conf files #### | 441 | #### mexlib : Conf files #### |
442 | libmex_la_rootdir = $(mydatadir) | 442 | libmex_la_rootdir = $(mydatadir) |
443 | libmex_la_root_DATA = license.txt version.xml | 443 | libmex_la_root_DATA = license.txt |
444 | 444 | ||
445 | #### mexlib : init scripts #### | 445 | #### mexlib : init scripts #### |
446 | libmex_la_etcdir = $(mydatadir)/etc | 446 | libmex_la_etcdir = $(mydatadir)/etc |
diff --git a/scilab/modules/mexlib/mexlib.iss b/scilab/modules/mexlib/mexlib.iss index 7b5e117..858c296 100644 --- a/scilab/modules/mexlib/mexlib.iss +++ b/scilab/modules/mexlib/mexlib.iss | |||
@@ -22,7 +22,6 @@ Source: bin\libmx.dll; DestDir: {app}\bin; Components: {#COMPN_MEXLIB} | |||
22 | Source: bin\libmex.dll; DestDir: {app}\bin; Components: {#COMPN_MEXLIB} | 22 | Source: bin\libmex.dll; DestDir: {app}\bin; Components: {#COMPN_MEXLIB} |
23 | Source: bin\libmat.dll; DestDir: {app}\bin; Components: {#COMPN_MEXLIB} | 23 | Source: bin\libmat.dll; DestDir: {app}\bin; Components: {#COMPN_MEXLIB} |
24 | ; | 24 | ; |
25 | Source: modules\{#MEXLIB}\VERSION.xml; DestDir: {app}\modules\{#MEXLIB}; Components: {#COMPN_MEXLIB} | ||
26 | Source: modules\{#MEXLIB}\license.txt; DestDir: {app}\modules\{#MEXLIB}; Components: {#COMPN_MEXLIB} | 25 | Source: modules\{#MEXLIB}\license.txt; DestDir: {app}\modules\{#MEXLIB}; Components: {#COMPN_MEXLIB} |
27 | ; | 26 | ; |
28 | Source: modules\{#MEXLIB}\etc\{#MEXLIB}.quit; DestDir: {app}\modules\{#MEXLIB}\etc; Components: {#COMPN_MEXLIB} | 27 | Source: modules\{#MEXLIB}\etc\{#MEXLIB}.quit; DestDir: {app}\modules\{#MEXLIB}\etc; Components: {#COMPN_MEXLIB} |
diff --git a/scilab/modules/mexlib/version.xml b/scilab/modules/mexlib/version.xml deleted file mode 100644 index 54ea390..0000000 --- a/scilab/modules/mexlib/version.xml +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2007-2008 - INRIA | ||
5 | * Copyright (C) 2008-2009 - DIGITEO | ||
6 | * | ||
7 | * This file is distributed under the same license as the Scilab package. | ||
8 | --> | ||
9 | <!DOCTYPE MODULE_VERSION SYSTEM "../core/xml/version.dtd"> | ||
10 | <MODULE_VERSION name="mexlib"> | ||
11 | <VERSION major="5" minor="3" maintenance="1" revision="0" string="unstable-git" /> | ||
12 | </MODULE_VERSION> | ||
diff --git a/scilab/modules/modules_manager/Makefile.am b/scilab/modules/modules_manager/Makefile.am index 59e27ac..0247fe0 100644 --- a/scilab/modules/modules_manager/Makefile.am +++ b/scilab/modules/modules_manager/Makefile.am | |||
@@ -10,7 +10,7 @@ modulename=modules_manager | |||
10 | 10 | ||
11 | #### modules_manager : Conf files #### |