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/09/23 13:21:27 UTC

svn commit: r1525554 - /incubator/olingo/site/trunk/content/doc/project-setup.mdtext

Author: mibo
Date: Mon Sep 23 11:21:26 2013
New Revision: 1525554

URL: http://svn.apache.org/r1525554
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/project-setup.mdtext

Modified: incubator/olingo/site/trunk/content/doc/project-setup.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/project-setup.mdtext?rev=1525554&r1=1525553&r2=1525554&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/project-setup.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/project-setup.mdtext Mon Sep 23 11:21:26 2013
@@ -22,11 +22,11 @@ Notice:    Licensed to the Apache Softwa
 
 ## Build Environment
 
-* [Maven](/doc/maven.html)
+* [Maven](maven.html)
 
 ## Development Environment
 
-* [Eclipse IDE](/doc/eclipse.html)
+* [Eclipse IDE](eclipse.html)
 
 ## Run Environment
 
@@ -38,7 +38,7 @@ Necessary steps to get your project run 
 * Install Tomcat as described in [Tomcat Documentation](tomcat.apache.org/tomcat-7.0-doc/setup.html)
 * Start Tomcat e.g. via `$TOMCAT_HOME/bin/startup.sh` (Linux) or `$TOMCAT_HOME/bin/startup.bat` (Windows)
 * Build of OData Application
-   * Build your own `WAR` or
-   * Download [sample project](), build it via `mvn package`
+  * Build your own `WAR` or
+  * Download [sample project](), build it via `mvn package`
 * Deployment of OData Application via simple copy of `WAR` from `target` into `$TOMCAT_HOME/webapps`
 * For sample project go to [http://localhost:8080/org.apache.olingo.odata2.sample.web](http://localhost:8080/org.apache.olingo.odata2.sample.web) 
\ No newline at end of file