google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Warning in java8/plugin.xml Element 'property' is not legal as a child of element 'action'.

Open elharo opened this issue 8 years ago • 1 comments

"Element 'property' is not legal as a child of element 'action'."

   <!-- allow downgrading from 3.1 to 2.5 for App Engine apps -->
   <extension
         point="org.eclipse.wst.common.project.facet.core.facets">
    <action
          facet="jst.web"
          id="aes8.to.aes7"
          type="version-change"
          version="[2.5-3.1]">
       <delegate
             class="org.eclipse.jst.j2ee.project.facet.J2EEFacetVersionChangeDelegate">
       </delegate>
       <property name="from.versions" value="3.0,3.1"/>
    </action>
   </extension>

elharo avatar Oct 12 '17 17:10 elharo

It's not our bug, but it is an undocumented element that I discovered hunting around the WTP source.

briandealwis avatar Oct 12 '17 18:10 briandealwis