Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2014-03-03 10:02:32 +0000
committerLaurent Goubet2014-03-03 10:02:32 +0000
commitad246f322982603634c60c47440fffd98fbf4377 (patch)
tree9c8fae2ebd94cf857cadd1744256d9fe29aa9895 /README.textile
parent5f099ee7f258127b9f58bdca00d8d239f7cdfffa (diff)
downloadorg.eclipse.emf.compare-ad246f322982603634c60c47440fffd98fbf4377.tar.gz
org.eclipse.emf.compare-ad246f322982603634c60c47440fffd98fbf4377.tar.xz
org.eclipse.emf.compare-ad246f322982603634c60c47440fffd98fbf4377.zip
fixing table syntax
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile26
1 files changed, 8 insertions, 18 deletions
diff --git a/README.textile b/README.textile
index f2b2c662a..4572bce71 100644
--- a/README.textile
+++ b/README.textile
@@ -16,24 +16,14 @@ h3. Compatibility
Take note that parts of the EMF Compare optional supports can only be installed on later Eclipse versions. Namely :
-{| border="1" cellpadding="7" cellspacing="0"
-|-
-! Feature !! Eclipse 4.4 (Luna) !! Eclipse 4.3 (Kepler) !! Eclipse 4.2 (Juno) !! Eclipse 3.7 (Indigo) !! Eclipse 3.6 (Helios) !! Eclipse 3.5 (Galileo)
-|-
-| EMF Compare Core || X || X || X || X || X || X
-|-
-| EMF Compare RCP UI || X || X || X || X || X || X
-|-
-| EMF Compare IDE UI || X || X || X || X || X || X
-|-
-| EMF Compare UML integration || X || X || X || || ||
-|-
-| EMF Compare GMF integration || X || X || X || || ||
-|-
-| EMF Compare EcoreTools integration || X || X || X || || ||
-|-
-| EMF Compare Papyrus integration || X || X || X || || ||
-|}
+|_. Feature |_. Eclipse 4.4 (Luna) |_. Eclipse 4.3 (Kepler) |_. Eclipse 4.2 (Juno) |_. Eclipse 3.7 (Indigo) |_. Eclipse 3.6 (Helios) |_. Eclipse 3.5 (Galileo) |
+| EMF Compare Core | X | X | X | X | X | X |
+| EMF Compare RCP UI | X | X | X | X | X | X |
+| EMF Compare IDE UI | X | X | X | X | X | X |
+| EMF Compare UML integration | X | X | X | | | |
+| EMF Compare GMF integration | X | X | X | | | |
+| EMF Compare EcoreTools integration | X | X | X | | | |
+| EMF Compare Papyrus integration | X | X | X | | | |
h2. Reporting Bugs

Back to the top