View | Details | Raw Unified | Return to bug 96387
Collapse All | Expand All

(-)schema/classpathContainerInitializer.exsd (+3 lines)
Lines 58-63 Link Here
58
                  the class that implements this container initializer.
58
                  the class that implements this container initializer.
59
         This class must implement a public subclass of <code>org.eclipse.jdt.core.ClasspathContainerInitializer</code> with a public 0-argument constructor.
59
         This class must implement a public subclass of <code>org.eclipse.jdt.core.ClasspathContainerInitializer</code> with a public 0-argument constructor.
60
               </documentation>
60
               </documentation>
61
               <appInfo>
62
                  <meta.attribute kind="java" basedOn="org.eclipse.jdt.core.ClasspathContainerInitializer"/>
63
               </appInfo>
61
            </annotation>
64
            </annotation>
62
         </attribute>
65
         </attribute>
63
      </complexType>
66
      </complexType>
(-)schema/classpathVariableInitializer.exsd (+3 lines)
Lines 58-63 Link Here
58
                  the class that implements this variable initializer.
58
                  the class that implements this variable initializer.
59
         This class must implement a public subclass of &lt;code&gt;org.eclipse.jdt.core.ClasspathVariableInitializer&lt;/code&gt; with a public 0-argument constructor.
59
         This class must implement a public subclass of &lt;code&gt;org.eclipse.jdt.core.ClasspathVariableInitializer&lt;/code&gt; with a public 0-argument constructor.
60
               </documentation>
60
               </documentation>
61
               <appInfo>
62
                  <meta.attribute kind="java" basedOn="org.eclipse.jdt.core.ClasspathVariableInitializer"/>
63
               </appInfo>
61
            </annotation>
64
            </annotation>
62
         </attribute>
65
         </attribute>
63
      </complexType>
66
      </complexType>

Return to bug 96387