Skip to content

Commit db81383

Browse files
committed
adding ms-dos shell files
1 parent 9fb5a29 commit db81383

File tree

10 files changed

+62
-1
lines changed

10 files changed

+62
-1
lines changed

bin/cube-cilia-extension-2.0.jar

0 Bytes
Binary file not shown.

bin/cube-console-2.0.jar

1 Byte
Binary file not shown.
-3 Bytes
Binary file not shown.

bin/cube-runtime-2.0.jar

2 Bytes
Binary file not shown.

bin/cube-script-extension-2.0.jar

0 Bytes
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REM launching OSGi felix
2+
REM java -jar bin/felix.jar
3+
java -jar bin/felix.jar

demo/medical/aggregation/start.bat

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
REM parameters:
2+
REM 1 : cleaning
3+
REM 2 : cleaning + preparing bundle directory
4+
REM no param : cleaning + preparing + starting cube
5+
REM NOT YET IMPLEMENTED - see sh version if needed
6+
7+
REM removing cache and perf measure files
8+
rmdir felix-cache /S /Q
9+
del perf.csv /Q
10+
del bundle\*.jar /Q
11+
12+
REM: to delete all subdirectories in a directory, but not the directory itself:> for /d %a in ("bundle\*") do rd /s /q "%a"
13+
14+
REM creating the bundle directory if it does not exist
15+
if not exist bundle mkdir bundle
16+
17+
REM copying needed bundles
18+
19+
copy ..\..\..\lib\felix\* bundle
20+
copy ..\..\..\lib\commons\* bundle
21+
copy ..\..\..\lib\ipojo\* bundle
22+
copy ..\..\..\lib\cilia\* bundle
23+
24+
copy ..\..\..\bin\*.jar bundle
25+
26+
REM launching OSGi felix
27+
REM java -jar bin/felix.jar
28+
java -jar bin/felix.jar

demo/medical/aggregation/start.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
rm -rf felix-cache 2>/dev/null
2-
rm -rf felix-cache 2>/dev/null
32
rm -f *.csv 2>/dev/null
43
rm -rf bundle 2>/dev/null
54

demo/medical/mediation/restart.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REM launching OSGi felix
2+
REM java -jar bin/felix.jar
3+
java -jar bin/felix.jar

demo/medical/mediation/start.bat

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
REM parameters:
2+
REM 1 : cleaning
3+
REM 2 : cleaning + preparing bundle directory
4+
REM no param : cleaning + preparing + starting cube
5+
REM NOT YET IMPLEMENTED - see sh version if needed
6+
7+
REM removing cache and perf measure files
8+
rmdir felix-cache /S /Q
9+
del perf.csv /Q
10+
del bundle\*.jar /Q
11+
12+
REM: to delete all subdirectories in a directory, but not the directory itself:> for /d %a in ("bundle\*") do rd /s /q "%a"
13+
14+
REM creating the bundle directory if it does not exist
15+
if not exist bundle mkdir bundle
16+
17+
REM copying needed bundles
18+
19+
copy ..\..\..\lib\felix\* bundle
20+
copy ..\..\..\lib\commons\* bundle
21+
copy ..\..\..\lib\ipojo\* bundle
22+
copy ..\..\..\lib\cilia\* bundle
23+
24+
copy ..\..\..\bin\*.jar bundle
25+
26+
REM launching OSGi felix
27+
REM java -jar bin/felix.jar
28+
java -jar bin/felix.jar

0 commit comments

Comments
 (0)