Author: jvs
Date: Wed Aug 31 00:01:20 2011
New Revision: 1163454
URL: http://svn.apache.org/viewvc?rev=1163454&view=rev
Log:
HIVE-2412. Update Eclipse configuration to include Mockito dependency
(Carl Steinbach via jvs)
Modified:
hive/trunk/eclipse-templates/.classpath
hive/trunk/eclipse-templates/HiveCLI.launchtemplate
Modified: hive/trunk/eclipse-templates/.classpath
URL:
http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/.classpath?rev=1163454&r1=1163453&r2=1163454&view=diff
==============================================================================
--- hive/trunk/eclipse-templates/.classpath (original)
+++ hive/trunk/eclipse-templates/.classpath Wed Aug 31 00:01:20 2011
@@ -36,6 +36,7 @@
<classpathentry kind="lib"
path="build/dist/lib/[email protected]@.jar"/>
<classpathentry kind="lib"
path="build/dist/lib/[email protected]@.jar"/>
<classpathentry kind="lib" path="build/dist/lib/javaewah-0.2.jar"/>
+ <classpathentry kind="lib"
path="build/dist/lib/[email protected]@.jar"/>
<classpathentry kind="src" path="build/contrib/test/src"/>
<classpathentry kind="src" path="build/metastore/gen/antlr/gen-java"/>
<classpathentry kind="src" path="build/ql/test/src"/>
Modified: hive/trunk/eclipse-templates/HiveCLI.launchtemplate
URL:
http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/HiveCLI.launchtemplate?rev=1163454&r1=1163453&r2=1163454&view=diff
==============================================================================
--- hive/trunk/eclipse-templates/HiveCLI.launchtemplate (original)
+++ hive/trunk/eclipse-templates/HiveCLI.launchtemplate Wed Aug 31 00:01:20 2011
@@ -17,10 +17,9 @@
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
containerPath="org.eclipse.jdt.launching.JRE_CONTAINER"
javaProject="@PROJECT@" path="1"
type="4"/> "/>
<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
internalArchive="/@PROJECT@/conf" path="3"
type="2"/> "/>
- <listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
internalArchive="/@PROJECT@/build/metastore/hive-metastore-@[email protected]"
path="3" type="2"/> "/>
- <listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
internalArchive="/@PROJECT@/build/ql/hive-exec-@[email protected]"
path="3" type="2"/> "/>
<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
internalArchive="/@PROJECT@/build/hadoopcore/hadoop-@HADOOPVER@/conf"
path="3" type="2"/> "/>
<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento
exportedEntriesOnly="false"
project="@PROJECT@"/> </runtimeClasspathEntry> "/>
+ <listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
internalArchive="/@PROJECT@/build/ql/hive-exec-@[email protected]"
path="3" type="2"/> "/>
</listAttribute>