Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2114)

Unified Diff: google-oauth-client-java6/.classpath

Issue 6242068: [oauth] FileCredentialStore implementation of CredentialStore interface (Closed) Base URL: https://google-oauth-java-client.googlecode.com/hg/
Patch Set: Latest comments from [yanivi] Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google-oauth-client-java6/.classpath
===================================================================
new file mode 100644
--- /dev/null
+++ b/google-oauth-client-java6/.classpath
@@ -0,0 +1,8 @@
+<classpath>
+ <classpathentry kind="src" path="src/main/java" />
+ <classpathentry kind="src" path="src/test/java" output="target/test-classes" />
+ <classpathentry kind="src" path="src/test/resources" output="target/test-classes" />
+ <classpathentry kind="output" path="target/classes" />
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
+</classpath>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b