Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] SOAS Deployment Framework Initial Contribution

Hey all,

I've finally gotten Sybase's deployment framework contribution into STP.
It's currently attached to the following BZ entry,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=142359.

Included are a couple of sample plugins which implement various extensions
provided by the framework.  The samples implement a deployment driver for
the sample connection profile (part of DTP) which deploys *.jar files and
contains a package builder for Eclipse *.jardesc, which are also
deployable.  The logic is not very complex as the sample profile simply
represents a directory and the deployment logic simply copies the file to
that directory.

You will need the following plugins from the DTP:
   org.eclipse.datatools.connectivity
   org.eclipse.datatools.connectivity.sample.cp
   org.eclipse.datatools.connectivity.ui
   org.eclipse.datatools.connectivity.ui.dse

Please let me know if you have any questions, etc.

Best,
Rob



Back to the top