Repository: geode
Updated Branches:
  refs/heads/develop b31c68410 -> be8db8b7b


http://git-wip-us.apache.org/repos/asf/geode/blob/be8db8b7/geode-junit/src/main/java/org/apache/geode/test/junit/categories/BackwardCompatibilityTest.java
----------------------------------------------------------------------
diff --git 
a/geode-junit/src/main/java/org/apache/geode/test/junit/categories/BackwardCompatibilityTest.java
 
b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/BackwardCompatibilityTest.java
new file mode 100755
index 0000000..cae4c6c
--- /dev/null
+++ 
b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/BackwardCompatibilityTest.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license
+ * agreements. See the NOTICE file distributed with this work for additional 
information regarding
+ * copyright ownership. The ASF licenses this file to You under the Apache 
License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the 
License. You may obtain a
+ * copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software 
distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express
+ * or implied. See the License for the specific language governing permissions 
and limitations under
+ * the License.
+ */
+package org.apache.geode.test.junit.categories;
+
+/**
+ * JUnit Test Category that specifies a test involving multiple members of a 
distributed system and
+ * multiple versions of Geode.
+ */
+public interface BackwardCompatibilityTest {
+}

http://git-wip-us.apache.org/repos/asf/geode/blob/be8db8b7/settings.gradle
----------------------------------------------------------------------
diff --git a/settings.gradle b/settings.gradle
index 8e2673a..c0fdb6e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -16,6 +16,7 @@
  */
 rootProject.name = 'geode'
 
+include 'geode-old-versions'
 include 'geode-common'
 include 'geode-json'
 include 'geode-junit'
@@ -37,6 +38,7 @@ include 'extensions/geode-modules-session-internal'
 include 'extensions/geode-modules-session'
 include 'extensions/geode-modules-assembly'
 
+
 if (GradleVersion.current() < GradleVersion.version(minimumGradleVersion)) {
   throw new GradleException('Running with unsupported Gradle Version. Use 
Gradle Wrapper or with Gradle version >= ' + minimumGradleVersion)
 }

Reply via email to