Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] WTP Validaiton plugin rework


Extended Team,
Some work has been done to remove EMF and Java dependencies from the base Validation plugins as well as remove some unnecessary validation plugins.  The changes will be released to HEAD tonight then picked up for the build tomorrow.  Anyone w/ direct dependencies on org.eclipse.wst.validation.mof and/or org.eclipse.wst.validation.core should see the below changes in order to correctly compile.

org.eclipse.wst.validation.core was deleted
                Package org.eclipse.wst.validation.internal.core moved to the org.eclipse.wst.validation plugin
                and renamed to org.eclipse.wst.validation.core
       

org.eclipse.wst.validation.mof deleted
                Classes in package org.eclipse.wst.validation.internal.mof moved to org.eclispe.jst.j2ee.internal.validation in the org.eclipse.jst.j2ee plugin.
        Individual Classes Moved (need to organize imports):
                DependencyUtil moved from org.eclipse.wst.validation.internal.operations to org.eclipse.jst.j2ee.internal.validation
                ResourceUtil moved from org.eclipse.wst.validation.internal.mof to org.eclipse.jst.j2ee.internal.validation
                AWorkbenchMOFHelper moved from org.eclipse.wst.validation.internal.mof to org.eclipse.jst.j2ee.internal.validation

Please contact myself or John Lanuti w/ any questions or concerns.

Regards,
Derek



Derek F. Holt
Software Engineer
IBM Rational J2EE Tooling
IBM Corporation, RTP NC

(919) 486-3033
dfholt@xxxxxxxxxx


Back to the top