You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2013/12/05 13:31:10 UTC

[17/52] git commit: Fix for rename

Fix for rename


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/20d6f029
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/20d6f029
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/20d6f029

Branch: refs/heads/master
Commit: 20d6f029272258d29833cf73a9d4ebddd8461f67
Parents: d83070d
Author: Michael Bolz <mi...@apache.org>
Authored: Tue Nov 12 09:33:06 2013 +0100
Committer: Michael Bolz <mi...@apache.org>
Committed: Tue Nov 12 09:33:06 2013 +0100

----------------------------------------------------------------------
 .../edm-annotation-webref/src/main/webapp/WEB-INF/web.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/20d6f029/odata2-edm-annotation/edm-annotation-webref/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/odata2-edm-annotation/edm-annotation-webref/src/main/webapp/WEB-INF/web.xml b/odata2-edm-annotation/edm-annotation-webref/src/main/webapp/WEB-INF/web.xml
index 1795259..5f7264c 100644
--- a/odata2-edm-annotation/edm-annotation-webref/src/main/webapp/WEB-INF/web.xml
+++ b/odata2-edm-annotation/edm-annotation-webref/src/main/webapp/WEB-INF/web.xml
@@ -35,7 +35,7 @@
 		</init-param>
 		<init-param>
 			<param-name>org.apache.olingo.odata2.service.factory</param-name>
-			<param-value>org.apache.olingo.odata2.ref.annotation.processor.ScenarioServiceFactory</param-value>
+			<param-value>org.apache.olingo.odata2.ref.annotation.processor.AnnotationPocServiceFactory</param-value>
 		</init-param>
 		<load-on-startup>1</load-on-startup>
 	</servlet>