johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

Enhance: Move VersionInfo and SfdcApiType #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
These classes are used both at build- and runtime but are located in packages 
with classes used exclusively at build-time.
Moving them to more appropriate packages along with other classes that are used 
at both build- and runtime will ease creating runtime distributions.

com.sforce.ws.tools.VersionInfo could be moved to com.sforce.ws or 
com.sforce.ws.util

com.sforce.ws.wsdl.SfdcApiType could be moved to com.sforce.ws or 
com.sforce.ws.bind

Please comment.

Original issue reported on code.google.com by jesperudby on 10 Feb 2013 at 12:52

GoogleCodeExporter commented 8 years ago
Please SHOUT if your code relies on anyone of these. They *will* be moved but 
if any code is relying on them, I will keep current versions as "deprecated" 
until next release...

Br

Jesper Udby

Original comment by jesperudby on 10 Feb 2013 at 9:42

GoogleCodeExporter commented 8 years ago
Development moved to: https://github.com/forcedotcom/wsc

Original comment by jesperudby on 20 Feb 2013 at 4:42