From 40434e7cd03f07948be7d243a49df3857c0cbee6 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 11 Jun 2007 11:03:06 +0000 Subject: [PATCH] [doc] Bring SD Docs to Eclipse Standard --- .../about.html | 28 ++++ .../build.properties | 25 +++ .../buildDoc.xml | 157 ++++++++++++++++++ .../customBuildCallbacks.xml | 157 ++++++++++++++++++ .../notices.html | 22 +++ .../options.txt | 41 +++++ .../plugin.properties | 4 +- .../provisional_api.html | 32 ++++ .../reference/extension-points/index.html | 19 +++ .../org.eclipse.tm.discovery.doc.isv/toc.xml | 8 + 10 files changed, 491 insertions(+), 2 deletions(-) create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/about.html create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/build.properties create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/buildDoc.xml create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/customBuildCallbacks.xml create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/notices.html create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/options.txt create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/provisional_api.html create mode 100644 discovery/org.eclipse.tm.discovery.doc.isv/reference/extension-points/index.html diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/about.html b/discovery/org.eclipse.tm.discovery.doc.isv/about.html new file mode 100644 index 00000000000..d4cc693f9f0 --- /dev/null +++ b/discovery/org.eclipse.tm.discovery.doc.isv/about.html @@ -0,0 +1,28 @@ + + +
+ +June 5, 2007
+The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.
+ +If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.
+ + + \ No newline at end of file diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/build.properties b/discovery/org.eclipse.tm.discovery.doc.isv/build.properties new file mode 100644 index 00000000000..5add757f8c5 --- /dev/null +++ b/discovery/org.eclipse.tm.discovery.doc.isv/build.properties @@ -0,0 +1,25 @@ +############################################################################### +# Copyright (c) 2000, 2006 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 +# Martin Oberhuber (Wind River) - Declare API provisional +############################################################################### +bin.includes = META-INF/,\ + about.html,\ + book.css,\ + notices.html,\ + plugin.properties,\ + plugin.xml,\ + schema.css,\ + toc.xml,\ + guide/,\ + icons/,\ + index/,\ + reference/,\ + provisional_api.html +customBuildCallbacks = customBuildCallbacks.xml diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/buildDoc.xml b/discovery/org.eclipse.tm.discovery.doc.isv/buildDoc.xml new file mode 100644 index 00000000000..f3eb9749456 --- /dev/null +++ b/discovery/org.eclipse.tm.discovery.doc.isv/buildDoc.xml @@ -0,0 +1,157 @@ + ++The material in this guide is Copyright (c) 2007 Symbian Software Ltd. and others. +
++Terms and conditions regarding the use of this guide. +
+ + \ No newline at end of file diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/options.txt b/discovery/org.eclipse.tm.discovery.doc.isv/options.txt new file mode 100644 index 00000000000..1b3465b64de --- /dev/null +++ b/discovery/org.eclipse.tm.discovery.doc.isv/options.txt @@ -0,0 +1,41 @@ +-quiet +-encoding "iso-8859-1" +-charset "iso-8859-1" +-source 1.4 +-sourcepath "../org.eclipse.tm.discovery.engine/src +;../org.eclipse.tm.discovery.model/src +;../org.eclipse.tm.discovery.model.edit/src +;../org.eclipse.tm.discovery.protocol.dnssd/src +;../org.eclipse.tm.discovery.transport.udp/src +;../org.eclipse.tm.discovery.view/src +;../org.eclipse.tm.discovery.wizard/src +;../org.eclipse.rse.discovery/src" +-d reference/api +-bootclasspath @rt@ +-classpath @cp@ +;../org.eclipse.rse.core/@dot +;../org.eclipse.rse.core/bin +;../org.eclipse.rse.ui/@dot +;../org.eclipse.rse.ui/bin +-breakiterator +-tag generated:X +-tag lastgen:X +-tag model:X +-tag ordered:X +-use +-splitIndex +-windowtitle "TM Service Discovery API Specification" +-doctitle "TM Service Discovery API Specification" +-header "TM Service DiscoveryAlthough Service Discovery API has been reviewed, we want to give the +Open Source Communitiy a chance to provide public +feedback and help further improving the APIs. Therefore,
+ +As of Service Discovery 2.0, all API is considered provisional.
+ +This means, that we reserve the right to change any API after +Service Discovery 2.0 in a not backward compatible way. All such API changes +will be voted on by committers on the +dsdp-tm-dev developer mailing list, and documented in a migration guide +for future releases. We expect that with Community Feedback, we'll reach a +stable, hardened API for Service Discovery 3.0. Please give your feedback on +Eclipse Bugzilla +under category DSDP, Product Target Management.
+The following extension points can be used to extend the capabilities of the + Service Discovery infrastructure:
+