aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-11-05 16:19:04 +0000
committeracolyer <acolyer>2003-11-05 16:19:04 +0000
commit1f16bf73144c62ec6b1252216a23aabc565d9d91 (patch)
tree0247938fa67059a3adf73fff43d82d64b4a52959
parent0729f986cc4d8f4284d44f611e445b974153b466 (diff)
downloadaspectj-1f16bf73144c62ec6b1252216a23aabc565d9d91.tar.gz
aspectj-1f16bf73144c62ec6b1252216a23aabc565d9d91.zip
org.aspectj.ajde.source plugin built as part of the aspectj build.
Contains the source jars for the aspectj build.
-rw-r--r--eclipse.plugin/org.aspectj.ajde.source/about.html30
-rw-r--r--eclipse.plugin/org.aspectj.ajde.source/plugin.properties13
-rw-r--r--eclipse.plugin/org.aspectj.ajde.source/plugin.xml7
3 files changed, 50 insertions, 0 deletions
diff --git a/eclipse.plugin/org.aspectj.ajde.source/about.html b/eclipse.plugin/org.aspectj.ajde.source/about.html
new file mode 100644
index 000000000..8e5456fdc
--- /dev/null
+++ b/eclipse.plugin/org.aspectj.ajde.source/about.html
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>5th November, 2003</p>
+<h3>License</h3>
+<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+Common Public License Version 1.0 (&quot;CPL&quot;). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
+For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
+
+<h3>Contributions</h3>
+
+<p>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.</p>
+
+<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
+other code and/or documentation (&quot;Modifications&quot;) 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.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/eclipse.plugin/org.aspectj.ajde.source/plugin.properties b/eclipse.plugin/org.aspectj.ajde.source/plugin.properties
new file mode 100644
index 000000000..66100842d
--- /dev/null
+++ b/eclipse.plugin/org.aspectj.ajde.source/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 Source
+providerName=Eclipse.org \ No newline at end of file
diff --git a/eclipse.plugin/org.aspectj.ajde.source/plugin.xml b/eclipse.plugin/org.aspectj.ajde.source/plugin.xml
new file mode 100644
index 000000000..45f44f5e3
--- /dev/null
+++ b/eclipse.plugin/org.aspectj.ajde.source/plugin.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin
+ id="org.aspectj.ajde.source"
+ name="%pluginName"
+ version="build.version.eclipse.plugins"
+ provider-name="%providerName">
+</plugin>