From 9f36a03cdce965fc6e6b9d7fc4c63a8161c37227 Mon Sep 17 00:00:00 2001
From: Mohammad Khamash <m.khamash@gmail.com>
Date: Mon, 9 Nov 2015 12:51:41 +0200
Subject: [PATCH] Add initial drupal-org-core.make and drupal-org.make.

---
 drupal-org-core.make |  6 ++++++
 drupal-org.make      | 10 ++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 drupal-org-core.make
 create mode 100644 drupal-org.make

diff --git a/drupal-org-core.make b/drupal-org-core.make
new file mode 100644
index 00000000..8add1588
--- /dev/null
+++ b/drupal-org-core.make
@@ -0,0 +1,6 @@
+api = 2
+core = 8.x
+
+; Drupal Core
+projects[drupal][type] = core
+projects[drupal][version] = 8.0.0-rc3
diff --git a/drupal-org.make b/drupal-org.make
new file mode 100644
index 00000000..41cce03b
--- /dev/null
+++ b/drupal-org.make
@@ -0,0 +1,10 @@
+api = 2
+core = 8.x
+
+;;;;;;;;;;;;;;;;;;;;;
+;; Basic contributed modules
+;;;;;;;;;;;;;;;;;;;;;
+
+;;;;;;;;;;;;;;;;;;;;;
+;; Base theme
+;;;;;;;;;;;;;;;;;;;;;
-- 
GitLab