Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonas2014-09-09 15:20:05 +0000
committerjonas2014-09-09 15:20:05 +0000
commit24ee479c8f1874d8807a21f47cf2ce474cde593a (patch)
tree436c32cd764466c5acc14ad5a8bef47a3392debc
parent8d209caab7056ed1418bd674ba5669481f48c635 (diff)
downloadmodeling-24ee479c8f1874d8807a21f47cf2ce474cde593a.tar.gz
modeling-24ee479c8f1874d8807a21f47cf2ce474cde593a.tar.xz
modeling-24ee479c8f1874d8807a21f47cf2ce474cde593a.zip
fixed typonewwebsite
-rw-r--r--server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.php b/server.php
index 4d53573b..4d02cac6 100644
--- a/server.php
+++ b/server.php
@@ -41,7 +41,7 @@ include($App->getProjectCommon()); # All on the same line to unclutter the us
<h1>$pageTitle</h1>
<table>
<tr>
- <td><p><a href="/emf/">EMF (Core)</a> EMF (Core) allows you to generate classes based on a data model, a.k.a. the domain model. In many applications - no matter whether it is a tool or a business application - instances of the domain model need to be stored efficiently and versioned. Moreover, such applications often have to enable multiple users to access and modify domain model instances concurrently and hence require a client-server architecture as well as support for transactions. The following technologies provide the necessary infrastructure to cater for such scenarios in your project.</p>
+ <td><p><a href="/emf/">EMF (Core)</a> allows you to generate classes based on a data model, a.k.a. the domain model. In many applications - no matter whether it is a tool or a business application - instances of the domain model need to be stored efficiently and versioned. Moreover, such applications often have to enable multiple users to access and modify domain model instances concurrently and hence require a client-server architecture as well as support for transactions. The following technologies provide the necessary infrastructure to cater for such scenarios in your project.</p>
</td>
<td align="right"><img src="http://www.eclipse.org/modeling/images/modeling_pos_logo_fc_med.jpg">
</td>

Back to the top