|
1 | 1 | #!/bin/sh
|
2 | 2 |
|
3 |
| -P=fr.cea.nabla |
| 3 | +P=plugins/fr.cea.nabla |
4 | 4 | echo PROJET $P > appList.txt
|
5 | 5 | find $P/src -name "*.*" >> appList.txt
|
6 | 6 | find $P/src-gen -name "*.*" >> appList.txt
|
7 | 7 | find $P/model -name "*.*" >> appList.txt
|
8 | 8 |
|
9 |
| -P=fr.cea.nabla.edit |
| 9 | +P=plugins/fr.cea.nabla.edit |
10 | 10 | echo >> appList.txt
|
11 | 11 | echo PROJET $P >> appList.txt
|
12 | 12 | find $P/src -name "*.*" >> appList.txt
|
13 | 13 |
|
14 |
| -P=fr.cea.nabla.editor |
| 14 | +P=plugins/fr.cea.nabla.editor |
15 | 15 | echo >> appList.txt
|
16 | 16 | echo PROJET $P >> appList.txt
|
17 | 17 | find $P/src -name "*.*" >> appList.txt
|
18 | 18 |
|
19 |
| -P=fr.cea.nabla.ui |
| 19 | +P=plugins/fr.cea.nabla.ui |
20 | 20 | echo >> appList.txt
|
21 | 21 | echo PROJET $P >> appList.txt
|
22 | 22 | find $P/src -name "*.*" >> appList.txt
|
23 | 23 |
|
24 |
| -P=fr.cea.nabla.ide |
| 24 | +P=plugins/fr.cea.nabla.ide |
25 | 25 | echo >> appList.txt
|
26 | 26 | echo PROJET $P >> appList.txt
|
27 | 27 | find $P/src -name "*.*" >> appList.txt
|
28 | 28 |
|
29 |
| -P=fr.cea.nabla.tests |
| 29 | +P=tests/fr.cea.nabla.tests |
30 | 30 | echo >> appList.txt
|
31 | 31 | echo PROJET $P >> appList.txt
|
32 | 32 | find $P/src -name "*.*" >> appList.txt
|
33 | 33 |
|
34 |
| -P=fr.cea.nabla.javalib |
| 34 | +P=plugins/fr.cea.nabla.javalib |
35 | 35 | echo >> appList.txt
|
36 | 36 | echo PROJET $P >> appList.txt
|
37 | 37 | find $P/src -name "*.*" >> appList.txt
|
38 | 38 |
|
39 |
| -P=fr.cea.nabla.cpplib |
| 39 | +P=plugins/fr.cea.nabla.cpplib |
40 | 40 | echo >> appList.txt
|
41 | 41 | echo PROJET $P >> appList.txt
|
42 | 42 | find $P/src -name "*.*" >> appList.txt
|
43 | 43 |
|
44 |
| -P=fr.cea.nabla.ir |
| 44 | +P=plugins/fr.cea.nabla.ir |
45 | 45 | echo >> appList.txt
|
46 | 46 | echo PROJET $P >> appList.txt
|
47 | 47 | find $P/src -name "*.*" >> appList.txt
|
48 | 48 | find $P/model -name "*.*" >> appList.txt
|
49 | 49 |
|
50 |
| -P=fr.cea.nabla.sirius |
| 50 | +P=plugins/fr.cea.nabla.sirius |
51 | 51 | echo >> appList.txt
|
52 | 52 | echo PROJET $P >> appList.txt
|
53 | 53 | find $P/src -name "*.*" >> appList.txt
|
|
0 commit comments