diff options
author | Chris Goldthorpe | 2010-07-08 20:08:11 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2010-07-08 20:08:11 +0000 |
commit | 4c3a96bda7d222a9ede855f5a1e0d0bac0045309 (patch) | |
tree | e42f42707c91583daf10ac6538e8dcb95f378b0b /org.eclipse.ua.tests/data/help | |
parent | 48279e9607f2894b5e6bdb4184086d248c1283dd (diff) | |
download | eclipse.platform.ua-4c3a96bda7d222a9ede855f5a1e0d0bac0045309.tar.gz eclipse.platform.ua-4c3a96bda7d222a9ede855f5a1e0d0bac0045309.tar.xz eclipse.platform.ua-4c3a96bda7d222a9ede855f5a1e0d0bac0045309.zip |
Use TOC_DATA in product customization test
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r-- | org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml b/org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml new file mode 100644 index 000000000..1595babe5 --- /dev/null +++ b/org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?>
<!-- + Copyright (c) 2010 IBM Corporation and others. + 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: + IBM Corporation - initial API and implementation + --> + +<extensions> + <tocOrder> + <toc id="/org.eclipse.platform.doc.isv/toc.xml"/> + <toc id="/org.eclipse.jdt.doc.isv/toc.xml"/> + </tocOrder>
<hidden>
<toc id="/org.eclipse.platform.doc.user/toc.xml"/>
<toc id="/org.eclipse.jdt.doc.user/toc.xml"/>
<toc id="/org.eclipse.pde.doc.user/toc.xml"/>
</hidden> +</extensions>
\ No newline at end of file |