diff options
author | Andy Clement <aclement@pivotal.io> | 2019-02-11 10:46:03 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-02-11 10:46:03 -0800 |
commit | de2f7c753232c9bb4c8e602ac841206a0b72260a (patch) | |
tree | 31ea677478d76b19039c009dcee244a2e6ccb7e9 /eclipse.plugin/org.aspectj.aspectjrt | |
parent | 704a0ac3321dd3bd3f56e52216de0643d0dab748 (diff) | |
download | aspectj-de2f7c753232c9bb4c8e602ac841206a0b72260a.tar.gz aspectj-de2f7c753232c9bb4c8e602ac841206a0b72260a.zip |
Fix version tagging for info strings
Diffstat (limited to 'eclipse.plugin/org.aspectj.aspectjrt')
-rw-r--r-- | eclipse.plugin/org.aspectj.aspectjrt/about.html | 28 | ||||
-rw-r--r-- | eclipse.plugin/org.aspectj.aspectjrt/plugin.properties | 13 | ||||
-rw-r--r-- | eclipse.plugin/org.aspectj.aspectjrt/plugin.xml | 16 |
3 files changed, 0 insertions, 57 deletions
diff --git a/eclipse.plugin/org.aspectj.aspectjrt/about.html b/eclipse.plugin/org.aspectj.aspectjrt/about.html deleted file mode 100644 index 8b033adcc..000000000 --- a/eclipse.plugin/org.aspectj.aspectjrt/about.html +++ /dev/null @@ -1,28 +0,0 @@ -<!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"> - -<h3>About This Content</h3> - - <p>May 2, 2006</p> - <h3>License</h3> - - <p>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 <a href="../../org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>. - For purposes of the EPL, "Program" will mean the Content.</p> - - <p>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 <a href="/">http://www.eclipse.org</a>.</p> - -</body> -</html>
\ No newline at end of file diff --git a/eclipse.plugin/org.aspectj.aspectjrt/plugin.properties b/eclipse.plugin/org.aspectj.aspectjrt/plugin.properties deleted file mode 100644 index 914f7b311..000000000 --- a/eclipse.plugin/org.aspectj.aspectjrt/plugin.properties +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# Copyright (c) 2003 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: -# Adrian Colyer, George Harley - initial implementation -############################################################################### - -pluginName=AspectJ Runtime Library -providerName=Eclipse.org
\ No newline at end of file diff --git a/eclipse.plugin/org.aspectj.aspectjrt/plugin.xml b/eclipse.plugin/org.aspectj.aspectjrt/plugin.xml deleted file mode 100644 index f83504372..000000000 --- a/eclipse.plugin/org.aspectj.aspectjrt/plugin.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<plugin - id="org.aspectj.aspectjrt" - name="%pluginName" - version="build.version.eclipse.plugins" - provider-name="%providerName"> - - <runtime> - - <library name="aspectjrt.jar"> - <packages prefixes="org.aspectj"/> - </library> - - </runtime> - -</plugin> |