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
4
4
Bundle-SymbolicName : org.eclipse.swt.tools.spies;singleton:=true
5
5
Bundle-Version : 3.109.700.qualifier
6
6
Bundle-ManifestVersion : 2
7
- Export-Package : org.eclipse.swt.tools.internal,
7
+ Export-Package : org.eclipse.swt.internal. tools.views;x- internal:=true ,
8
8
org.eclipse.swt.tools.views
9
9
Bundle-ActivationPolicy : lazy
10
10
Bundle-Localization : plugin
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2007, 2020 IBM Corporation and others.
2
+ * Copyright (c) 2007, 2025 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
11
11
* Contributors:
12
12
* IBM Corporation - initial API and implementation
13
13
*******************************************************************************/
14
- package org .eclipse .swt .tools .internal ;
14
+ package org .eclipse .swt .internal . tools .views ;
15
15
16
16
import java .io .*;
17
17
import java .util .*;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2004, 2019 IBM Corporation and others.
2
+ * Copyright (c) 2004, 2025 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
15
15
package org .eclipse .swt .tools .views ;
16
16
17
17
import org .eclipse .e4 .ui .di .*;
18
- import org .eclipse .swt .tools .internal .*;
18
+ import org .eclipse .swt .internal . tools .views .*;
19
19
import org .eclipse .swt .widgets .*;
20
20
21
21
import jakarta .annotation .*;
You can’t perform that action at this time.
0 commit comments