Issue 19331 - Reorganize packaging of Java classes
Summary: Reorganize packaging of Java classes
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: tomaisoc
QA Contact: issues@framework
URL:
Keywords:
: 19332 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-09-09 15:11 UTC by tomaisoc
Modified: 2003-12-09 11:05 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tomaisoc 2003-09-09 15:11:17 UTC
The Java sources in the scripting CVS module need to be reorganised to
better reflect the structure of the API. Also some obsolete classes should
be removed.
Comment 1 tomaisoc 2003-09-09 15:15:11 UTC
Create new Java package structure as follows :

com.sun.star.script.framework.provider

Common provider classes

com.sun.star.script.framework.provider.java
com.sun.star.script.framework.provider.javascript
com.sun.star.script.framework.provider.beanshell

Language specific ScriptProvider implementations and related classes

com.sun.star.script.framework.browse

Implementations of XBrowseNode API and supporting classes

com.sun.star.script.framework.log

LogUtils class
Comment 2 tomaisoc 2003-09-09 16:03:33 UTC
*** Issue 19332 has been marked as a duplicate of this issue. ***
Comment 3 tomaisoc 2003-09-09 16:59:00 UTC
Setting to started and changing target milestone to OOo 2.0
Comment 4 tomaisoc 2003-09-10 11:56:54 UTC
I have implemented the changes to the directory structure in CVS and
to the package and import declarations in the classes. The main
Script Framework classes are now delivered in ScriptFramework.jar
and the language specific ScriptProvider implementations in
ScriptProviderForJava.jar etc.

The idesupport and netbeans module code have also been modified to
support the new structure.
Comment 5 joerg.skottke 2003-11-14 10:33:06 UTC
developer bug
verified
Comment 6 tomaisoc 2003-12-09 11:05:20 UTC
Closing fixed issue.