1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[190231] Move AbstractCacheManager from org.eclipse.rse.ui/subsystems to org.eclipse.rse.core

This commit is contained in:
Martin Oberhuber 2007-05-31 15:47:14 +00:00
parent 9af20ac231
commit 0200895010
2 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved.
* Copyright (c) 2002, 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
@ -11,10 +11,10 @@
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
* Martin Oberhuber (Wind River) - [190231] Moved from org.eclipse.rse.ui/subsystems to core
*********************************************************************************/
package org.eclipse.rse.core.internal.subsystems;
package org.eclipse.rse.internal.core.subsystems;
import org.eclipse.rse.core.subsystems.ICacheManager;

View file

@ -19,8 +19,7 @@ Import-Package: com.ibm.icu.lang,
com.ibm.icu.text,
com.ibm.icu.util
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.core.internal.subsystems;x-internal:=true,
org.eclipse.rse.core.servicesubsystem,
Export-Package: org.eclipse.rse.core.servicesubsystem,
org.eclipse.rse.core.subsystems,
org.eclipse.rse.internal.ui;x-internal:=true,
org.eclipse.rse.internal.ui.actions;x-internal:=true,