You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2013/06/26 19:10:03 UTC

svn commit: r1497009 - /incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt

Author: prestonc
Date: Wed Jun 26 17:10:02 2013
New Revision: 1497009

URL: http://svn.apache.org/r1497009
Log:
Update website for hyracks git instructions for setting up eclipse.

Modified:
    incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt

Modified: incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt?rev=1497009&r1=1497008&r2=1497009&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt (original)
+++ incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt Wed Jun 26 17:10:02 2013
@@ -52,9 +52,9 @@ Eclipse Setup
     development.
 
 ----------------------------------------
-$ svn checkout https://hyracks.googlecode.com/svn/branches/fullstack_staging hyracks_for_vxquery
-(Accept the certificate information for *.googlecode.com.)
+$ git clone https://code.google.com/p/hyracks/ hyracks_for_vxquery
 $ cd hyracks_for_vxquery
+$ git checkout -b ecarm002/vxquery_compatibility origin/ecarm002/vxquery_compatibility
 $ mvn install -DskipTests
 $ cd ..
 ----------------------------------------