Repository: drill
Updated Branches:
  refs/heads/master 49d316a1c -> ee5b0bc13


DRILL-2497: Remove reference to drill-interpreter in build


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/ee5b0bc1
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/ee5b0bc1
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/ee5b0bc1

Branch: refs/heads/master
Commit: ee5b0bc13f98a839a5ad7b63356a100a0b28c14f
Parents: 49d316a
Author: Patrick Wong <pw...@maprtech.com>
Authored: Wed Mar 18 15:23:43 2015 -0700
Committer: Aditya Kishore <a...@apache.org>
Committed: Wed Mar 18 20:21:57 2015 -0700

----------------------------------------------------------------------
 distribution/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/ee5b0bc1/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 294cd0a..bf934a6 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -169,22 +169,6 @@
     </profile>
 
     <profile>
-      <id>build-interpreter</id>
-      <activation>
-        <property>
-          <name>!skipInterpreter</name>
-        </property>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.drill.exec</groupId>
-          <artifactId>drill-interpreter</artifactId>
-          <version>${project.version}</version>
-        </dependency>
-      </dependencies>
-    </profile>
-
-    <profile>
       <id>default-hadoop</id>
       <activation>
         <property>

Reply via email to