summaryrefslogtreecommitdiff
path: root/core/source/org/openoffice/ide/eclipse/core/launch/office/LaunchConfigurationTabs.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/source/org/openoffice/ide/eclipse/core/launch/office/LaunchConfigurationTabs.java')
-rw-r--r--core/source/org/openoffice/ide/eclipse/core/launch/office/LaunchConfigurationTabs.java23
1 files changed, 6 insertions, 17 deletions
diff --git a/core/source/org/openoffice/ide/eclipse/core/launch/office/LaunchConfigurationTabs.java b/core/source/org/openoffice/ide/eclipse/core/launch/office/LaunchConfigurationTabs.java
index 93fb7a1..a241495 100644
--- a/core/source/org/openoffice/ide/eclipse/core/launch/office/LaunchConfigurationTabs.java
+++ b/core/source/org/openoffice/ide/eclipse/core/launch/office/LaunchConfigurationTabs.java
@@ -1,21 +1,11 @@
/*************************************************************************
*
- * $RCSfile: $
- *
- * $Revision: $
- *
- * last change: $Author: $ $Date: $
- *
* The Contents of this file are made available subject to the terms of
* the GNU Lesser General Public License Version 2.1
*
- * Sun Microsystems Inc., October, 2000
- *
- *
* GNU Lesser General Public License Version 2.1
* =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * Copyright 2010 by Dan Corneanu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -31,15 +21,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc..
+ * The Initial Developer of the Original Code is: Dan Corneanu.
*
- * Copyright: 2002 by Sun Microsystems, Inc.
+ * Copyright: 2010 by Dan Corneanu
*
* All Rights Reserved.
- *
- * Contributor(s): Cedric Bosdonnat, Dan Corneanu
- *
- *
+ *
************************************************************************/
package org.openoffice.ide.eclipse.core.launch.office;
@@ -66,11 +53,13 @@ public class LaunchConfigurationTabs extends AbstractLaunchConfigurationTabGroup
if (ILaunchManager.DEBUG_MODE.equals(pMode)) {
tabs = new ILaunchConfigurationTab[] {
new OfficeTab(),
+ new PackageConfigTab(),
new SourceLookupTab(),
new CommonTab() };
} else {
tabs = new ILaunchConfigurationTab[] {
new OfficeTab(),
+ new PackageConfigTab(),
new CommonTab() };
}