Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP SC plugins structure"

 
Line 1: Line 1:
->org.eclipse.stp.servicecreation                (feature plugin for STP.SC plugins)
+
*org.eclipse.stp.servicecreation                (feature plugin for STP.SC plugins)
->org.eclipse.stp.doc                            (doc plugin shared by STP project)  
+
*org.eclipse.stp.doc                            (doc plugin shared by STP project)  
->    org.eclipse.stp.sc.doc                    (doc plugin for stp.sc)  
+
*org.eclipse.stp.sc.doc                    (doc plugin for stp.sc)  
->org.eclipse.stp.common                        (common plugin shared by stp project)  
+
*org.eclipse.stp.common                        (common plugin shared by stp project)  
->    org.eclipse.stp.sc.common                  (common plugin shared by stp.sc project)  
+
*org.eclipse.stp.sc.common                  (common plugin shared by stp.sc project)  
->          org.eclipse.stp.sc.jax-ws          (plugin for creating jax-ws component)  
+
*org.eclipse.stp.sc.jax-ws          (plugin for creating jax-ws component)  
->                  org.eclipse.stp.sc.cxf
+
*org.eclipse.stp.sc.cxf             (apache cxf jax-ws java component dev plugin)
->          org.eclipse.stp.sc.sca              (plugin for creating SCA component)  
+
*org.eclipse.stp.sc.sca              (plugin for creating SCA component)  
->                  org.eclipse.stp.sc.sca.java          (plugin for creating SCA-JAVA component)
+
*org.eclipse.stp.sc.sca.java          (plugin for creating SCA-JAVA component)
->                          org.eclipse.stp.sc.sca.java.tuscany  (tuscany SCA-JAVA component)  
+
*org.eclipse.stp.sc.sca.java.tuscany  (apache tuscany SCA-JAVA component dev plugin)  
  
org.apache.cxf            (package jax-ws API, CXF API and CXF tools lib used in STP.SC)
+
*org.apache.cxf            (package jax-ws API, CXF API and CXF tools lib used in STP.SC)
org.apache.tuscany        (package sca api, tuscany api and tools used in STP.SC)
+
*org.apache.tuscany        (package sca api, tuscany api and tools used in STP.SC)

Revision as of 23:16, 7 January 2007

  • org.eclipse.stp.servicecreation (feature plugin for STP.SC plugins)
  • org.eclipse.stp.doc (doc plugin shared by STP project)
  • org.eclipse.stp.sc.doc (doc plugin for stp.sc)
  • org.eclipse.stp.common (common plugin shared by stp project)
  • org.eclipse.stp.sc.common (common plugin shared by stp.sc project)
  • org.eclipse.stp.sc.jax-ws (plugin for creating jax-ws component)
  • org.eclipse.stp.sc.cxf (apache cxf jax-ws java component dev plugin)
  • org.eclipse.stp.sc.sca (plugin for creating SCA component)
  • org.eclipse.stp.sc.sca.java (plugin for creating SCA-JAVA component)
  • org.eclipse.stp.sc.sca.java.tuscany (apache tuscany SCA-JAVA component dev plugin)
  • org.apache.cxf (package jax-ws API, CXF API and CXF tools lib used in STP.SC)
  • org.apache.tuscany (package sca api, tuscany api and tools used in STP.SC)

Back to the top