Skip to content

Commit

Permalink
umc ide: Add the port for 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
timotei committed Mar 21, 2015
1 parent 64a9558 commit f238b11
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,6 +39,7 @@ public class AddonManagerPreferencePage extends AbstractPreferencePage
public final static Map< String, String > ADDON_SERVER_PORTS = new HashMap< String, String >( );

static {
ADDON_SERVER_PORTS.put( "15007", "1.12.x" ); //$NON-NLS-1$ //$NON-NLS-2$
ADDON_SERVER_PORTS.put( "15006", "1.11.x" ); //$NON-NLS-1$ //$NON-NLS-2$
ADDON_SERVER_PORTS.put( "15002", "1.10.x" ); //$NON-NLS-1$ //$NON-NLS-2$
ADDON_SERVER_PORTS.put( "15002", "1.9.x" ); //$NON-NLS-1$ //$NON-NLS-2$
Expand Down Expand Up @@ -88,7 +89,6 @@ protected void createFieldEditors( )
portsRegex.deleteCharAt( portsRegex.length( ) - 1 );
portsRegex.append( ")*" ); //$NON-NLS-1$

// System.out.println(portsRegex.toString());
addField(
new RegexStringFieldEditor( Preferences.ADDON_MANAGER_PORT,
Messages.AddonManagerPreferencePage_22,
Expand Down

0 comments on commit f238b11

Please sign in to comment.