From 0729f986cc4d8f4284d44f611e445b974153b466 Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 5 Nov 2003 16:18:24 +0000 Subject: [PATCH] org.aspectj.ajde.doc plugin built as part of aspectj build - at last the doc in AJDT will always be up to date with the latest in the org.aspectj CVS. --- .../org.aspectj.ajde.doc/about.html | 30 ++++++ .../org.aspectj.ajde.doc/plugin.properties | 13 +++ .../org.aspectj.ajde.doc/plugin.xml | 22 ++++ eclipse.plugin/org.aspectj.ajde.doc/toc.xml | 21 ++++ .../org.aspectj.ajde.doc/toc_ajprogguide.xml | 100 ++++++++++++++++++ .../org.aspectj.ajde.doc/toc_ajquickref.xml | 12 +++ .../org.aspectj.ajde.doc/toc_ajsemantics.xml | 42 ++++++++ 7 files changed, 240 insertions(+) create mode 100644 eclipse.plugin/org.aspectj.ajde.doc/about.html create mode 100644 eclipse.plugin/org.aspectj.ajde.doc/plugin.properties create mode 100644 eclipse.plugin/org.aspectj.ajde.doc/plugin.xml create mode 100644 eclipse.plugin/org.aspectj.ajde.doc/toc.xml create mode 100644 eclipse.plugin/org.aspectj.ajde.doc/toc_ajprogguide.xml create mode 100644 eclipse.plugin/org.aspectj.ajde.doc/toc_ajquickref.xml create mode 100644 eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml diff --git a/eclipse.plugin/org.aspectj.ajde.doc/about.html b/eclipse.plugin/org.aspectj.ajde.doc/about.html new file mode 100644 index 000000000..8e5456fdc --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/about.html @@ -0,0 +1,30 @@ + + + +About + + + +

About This Content

+ +

5th November, 2003

+

License

+

Eclipse.org 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 +Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at http://www.eclipse.org/legal/cpl-v10.html. +For purposes of the CPL, "Program" will mean the Content.

+ +

Contributions

+ +

If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise +made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such +Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.

+ +

If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or +other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the +host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available +to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also +providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of +the CPL.

+ + + \ No newline at end of file diff --git a/eclipse.plugin/org.aspectj.ajde.doc/plugin.properties b/eclipse.plugin/org.aspectj.ajde.doc/plugin.properties new file mode 100644 index 000000000..4fef9bb29 --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/plugin.properties @@ -0,0 +1,13 @@ +############################################################################### +# Copyright (c) 2003 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# Adrian Colyer, George Harley - initial implementation +############################################################################### + +pluginName=AspectJ Documentation +providerName=Eclipse.org \ No newline at end of file diff --git a/eclipse.plugin/org.aspectj.ajde.doc/plugin.xml b/eclipse.plugin/org.aspectj.ajde.doc/plugin.xml new file mode 100644 index 000000000..d75896184 --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/plugin.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/eclipse.plugin/org.aspectj.ajde.doc/toc.xml b/eclipse.plugin/org.aspectj.ajde.doc/toc.xml new file mode 100644 index 000000000..bd032fac9 --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/toc.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/eclipse.plugin/org.aspectj.ajde.doc/toc_ajprogguide.xml b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajprogguide.xml new file mode 100644 index 000000000..e65cb498c --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajprogguide.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/eclipse.plugin/org.aspectj.ajde.doc/toc_ajquickref.xml b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajquickref.xml new file mode 100644 index 000000000..d46c894c2 --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajquickref.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml new file mode 100644 index 000000000..c5edb8d15 --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5