From 8327533aff5c2a38e0a753fba20701d0cd267969 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Mon, 21 Apr 2014 19:22:05 +0200 Subject: [PATCH] move examples --- .../01-hello-muni/build.gradle | 0 .../01-hello-muni/src/main/cpp/hellomuni.cpp | 0 .../02-hello-muni-with-gradle-wrapper/build.gradle | 0 .../gradle/wrapper/gradle-wrapper.jar | Bin .../gradle/wrapper/gradle-wrapper.properties | 0 .../02-hello-muni-with-gradle-wrapper/gradlew | 0 .../02-hello-muni-with-gradle-wrapper/gradlew.bat | 0 .../src/main/cpp/hellomuni.cpp | 0 .../03-hello-muni-with-debug/build.gradle | 0 .../src/main/cpp/hellomuni.cpp | 0 gradle/00-empty-project/build.gradle | 1 + gradle/02-c-plugin/build.gradle | 2 ++ 12 files changed, 3 insertions(+) rename {gradle => gradle-cpp-plugin}/01-hello-muni/build.gradle (100%) rename {gradle => gradle-cpp-plugin}/01-hello-muni/src/main/cpp/hellomuni.cpp (100%) rename {gradle => gradle-cpp-plugin}/02-hello-muni-with-gradle-wrapper/build.gradle (100%) rename {gradle => gradle-cpp-plugin}/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.jar (100%) rename {gradle => gradle-cpp-plugin}/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.properties (100%) rename {gradle => gradle-cpp-plugin}/02-hello-muni-with-gradle-wrapper/gradlew (100%) rename {gradle => gradle-cpp-plugin}/02-hello-muni-with-gradle-wrapper/gradlew.bat (100%) rename {gradle => gradle-cpp-plugin}/02-hello-muni-with-gradle-wrapper/src/main/cpp/hellomuni.cpp (100%) rename {gradle => gradle-cpp-plugin}/03-hello-muni-with-debug/build.gradle (100%) rename {gradle => gradle-cpp-plugin}/03-hello-muni-with-debug/src/main/cpp/hellomuni.cpp (100%) create mode 100644 gradle/00-empty-project/build.gradle create mode 100644 gradle/02-c-plugin/build.gradle diff --git a/gradle/01-hello-muni/build.gradle b/gradle-cpp-plugin/01-hello-muni/build.gradle similarity index 100% rename from gradle/01-hello-muni/build.gradle rename to gradle-cpp-plugin/01-hello-muni/build.gradle diff --git a/gradle/01-hello-muni/src/main/cpp/hellomuni.cpp b/gradle-cpp-plugin/01-hello-muni/src/main/cpp/hellomuni.cpp similarity index 100% rename from gradle/01-hello-muni/src/main/cpp/hellomuni.cpp rename to gradle-cpp-plugin/01-hello-muni/src/main/cpp/hellomuni.cpp diff --git a/gradle/02-hello-muni-with-gradle-wrapper/build.gradle b/gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/build.gradle similarity index 100% rename from gradle/02-hello-muni-with-gradle-wrapper/build.gradle rename to gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/build.gradle diff --git a/gradle/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.jar b/gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from gradle/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.jar rename to gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.jar diff --git a/gradle/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.properties b/gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from gradle/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.properties rename to gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradle/wrapper/gradle-wrapper.properties diff --git a/gradle/02-hello-muni-with-gradle-wrapper/gradlew b/gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradlew similarity index 100% rename from gradle/02-hello-muni-with-gradle-wrapper/gradlew rename to gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradlew diff --git a/gradle/02-hello-muni-with-gradle-wrapper/gradlew.bat b/gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradlew.bat similarity index 100% rename from gradle/02-hello-muni-with-gradle-wrapper/gradlew.bat rename to gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/gradlew.bat diff --git a/gradle/02-hello-muni-with-gradle-wrapper/src/main/cpp/hellomuni.cpp b/gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/src/main/cpp/hellomuni.cpp similarity index 100% rename from gradle/02-hello-muni-with-gradle-wrapper/src/main/cpp/hellomuni.cpp rename to gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/src/main/cpp/hellomuni.cpp diff --git a/gradle/03-hello-muni-with-debug/build.gradle b/gradle-cpp-plugin/03-hello-muni-with-debug/build.gradle similarity index 100% rename from gradle/03-hello-muni-with-debug/build.gradle rename to gradle-cpp-plugin/03-hello-muni-with-debug/build.gradle diff --git a/gradle/03-hello-muni-with-debug/src/main/cpp/hellomuni.cpp b/gradle-cpp-plugin/03-hello-muni-with-debug/src/main/cpp/hellomuni.cpp similarity index 100% rename from gradle/03-hello-muni-with-debug/src/main/cpp/hellomuni.cpp rename to gradle-cpp-plugin/03-hello-muni-with-debug/src/main/cpp/hellomuni.cpp diff --git a/gradle/00-empty-project/build.gradle b/gradle/00-empty-project/build.gradle new file mode 100644 index 0000000..5cc8c32 --- /dev/null +++ b/gradle/00-empty-project/build.gradle @@ -0,0 +1 @@ +// Empty one diff --git a/gradle/02-c-plugin/build.gradle b/gradle/02-c-plugin/build.gradle new file mode 100644 index 0000000..931985b --- /dev/null +++ b/gradle/02-c-plugin/build.gradle @@ -0,0 +1,2 @@ +apply plugin: 'c' +