File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ui/org.eclipse.swt.tools.spies Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Bundle-Vendor: %providerName
44Bundle-SymbolicName : org.eclipse.swt.tools.spies;singleton:=true
55Bundle-Version : 3.109.700.qualifier
66Bundle-ManifestVersion : 2
7- Export-Package : org.eclipse.swt.tools.internal,
7+ Export-Package : org.eclipse.swt.internal. tools.views;x- internal:=true ,
88 org.eclipse.swt.tools.views
99Bundle-ActivationPolicy : lazy
1010Bundle-Localization : plugin
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2007, 2020 IBM Corporation and others.
2+ * Copyright (c) 2007, 2025 IBM Corporation and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
1111 * Contributors:
1212 * IBM Corporation - initial API and implementation
1313 *******************************************************************************/
14- package org .eclipse .swt .tools .internal ;
14+ package org .eclipse .swt .internal . tools .views ;
1515
1616import java .io .*;
1717import java .util .*;
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2004, 2019 IBM Corporation and others.
2+ * Copyright (c) 2004, 2025 IBM Corporation and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
1515package org .eclipse .swt .tools .views ;
1616
1717import org .eclipse .e4 .ui .di .*;
18- import org .eclipse .swt .tools .internal .*;
18+ import org .eclipse .swt .internal . tools .views .*;
1919import org .eclipse .swt .widgets .*;
2020
2121import jakarta .annotation .*;
You can’t perform that action at this time.
0 commit comments