| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <!-- | |
| Copyright (c) 2010 Technical University of Denmark. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.html | |
| Contributors: | |
| Patrick Koenemann, DTU Informatics - initial API and implementation | |
| $Id: plugin.xml,v 1.1 2010/09/10 15:37:42 cbrun Exp $ | |
| --> | |
| <plugin> | |
| <extension | |
| point="org.eclipse.help.toc"> | |
| <toc | |
| file="toc.xml" | |
| primary="true"> | |
| </toc> | |
| </extension> | |
| </plugin> |