More work on operations in client

This commit is contained in:
jamesagnew 2015-03-03 08:22:26 -05:00
parent 45f30deee2
commit 27e126254c
4 changed files with 11 additions and 2 deletions

View File

@ -2,4 +2,6 @@ package ca.uhn.fhir.rest.gclient;
public interface IOperation {
}

View File

@ -0,0 +1,7 @@
package ca.uhn.fhir.rest.gclient;
public interface IOperationOn {
}

View File

@ -27,7 +27,7 @@
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<installed facet="jst.utility" version="1.0"/>
<installed facet="java" version="1.7"/>
<installed facet="java" version="1.6"/>
</faceted-project>