|  | <?php | 
|  | /* used for sidebar entry */ | 
|  | $NLpacks = array(); | 
|  | $oldrels = array(); | 
|  |  | 
|  | function doLanguagePacks() { } | 
|  |  | 
|  | function showNotes() | 
|  | { | 
|  | ?> | 
|  | <div class="homeitem3col"> | 
|  | <h3>Questions?</h3> | 
|  | <p>If you have problems downloading the drops, contact the <a href="mailto:webmaster@eclipse.org">webmaster</a>.</p> | 
|  | <p>These are the minimum required downloads for using Query:</p> | 
|  | <ul> | 
|  | <li>To use Query, you require both the Query & <a href="/modeling/emf/downloads/?project=emf">EMF</a> Runtimes.</li> | 
|  | <li>To use Query with OCL, you will also require the <a href="/modeling/mdt/downloads/?project=ocl">OCL</a> Runtime.</li> | 
|  | </ul> | 
|  | <p>All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p> | 
|  | </div> | 
|  | <?php | 
|  | } | 
|  | ?> |