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:18:07 UTC

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

Author: mibo
Date: Mon Sep 23 11:18:07 2013
New Revision: 1525552

URL: http://svn.apache.org/r1525552
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=1525552&r1=1525551&r2=1525552&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:18:07 2013
@@ -22,11 +22,11 @@ Notice:    Licensed to the Apache Softwa
 
 ## Build Environment
 
-- [Maven](doc/maven.html)
+* [Maven](/doc/maven.html)
 
 ## Development Environment
 
-- [Eclipse IDE](doc/eclipse.html)
+* [Eclipse IDE](/doc/eclipse.html)
 
 ## Run Environment
 
@@ -34,11 +34,11 @@ Notice:    Licensed to the Apache Softwa
 Necessary steps to get your project run with [Tomcat 7.x](http://tomcat.apache.org/index.html).
 
 #### Required steps
-- Download Tomcat from [Tomcat Downloads](http://tomcat.apache.org/download-70.cgi)
-- 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`
-- 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
+* Download Tomcat from [Tomcat Downloads](http://tomcat.apache.org/download-70.cgi)
+* 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`
+* 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