25 lines
887 B
XML
25 lines
887 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<!--
|
|
/*******************************************************************************
|
|
* Copyright (c) 2016 Spring IDE Developers
|
|
* All rights reserved. This program and the accompanying materials
|
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
* which accompanies this distribution, and is available at
|
|
* https://www.eclipse.org/legal/epl-v10.html
|
|
*
|
|
* Contributors:
|
|
* Spring IDE Developers - initial API and implementation
|
|
*******************************************************************************/
|
|
-->
|
|
<plugin>
|
|
|
|
<extension
|
|
name="Spring Import Statics Startup"
|
|
point="org.eclipse.ui.startup">
|
|
<startup
|
|
class="org.springframework.ide.eclipse.imports.internal.statics.ImportsStaticsInitializer">
|
|
</startup>
|
|
</extension>
|
|
</plugin>
|