From 9f5bbd0b393006e1556395fd5fd4dd9c74783b9d Mon Sep 17 00:00:00 2001 From: Nicole Deflaux Date: Thu, 3 Sep 2015 11:02:31 -0700 Subject: [PATCH] Nest eclipse instructions to clarify context. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc49a10..592ad39 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,11 @@ If you wish to modify this code while also modifying a project that depends upon 1. Build and install the jar to your local maven repository via `mvn install`. 2. Then update the pom.xml of the dependent project to temporarily depend upon the particular SNAPSHOT version of utils-java now installed in your local maven repository. - -Eclipse users: - * First update the dependencies in your poms to point to the SNAPSHOT versions as mentioned above. - * Then for each of utils-java, dataflow-java, etc... in Eclipse do: `File -> Import -> Maven -> Existing Maven Projects` - * If at any point in Eclipse becomes confused (lot of red X's) in Eclipse do: `Project -> Clean -> Clean All Projects` + 3. Eclipse users: + * First update the dependencies in your poms to point to the SNAPSHOT versions as mentioned above. + * Then for each of utils-java, dataflow-java, etc... in Eclipse do: `File -> Import -> Maven -> Existing Maven Projects` + * If at any point in Eclipse becomes confused (lot of red X's) in Eclipse do: `Project -> Clean -> Clean All Projects` - ##gRPC This project now includes code for calling the Genomics API using gRPC. Calling the API with gRPC should greatly improve performance but is still experimental (alpha). To use