From 77e39fac55f1a366814d35e75659cb6d88cca4e1 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Fri, 19 Jul 2019 14:27:14 +0200 Subject: [PATCH] move samples to 'alpha-mj' subfolder --- build.xml | 4 ++-- samples/{ => alpha-mj}/ArrayTest.mj | 0 samples/{ => alpha-mj}/ArraysTest.mj | 0 samples/{ => alpha-mj}/InOut1.mj | 0 samples/{ => alpha-mj}/InOut2.mj | 0 samples/{ => alpha-mj}/InOut3.mj | 0 samples/{ => alpha-mj}/Rek1.mj | 0 samples/{ => alpha-mj}/RekFac.mj | 0 samples/{ => alpha-mj}/RekFib.mj | 0 samples/{ => alpha-mj}/chrtest.mj | 0 samples/{ => alpha-mj}/div0.mj | 0 samples/{ => alpha-mj}/div2.mj | 0 samples/{ => alpha-mj}/eratos.mj | 0 samples/{ => alpha-mj}/fields.mj | 0 samples/{ => alpha-mj}/linkedlist.mj | 0 samples/{ => alpha-mj}/pos-neg.mj | 0 samples/{ => alpha-mj}/while-print.mj | 0 17 files changed, 2 insertions(+), 2 deletions(-) rename samples/{ => alpha-mj}/ArrayTest.mj (100%) rename samples/{ => alpha-mj}/ArraysTest.mj (100%) rename samples/{ => alpha-mj}/InOut1.mj (100%) rename samples/{ => alpha-mj}/InOut2.mj (100%) rename samples/{ => alpha-mj}/InOut3.mj (100%) rename samples/{ => alpha-mj}/Rek1.mj (100%) rename samples/{ => alpha-mj}/RekFac.mj (100%) rename samples/{ => alpha-mj}/RekFib.mj (100%) rename samples/{ => alpha-mj}/chrtest.mj (100%) rename samples/{ => alpha-mj}/div0.mj (100%) rename samples/{ => alpha-mj}/div2.mj (100%) rename samples/{ => alpha-mj}/eratos.mj (100%) rename samples/{ => alpha-mj}/fields.mj (100%) rename samples/{ => alpha-mj}/linkedlist.mj (100%) rename samples/{ => alpha-mj}/pos-neg.mj (100%) rename samples/{ => alpha-mj}/while-print.mj (100%) diff --git a/build.xml b/build.xml index a9dac9f..762aef3 100644 --- a/build.xml +++ b/build.xml @@ -47,8 +47,8 @@ - - + + diff --git a/samples/ArrayTest.mj b/samples/alpha-mj/ArrayTest.mj similarity index 100% rename from samples/ArrayTest.mj rename to samples/alpha-mj/ArrayTest.mj diff --git a/samples/ArraysTest.mj b/samples/alpha-mj/ArraysTest.mj similarity index 100% rename from samples/ArraysTest.mj rename to samples/alpha-mj/ArraysTest.mj diff --git a/samples/InOut1.mj b/samples/alpha-mj/InOut1.mj similarity index 100% rename from samples/InOut1.mj rename to samples/alpha-mj/InOut1.mj diff --git a/samples/InOut2.mj b/samples/alpha-mj/InOut2.mj similarity index 100% rename from samples/InOut2.mj rename to samples/alpha-mj/InOut2.mj diff --git a/samples/InOut3.mj b/samples/alpha-mj/InOut3.mj similarity index 100% rename from samples/InOut3.mj rename to samples/alpha-mj/InOut3.mj diff --git a/samples/Rek1.mj b/samples/alpha-mj/Rek1.mj similarity index 100% rename from samples/Rek1.mj rename to samples/alpha-mj/Rek1.mj diff --git a/samples/RekFac.mj b/samples/alpha-mj/RekFac.mj similarity index 100% rename from samples/RekFac.mj rename to samples/alpha-mj/RekFac.mj diff --git a/samples/RekFib.mj b/samples/alpha-mj/RekFib.mj similarity index 100% rename from samples/RekFib.mj rename to samples/alpha-mj/RekFib.mj diff --git a/samples/chrtest.mj b/samples/alpha-mj/chrtest.mj similarity index 100% rename from samples/chrtest.mj rename to samples/alpha-mj/chrtest.mj diff --git a/samples/div0.mj b/samples/alpha-mj/div0.mj similarity index 100% rename from samples/div0.mj rename to samples/alpha-mj/div0.mj diff --git a/samples/div2.mj b/samples/alpha-mj/div2.mj similarity index 100% rename from samples/div2.mj rename to samples/alpha-mj/div2.mj diff --git a/samples/eratos.mj b/samples/alpha-mj/eratos.mj similarity index 100% rename from samples/eratos.mj rename to samples/alpha-mj/eratos.mj diff --git a/samples/fields.mj b/samples/alpha-mj/fields.mj similarity index 100% rename from samples/fields.mj rename to samples/alpha-mj/fields.mj diff --git a/samples/linkedlist.mj b/samples/alpha-mj/linkedlist.mj similarity index 100% rename from samples/linkedlist.mj rename to samples/alpha-mj/linkedlist.mj diff --git a/samples/pos-neg.mj b/samples/alpha-mj/pos-neg.mj similarity index 100% rename from samples/pos-neg.mj rename to samples/alpha-mj/pos-neg.mj diff --git a/samples/while-print.mj b/samples/alpha-mj/while-print.mj similarity index 100% rename from samples/while-print.mj rename to samples/alpha-mj/while-print.mj -- 2.17.1