Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 72923c3

Browse files
committed
Update list.sh
Change-Id: Ife759d81c74b5528381240455728efefb119019f Signed-off-by: Axel RICHARD <[email protected]>
1 parent f8c872e commit 72923c3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

listFiles.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
#!/bin/sh
22

3-
P=fr.cea.nabla
3+
P=plugins/fr.cea.nabla
44
echo PROJET $P > appList.txt
55
find $P/src -name "*.*" >> appList.txt
66
find $P/src-gen -name "*.*" >> appList.txt
77
find $P/model -name "*.*" >> appList.txt
88

9-
P=fr.cea.nabla.edit
9+
P=plugins/fr.cea.nabla.edit
1010
echo >> appList.txt
1111
echo PROJET $P >> appList.txt
1212
find $P/src -name "*.*" >> appList.txt
1313

14-
P=fr.cea.nabla.editor
14+
P=plugins/fr.cea.nabla.editor
1515
echo >> appList.txt
1616
echo PROJET $P >> appList.txt
1717
find $P/src -name "*.*" >> appList.txt
1818

19-
P=fr.cea.nabla.ui
19+
P=plugins/fr.cea.nabla.ui
2020
echo >> appList.txt
2121
echo PROJET $P >> appList.txt
2222
find $P/src -name "*.*" >> appList.txt
2323

24-
P=fr.cea.nabla.ide
24+
P=plugins/fr.cea.nabla.ide
2525
echo >> appList.txt
2626
echo PROJET $P >> appList.txt
2727
find $P/src -name "*.*" >> appList.txt
2828

29-
P=fr.cea.nabla.tests
29+
P=tests/fr.cea.nabla.tests
3030
echo >> appList.txt
3131
echo PROJET $P >> appList.txt
3232
find $P/src -name "*.*" >> appList.txt
3333

34-
P=fr.cea.nabla.javalib
34+
P=plugins/fr.cea.nabla.javalib
3535
echo >> appList.txt
3636
echo PROJET $P >> appList.txt
3737
find $P/src -name "*.*" >> appList.txt
3838

39-
P=fr.cea.nabla.cpplib
39+
P=plugins/fr.cea.nabla.cpplib
4040
echo >> appList.txt
4141
echo PROJET $P >> appList.txt
4242
find $P/src -name "*.*" >> appList.txt
4343

44-
P=fr.cea.nabla.ir
44+
P=plugins/fr.cea.nabla.ir
4545
echo >> appList.txt
4646
echo PROJET $P >> appList.txt
4747
find $P/src -name "*.*" >> appList.txt
4848
find $P/model -name "*.*" >> appList.txt
4949

50-
P=fr.cea.nabla.sirius
50+
P=plugins/fr.cea.nabla.sirius
5151
echo >> appList.txt
5252
echo PROJET $P >> appList.txt
5353
find $P/src -name "*.*" >> appList.txt

0 commit comments

Comments
 (0)