diff options
author | Roberto E. Escobar | 2014-08-14 00:07:04 +0000 |
---|---|---|
committer | Roberto E. Escobar | 2014-09-29 22:55:19 +0000 |
commit | 84045a1897455dd7988bc473938cda7fee39c22d (patch) | |
tree | eae246b022e6e657eea08a668eff990c5cf450a9 /plugins/org.eclipse.osee.disposition.rest/src/org/eclipse | |
parent | 436b129e96abc4028393ae3e817cdda4f70e68a1 (diff) | |
download | org.eclipse.osee-84045a1897455dd7988bc473938cda7fee39c22d.tar.gz org.eclipse.osee-84045a1897455dd7988bc473938cda7fee39c22d.tar.xz org.eclipse.osee-84045a1897455dd7988bc473938cda7fee39c22d.zip |
feature[ats_ATS99009]: Contribute all static content through JAX-RS
Change-Id: I6b45136493c235d0a20fc0e6f34425a2a540ce07
Diffstat (limited to 'plugins/org.eclipse.osee.disposition.rest/src/org/eclipse')
-rw-r--r-- | plugins/org.eclipse.osee.disposition.rest/src/org/eclipse/osee/disposition/rest/resources/DispoApplication.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.disposition.rest/src/org/eclipse/osee/disposition/rest/resources/DispoApplication.java b/plugins/org.eclipse.osee.disposition.rest/src/org/eclipse/osee/disposition/rest/resources/DispoApplication.java index 1fa2190882f..3fbb3ba11cd 100644 --- a/plugins/org.eclipse.osee.disposition.rest/src/org/eclipse/osee/disposition/rest/resources/DispoApplication.java +++ b/plugins/org.eclipse.osee.disposition.rest/src/org/eclipse/osee/disposition/rest/resources/DispoApplication.java @@ -27,7 +27,7 @@ import org.eclipse.osee.disposition.rest.util.TemplateRegistry; /** * @author Angel Avila */ -@ApplicationPath("dispor") +@ApplicationPath("dispo") public final class DispoApplication extends Application { private DispoApi dispoApi; |