diff options
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r-- | org.eclipse.debug.examples.ui/build.properties | 14 | ||||
-rw-r--r-- | org.eclipse.debug.examples.ui/plugin.xml | 12 |
2 files changed, 18 insertions, 8 deletions
diff --git a/org.eclipse.debug.examples.ui/build.properties b/org.eclipse.debug.examples.ui/build.properties index 6fdd16ad3..bac56954d 100644 --- a/org.eclipse.debug.examples.ui/build.properties +++ b/org.eclipse.debug.examples.ui/build.properties @@ -1,11 +1,11 @@ ############################################################################### -# Copyright (c) 2005, 2007 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: +# Copyright (c) 2005, 2008 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 ############################################################################### source.. = src/ diff --git a/org.eclipse.debug.examples.ui/plugin.xml b/org.eclipse.debug.examples.ui/plugin.xml index a6e2bb08b..55d4a1bdf 100644 --- a/org.eclipse.debug.examples.ui/plugin.xml +++ b/org.eclipse.debug.examples.ui/plugin.xml @@ -1,5 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> +<?eclipse version="3.0"?>
<!-- + Copyright (c) 2005, 2008 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 + --> + <plugin> <!--#ifdef ex1 --> <!--#else --> |