Skip to content

Commit c6b36db

Browse files
committed
Convert the Xcore tutorial from the wiki to a help document
1 parent b8baafd commit c6b36db

File tree

59 files changed

+620
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+620
-60
lines changed

doc/org.eclipse.emf.doc-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.emf.doc"
44
label="%featureName"
5-
version="2.34.0.qualifier"
5+
version="2.35.0.qualifier"
66
provider-name="%providerName"
77
license-feature="org.eclipse.emf.license"
88
license-feature-version="2.11.0">

doc/org.eclipse.emf.doc-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.eclipse.emf.features</groupId>
1414
<artifactId>org.eclipse.emf.doc</artifactId>
15-
<version>2.34.0-SNAPSHOT</version>
15+
<version>2.35.0-SNAPSHOT</version>
1616
<packaging>eclipse-feature</packaging>
1717

1818
</project>

doc/org.eclipse.emf.doc/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.emf.doc; singleton:=true
5-
Bundle-Version: 2.31.0.qualifier
5+
Bundle-Version: 2.32.0.qualifier
66
Bundle-Vendor: %providerName
77
Bundle-Localization: plugin
88
Require-Bundle: org.eclipse.help;bundle-version="[3.5.0,4.0.0)"

doc/org.eclipse.emf.doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.eclipse.emf</groupId>
1414
<artifactId>org.eclipse.emf.doc</artifactId>
15-
<version>2.31.0-SNAPSHOT</version>
15+
<version>2.32.0-SNAPSHOT</version>
1616
<packaging>eclipse-plugin</packaging>
1717

1818
</project>

doc/org.eclipse.emf.doc/toc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<topic label="JET Tutorial Part 1 (Introduction to JET)" href="tutorials/jet1/jet_tutorial1.html" />
1616
<topic label="JET Tutorial Part 2 (Write Code that Writes Code)" href="tutorials/jet2/jet_tutorial2.html" />
1717
<topic label="Specifying Package Information in Rose" href="tutorials/rosepkg/rosepkg.html" />
18+
<topic label="Xcore Overview" href="tutorials/xcore/xcore.html" />
1819
</topic>
1920
<topic label="Online Docs">
2021
<topic label="FAQ" href="http://wiki.eclipse.org/EMF/FAQ" />
19.4 KB
23.7 KB
31.7 KB
10.8 KB
16.7 KB

0 commit comments

Comments
 (0)