Skip to content

Commit

Permalink
Refactored EMF,CDO and RAP references (fixed in uppercase)
Browse files Browse the repository at this point in the history
Change-Id: I8694fdfc65d0a1f8189bdd8ce2a261bf0167507d
Signed-off-by: Vincenzo Caselli <vincenzo.caselli@rcp-vision.com>
  • Loading branch information
vincenzocaselli-rcp committed Nov 29, 2016
1 parent 5727eea commit 85e254e
Show file tree
Hide file tree
Showing 94 changed files with 213 additions and 213 deletions.
@@ -1,4 +1,4 @@
document[Emf Parsley Sources]
document[EMF Parsley Sources]

chapter:GettingSources[Getting Sources]

Expand All @@ -8,7 +8,7 @@ via Git and setup the workspace manually. However, we strongly reccomend to
use the automatic procedure detailed below.

If you want to develop also the link[http://eclipse.org/rap/][RAP]
version of Emf Parsley, you will need a different workspace (and a different target platform).
version of EMF Parsley, you will need a different workspace (and a different target platform).

We use link[https://wiki.eclipse.org/Eclipse_Oomph_Installer][Oomph] for provisioning
a full Eclipse IDE and workspace setup for Parsley.
Expand Down
Expand Up @@ -94,7 +94,7 @@ <h1>Getting Sources</h1>
<p>
Note that you need two different workspaces (and two different target platforms)
if you want to materialize also the workspace for developing the <a href="http://eclipse.org/rap/" >RAP</a>
version of Emf Parsley (see below).
version of EMF Parsley (see below).
</p>
<p>
In both cases, you need a <a href="http://www.eclipse.org/Xtext/download.html" >"Full eclipse"</a>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h1>Getting Sources</h1>
for target <em>materialize.workspace.rap</em>.
It can be changed by passing a path for the
variable <em>WORKSPACE</em></li>
<li>clones the Emf Parsley git repository;
<li>clones the EMF Parsley git repository;
default: <em>${user.home}/git/org.eclipse.emf-parsley</em>.
It can be changed by passing a full path for the
variable <em>git.clone.dest</em>. Note that the repository will
Expand Down Expand Up @@ -168,7 +168,7 @@ <h1>Getting Sources</h1>
</div>
</p>
<p>
If you want the workspace for RAP version of Emf Parsley, run the script as
If you want the workspace for RAP version of EMF Parsley, run the script as
follows:
</p>
<p>
Expand Down
Expand Up @@ -13,7 +13,7 @@
# $Nav->setLinkList(array());

$pageAuthor = "Lorenzo Bettini, Vincenzo Caselli, Francesco Guidieri";
$pageTitle = "Emf Parsley Guide";
$pageTitle = "EMF Parsley Guide";

$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="code.css"/>' . "\n\t");
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="book.css"/>' . "\n\t");
Expand Down
Expand Up @@ -61,7 +61,7 @@ function highlightCurrentSection(sec) {
}
</script>');

$pageTitle = "Emf Parsley Guide";
$pageTitle = "EMF Parsley Guide";

$html .= file_get_contents('_index.html');

Expand Down
Expand Up @@ -10,7 +10,7 @@ Workflow {
// or define search scope explicitly
modelPath = modelPath
targetDir = targetDir
document = "Emf Parsley Guide"
document = "EMF Parsley Guide"
pdfLatex = "/usr/bin/pdflatex"
}

Expand Down
10 changes: 5 additions & 5 deletions doc/org.eclipse.emf.parsley.doc/contents/00-Main.html
@@ -1,15 +1,15 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
<title>Emf Parsley Guide</title>
<title>EMF Parsley Guide</title>

<link href="book.css" rel="stylesheet" type="text/css">
<link href="code.css" rel="stylesheet" type="text/css">
<link rel="home" href="00-Main.html" title="">
</head>
<body>
<h1>Emf Parsley Guide</h1>
<ol><li><a href="00-Main_4.html#Emf%20Parsley%20Guide_4">Getting Started</a>
<h1>EMF Parsley Guide</h1>
<ol><li><a href="00-Main_4.html#EMF%20Parsley%20Guide_4">Getting Started</a>
<ol> <li><a href="01-Overview.html#Overview">Overview</a>
<ol> <li><a href="01-Overview.html#ParsleyComponents">Parsley Components</a>
<ol> <li><a href="01-Overview.html#Customize">Customize</a>
Expand All @@ -27,7 +27,7 @@ <h1>Emf Parsley Guide</h1>
<li><a href="02-FirstExample.html#FirstExample">First Example</a>
</li>
</ol></li>
<li><a href="00-Main_5.html#Emf%20Parsley%20Guide_5">Reference Documentation</a>
<li><a href="00-Main_5.html#EMF%20Parsley%20Guide_5">Reference Documentation</a>
<ol> <li><a href="05-Components.html#Components">Components</a>
<ol> <li><a href="05-Components.html#FormComponent">Form Component</a>
<ol> <li><a href="05-Components.html#FormComponent_features">Feature List Customization</a>
Expand Down Expand Up @@ -133,7 +133,7 @@ <h1>Emf Parsley Guide</h1>
</li>
</ol></li>
</ol></li>
<li><a href="00-Main_6.html#Emf%20Parsley%20Guide_6">Appendix</a>
<li><a href="00-Main_6.html#EMF%20Parsley%20Guide_6">Appendix</a>
<ol> <li><a href="Migration-Guide.html#MigrationGuide">Migration Guide</a>
<ol> <li><a href="Migration-Guide.html#VersionOne">From 0.7.0 to 1.0.0</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/org.eclipse.emf.parsley.doc/contents/00-Main_4.html
Expand Up @@ -8,7 +8,7 @@
<link rel="home" href="00-Main.html" title="">
</head>
<body>
<a name="Emf%20Parsley%20Guide_4"></a>
<a name="EMF%20Parsley%20Guide_4"></a>
<h1>Getting Started</h1>
<ol><li><a href="01-Overview.html#Overview">Overview</a>
<ol> <li><a href="01-Overview.html#ParsleyComponents">Parsley Components</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/org.eclipse.emf.parsley.doc/contents/00-Main_5.html
Expand Up @@ -8,7 +8,7 @@
<link rel="home" href="00-Main.html" title="">
</head>
<body>
<a name="Emf%20Parsley%20Guide_5"></a>
<a name="EMF%20Parsley%20Guide_5"></a>
<h1>Reference Documentation</h1>
<ol><li><a href="05-Components.html#Components">Components</a>
<ol> <li><a href="05-Components.html#FormComponent">Form Component</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/org.eclipse.emf.parsley.doc/contents/00-Main_6.html
Expand Up @@ -8,7 +8,7 @@
<link rel="home" href="00-Main.html" title="">
</head>
<body>
<a name="Emf%20Parsley%20Guide_6"></a>
<a name="EMF%20Parsley%20Guide_6"></a>
<h1>Appendix</h1>
<ol><li><a href="Migration-Guide.html#MigrationGuide">Migration Guide</a>
<ol> <li><a href="Migration-Guide.html#VersionOne">From 0.7.0 to 1.0.0</a>
Expand Down
12 changes: 6 additions & 6 deletions doc/org.eclipse.emf.parsley.doc/contents/AdvancedFeatures.html
Expand Up @@ -66,7 +66,7 @@ <h2>Building with Maven</h2>
<h2>Testing Framework</h2>
<p>
We provide some utility classes for testing <em>EMF Parsley</em> components in the feature
"Emf Parsley Junit4 Support". By deriving from one of the abstract classes in our
"EMF Parsley Junit4 Support". By deriving from one of the abstract classes in our
testing bundle, you will be able to write tests that are meant to be run as Junit test,
that is to say, NOT as Plug-in Junit tests. Thus, you will not need a running Eclipse product
to execute such tests: they will be much faster. Indeed, many parts of Parsley can
Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>Eclipse 4.x</h2>
File -&gt; New... -&gt; Example...
</li>
<li>
from Category "Emf Parsley Examples", select "Emf Parsley First Example"
from Category "EMF Parsley Examples", select "EMF Parsley First Example"
</li>
<li>
press Next and Finish
Expand Down Expand Up @@ -413,7 +413,7 @@ <h2>RAP</h2>
File -&gt; New... -&gt; Example...
</li>
<li>
from Category "Emf Parsley Examples", select "Emf Parsley Rap Target Platform Example"
from Category "EMF Parsley Examples", select "EMF Parsley RAP Target Platform Example"
</li>
<li>
press Next and Finish
Expand Down Expand Up @@ -446,7 +446,7 @@ <h2>RAP</h2>
File -&gt; New... -&gt; Example...
</li>
<li>
from Category "Emf Parsley Examples", select "Emf Parsley Rap Example"
from Category "EMF Parsley Examples", select "EMF Parsley RAP Example"
</li>
<li>
press Next and Finish
Expand Down Expand Up @@ -517,7 +517,7 @@ <h2>RAP</h2>
File -&gt; New... -&gt; Example...
</li>
<li>
from Category "Emf Parsley Examples", select "Emf Parsley Cdo Server Example"
from Category "EMF Parsley Examples", select "EMF Parsley CDO Server Example"
</li>
<li>
press Next and Finish
Expand All @@ -543,7 +543,7 @@ <h2>RAP</h2>
File -&gt; New... -&gt; Example...
</li>
<li>
from Category "Emf Parsley Examples", select "Emf Parsley Rap Cdo Example"
from Category "EMF Parsley Examples", select "EMF Parsley RAP CDO Example"
</li>
<li>
press Next and Finish
Expand Down
8 changes: 4 additions & 4 deletions doc/org.eclipse.emf.parsley.doc/contents/toc.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<toc topic="contents/00-Main.html" label="Emf Parsley Guide" >
<topic href="contents/00-Main_4.html#Emf%20Parsley%20Guide_4" label="Getting Started" >
<toc topic="contents/00-Main.html" label="EMF Parsley Guide" >
<topic href="contents/00-Main_4.html#EMF%20Parsley%20Guide_4" label="Getting Started" >
<topic href="contents/01-Overview.html#Overview" label="Overview" >
<topic href="contents/01-Overview.html#ParsleyComponents" label="Parsley Components" >
<topic href="contents/01-Overview.html#Customize" label="Customize" >
Expand All @@ -18,7 +18,7 @@
<topic href="contents/02-FirstExample.html#FirstExample" label="First Example" >
</topic>
</topic>
<topic href="contents/00-Main_5.html#Emf%20Parsley%20Guide_5" label="Reference Documentation" >
<topic href="contents/00-Main_5.html#EMF%20Parsley%20Guide_5" label="Reference Documentation" >
<topic href="contents/05-Components.html#Components" label="Components" >
<topic href="contents/05-Components.html#FormComponent" label="Form Component" >
<topic href="contents/05-Components.html#FormComponent_features" label="Feature List Customization" >
Expand Down Expand Up @@ -124,7 +124,7 @@
</topic>
</topic>
</topic>
<topic href="contents/00-Main_6.html#Emf%20Parsley%20Guide_6" label="Appendix" >
<topic href="contents/00-Main_6.html#EMF%20Parsley%20Guide_6" label="Appendix" >
<topic href="contents/Migration-Guide.html#MigrationGuide" label="Migration Guide" >
<topic href="contents/Migration-Guide.html#VersionOne" label="From 0.7.0 to 1.0.0" >
</topic>
Expand Down
@@ -1,4 +1,4 @@
document[Emf Parsley Guide]
document[EMF Parsley Guide]

authors[Lorenzo Bettini, Vincenzo Caselli, Francesco Guidieri]

Expand Down
Expand Up @@ -47,7 +47,7 @@ code[
section:Testing[Testing Framework]

We provide some utility classes for testing e[EMF Parsley] components in the feature
"Emf Parsley Junit4 Support". By deriving from one of the abstract classes in our
"EMF Parsley Junit4 Support". By deriving from one of the abstract classes in our
testing bundle, you will be able to write tests that are meant to be run as Junit test,
that is to say, NOT as Plug-in Junit tests. Thus, you will not need a running Eclipse product
to execute such tests: they will be much faster. Indeed, many parts of Parsley can
Expand Down Expand Up @@ -83,7 +83,7 @@ what we need to begin. Otherwise the following wizard will bring you to that poi

ol[
item[File -> New... -> Example...]
item[from Category "Emf Parsley Examples", select "Emf Parsley First Example"]
item[from Category "EMF Parsley Examples", select "EMF Parsley First Example"]
item[press Next and Finish]
]

Expand Down Expand Up @@ -279,7 +279,7 @@ After having installed EMF Parsley as described link[https://www.eclipse.org/emf
created a new workspace, you can setup the EMF Parsley RAP Target Platform in the following way:
ol[
item[File -> New... -> Example...]
item[from Category "Emf Parsley Examples", select "Emf Parsley Rap Target Platform Example"]
item[from Category "EMF Parsley Examples", select "EMF Parsley RAP Target Platform Example"]
item[press Next and Finish]
item[open the Target Definition file e[emf-parsely-rap.target]]
item[wait until the "Resolving Target Definition" job is done (check the status bar)]
Expand All @@ -296,7 +296,7 @@ e[Running the Parsley RAP UI Example]
Here is the fastest way to get a working web application with all the stuff put togheter:
ol[
item[File -> New... -> Example...]
item[from Category "Emf Parsley Examples", select "Emf Parsley Rap Example"]
item[from Category "EMF Parsley Examples", select "EMF Parsley RAP Example"]
item[press Next and Finish]
item[expand plug-in e["org.eclipse.emf.parsley.examples.rap.ui"]]
item[right-click "Emf_Parsley_RAP_UI_Example.launch" and click "Run as" "Emf_Parsley_RAP_UI_Example"]
Expand Down Expand Up @@ -339,7 +339,7 @@ both in an RCP and in a RAP workspace.

ol[
item[File -> New... -> Example...]
item[from Category "Emf Parsley Examples", select "Emf Parsley Cdo Server Example"]
item[from Category "EMF Parsley Examples", select "EMF Parsley CDO Server Example"]
item[press Next and Finish]
item[expand plug-in e["org.eclipse.emf.parsley.examples.cdo.server"]]
item[right-click "CDOServerExample.launch" and click "Run as" "CDOServerExample"]
Expand All @@ -351,7 +351,7 @@ Now we can create the web application that will use the CDO server just started.

ol[
item[File -> New... -> Example...]
item[from Category "Emf Parsley Examples", select "Emf Parsley Rap Cdo Example"]
item[from Category "EMF Parsley Examples", select "EMF Parsley RAP CDO Example"]
item[press Next and Finish]
]

Expand Down
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Emf Parsley DSL Additional Builder
Bundle-Name: EMF Parsley DSL Additional Builder
Bundle-SymbolicName: org.eclipse.emf.parsley.dsl.additional.builder;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.emf.parsley.dsl.additional.builder.Activator
Expand Down
10 changes: 5 additions & 5 deletions dsl/org.eclipse.emf.parsley.dsl.additional.builder/plugin.xml
Expand Up @@ -4,7 +4,7 @@

<extension
id="emfParsleyDslPluginXmlBuilder"
name="Emf Parsley Dsl Plugin Xml Builder"
name="EMF Parsley Dsl Plugin Xml Builder"
point="org.eclipse.core.resources.builders">
<builder
hasNature="true">
Expand All @@ -15,7 +15,7 @@
</extension>
<extension
id="emfParsleyDslPluginXmlNature"
name="Emf Parsley Dsl Plugin Xml Nature"
name="EMF Parsley Dsl Plugin Xml Nature"
point="org.eclipse.core.resources.natures">
<runtime>
<run
Expand All @@ -29,11 +29,11 @@
<extension
point="org.eclipse.ui.commands">
<category
name="Emf Parsley Dsl Plugin Xml Nature commands"
name="EMF Parsley Dsl Plugin Xml Nature commands"
id="org.eclipse.emf.parsley.dsl.additional.builder.emfParsleyDslPluginXmlNature.category">
</category>
<command
name="Add/RemoveEmf Parsley Dsl Plugin Xml Nature"
name="Add/Remove EMF Parsley Dsl Plugin Xml Nature"
defaultHandler="org.eclipse.emf.parsley.dsl.additional.builder.builder.AddRemoveEmfParsleyDslPluginXmlNatureHandler"
categoryId="org.eclipse.emf.parsley.dsl.additional.builder.emfParsleyDslPluginXmlNature.category"
id="org.eclipse.emf.parsley.dsl.additional.builder.addRemoveEmfParsleyDslPluginXmlNature">
Expand Down Expand Up @@ -99,7 +99,7 @@
adaptable="true"
icon="icons/parsley_nature.png"
id="org.eclipse.emf.parsley.builder.nature.overlay"
label="Emf Parsley Dsl Plugin Xml Nature"
label="EMF Parsley Dsl Plugin Xml Nature"
lightweight="true"
location="TOP_RIGHT"
state="true">
Expand Down
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Emf Parsley DSL Standalone Lib
Bundle-Name: EMF Parsley DSL Standalone Lib
Bundle-SymbolicName: org.eclipse.emf.parsley.dsl.standalone.lib
Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Emf Parsley DSL Standalone
Bundle-Name: EMF Parsley DSL Standalone
Bundle-SymbolicName: org.eclipse.emf.parsley.dsl.standalone
Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
Expand Up @@ -16,7 +16,7 @@ class EmfParsleyDslNewProjectFilesTest {
def void testDslModuleWithoutAdditionalContents() {
generator.genEmptyDslModule("testproject").assertGeneratedContentEqualsTo(
'''
/* testproject Emf Parsley Dsl Module file */
/* testproject EMF Parsley Dsl Module file */
module testproject {
}
Expand All @@ -28,7 +28,7 @@ module testproject {
def void testDslModuleWithFQN() {
generator.genEmptyDslModule("mypackage.testproject").assertGeneratedContentEqualsTo(
'''
/* mypackage.testproject Emf Parsley Dsl Module file */
/* mypackage.testproject EMF Parsley Dsl Module file */
module mypackage.testproject {
}
Expand All @@ -42,7 +42,7 @@ module mypackage.testproject {
'''
import my.views.MyView
/* mypackage.testproject Emf Parsley Dsl Module file */
/* mypackage.testproject EMF Parsley Dsl Module file */
module mypackage.testproject {
parts {
Expand Down

0 comments on commit 85e254e

Please sign in to comment.