hvoormann | f274e66 | 2009-12-30 10:16:53 +0000 | [diff] [blame] | 1 | ############################################################################### |
fthienel | a532b57 | 2010-04-29 21:12:28 +0000 | [diff] [blame] | 2 | # Copyright (c) 2009, 2010 John Krasnay and others. |
hvoormann | f274e66 | 2009-12-30 10:16:53 +0000 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # John Krasnay - initial API and implementation |
fthienel | a532b57 | 2010-04-29 21:12:28 +0000 | [diff] [blame] | 10 | # Igor Jacy Lino Campista - bug 251954 - content types for DITA file extensions |
hvoormann | f274e66 | 2009-12-30 10:16:53 +0000 | [diff] [blame] | 11 | ############################################################################### |
| 12 | pluginName= Vex DITA |
| 13 | providerName= Eclipse.org |
dacarver | eb10690 | 2008-11-03 22:27:34 +0000 | [diff] [blame] | 14 | |
Igor Jacy Lino Campista | 7967b7d | 2011-04-15 18:42:13 +0200 | [diff] [blame^] | 15 | doctype.concept=DITA Concept |
| 16 | doctype.composite=DITA Composite |
| 17 | doctype.reference=DITA Reference |
| 18 | doctype.task=DITA Task |
| 19 | doctype.topic=DITA Topic |
| 20 | doctype.map=DITA Map |
dacarver | eb10690 | 2008-11-03 22:27:34 +0000 | [diff] [blame] | 21 | |
| 22 | style.classed=DITA Classed |
| 23 | style.mapStyle=DITA Map |
fthienel | a532b57 | 2010-04-29 21:12:28 +0000 | [diff] [blame] | 24 | |
Florian Thienel | 2831176 | 2010-08-15 22:10:53 +0200 | [diff] [blame] | 25 | contentType.name = DITA |
| 26 | contentType.map.name = DITA Map |
| 27 | contentType.ditaval.name = DITAVal |
| 28 | contentType.topic.name = DITA Topic |