Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Recoskie2008-01-22 18:46:42 +0000
committerChris Recoskie2008-01-22 18:46:42 +0000
commit6c58a960298f56e66a553c61b6bbac8ae4bcf829 (patch)
treeac4bccacf86edb36bc8526ef43b8f980a57879e0 /xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/org/eclipse/cdt/managedbuilder
parenta29fa7f20c2406310ab6df551bf0e2d492f051ae (diff)
downloadorg.eclipse.cdt-6c58a960298f56e66a553c61b6bbac8ae4bcf829.tar.gz
org.eclipse.cdt-6c58a960298f56e66a553c61b6bbac8ae4bcf829.tar.xz
org.eclipse.cdt-6c58a960298f56e66a553c61b6bbac8ae4bcf829.zip
fix copyrights
Diffstat (limited to 'xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/org/eclipse/cdt/managedbuilder')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/org/eclipse/cdt/managedbuilder/xlc/core/XLCCorePlugin.java28
1 files changed, 28 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/org/eclipse/cdt/managedbuilder/xlc/core/XLCCorePlugin.java b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/org/eclipse/cdt/managedbuilder/xlc/core/XLCCorePlugin.java
new file mode 100644
index 00000000000..bf329d4797e
--- /dev/null
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/org/eclipse/cdt/managedbuilder/xlc/core/XLCCorePlugin.java
@@ -0,0 +1,28 @@
+/*******************************************************************************
+ * Copyright (c) 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
+ *******************************************************************************/
+package org.eclipse.cdt.managedbuilder.xlc.core;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+
+/**
+ * @author crecoskie
+ *
+ */
+public class XLCCorePlugin extends AbstractUIPlugin {
+
+ /**
+ *
+ */
+ public XLCCorePlugin() {
+ // TODO Auto-generated constructor stub
+ }
+
+}

Back to the top