Bug 158351 - package org.eclipse.jst.server.generic.core.internal should not have x-internal directive
Summary: package org.eclipse.jst.server.generic.core.internal should not have x-inter...
Status: NEW
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: jst.server (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Gorkem Ercan CLA
QA Contact: Tim deBoer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 13:21 EDT by patrick CLA
Modified: 2006-11-07 16:43 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description patrick CLA 2006-09-22 13:21:28 EDT
Package org.eclipse.jst.server.generic.core.internal  should not be restricted to internal. Use of the extension point org.eclipse.jst.server.generic.core.genericpublisher requires that a user provides a class that extends org.eclipse.jst.server.generic.core.internal.GenericPublisher , which is not possible if the package is restricted to internal.
Comment 1 Gorkem Ercan CLA 2006-11-07 16:43:52 EST
org.eclipse.jst.server.generic.core.internal.GenericPublisher should no longer be in an internal package and be declared as API. Of course there will be an API break due to package name change I will check our procedures on that and proceed with this change in 2.0 frame.