Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2019-10-18 03:00:37 +0000
committerEd Merks2019-10-18 03:00:37 +0000
commit70cabac6673690d67087ccab43195bae0abf7e5d (patch)
treea7f66bf41f7b147036353a64f8b00f0451dae803 /releng/org.eclipse.emf.releng
parentb2b908f3c369b174100acb12ac24e86fec3b8e38 (diff)
downloadorg.eclipse.emf-70cabac6673690d67087ccab43195bae0abf7e5d.tar.gz
org.eclipse.emf-70cabac6673690d67087ccab43195bae0abf7e5d.tar.xz
org.eclipse.emf-70cabac6673690d67087ccab43195bae0abf7e5d.zip
[releng] Update the documentation for the configuration setup.
Diffstat (limited to 'releng/org.eclipse.emf.releng')
-rw-r--r--releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup29
1 files changed, 28 insertions, 1 deletions
diff --git a/releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup b/releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup
index 3507dbfc7..350db7c76 100644
--- a/releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup
+++ b/releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup
@@ -5,6 +5,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
label="EMF Development Environment">
+ <annotation
+ source="http://www.eclipse.org/oomph/setup/BrandingInfo">
+ <detail
+ key="imageURI">
+ <value>https://www.eclipse.org/modeling/emf/images/emf_logo.png</value>
+ </detail>
+ <detail
+ key="siteURI">
+ <value>https://www.eclipse.org/modeling/emf/</value>
+ </detail>
+ </annotation>
<installation
name="emf.development.environment.installation"
label="EMF Development Environment Installation">
@@ -31,5 +42,21 @@
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='xsd']/@streams[name='master']"/>
<description>The EMF/XSD development environment workspace includes the Core, RAP, GWT, Xcore, ODA, Releng, and XSD.</description>
</workspace>
- <description>THe EMF Development Environment configuration provides the full development environment for working on EMF.</description>
+ <description>
+ &lt;p>
+ The &lt;a href=&quot;https://www.eclipse.org/modeling/emf&quot;/>EMF&lt;/a> Development Environment configuration provisions a dedicated development environment
+ for the complete set of source projects used by &lt;a href=&quot;https://ci.eclipse.org/emf/&quot;>EMF's build server&lt;/a>
+ to produce &lt;a href=&quot;https://download.eclipse.org/eclipse/downloads/&quot;>EMF's update sites&lt;/a>.
+ &lt;/p>
+ &lt;p>
+ Like the build job and update sites,
+ this environment also includes the &lt;a href=&quot;https://www.eclipse.org/modeling/mdt/?project=xsd&quot; target=&quot;emf&quot;>XML Schema Definition&lt;/a> project, i.e., XSD.
+ As such, all the source projects from &lt;a href=&quot;http://git.eclipse.org/c/emf/org.eclipse.emf.git&quot; target=&quot;emf_git&quot;>EMF's Git Repository&lt;/a>
+ and the &lt;a href=&quot;http://git.eclipse.org/c/xsd/org.eclipse.xsd.git&quot; target=&quot;emf_git&quot;>XSD Git Repository&lt;/a>
+ are available, organized into working sets, and ready for contribution.
+ &lt;/p>
+ &lt;/p>
+ Please &lt;a href=&quot;https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning&quot;>read the analgous tutorial instructions&lt;/a> for the Eclispe Platform SDK's configuration for more details.
+ &lt;/p>
+ </description>
</setup:Configuration>

Back to the top