/******************************************************************************* * Copyright (c) 2007 - 2007 IT Solutions, Inc. * 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 * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Robert Munteanu *******************************************************************************/ package com.itsolut.mantis.core; /** * @author Robert Munteanu * */ public class SourceForgeConstants { public static final String OLD_SF_NET_URL = "https://apps.sourceforge.net/mantisbt/"; public static final String NEW_SF_NET_URL = "https://sourceforge.net/apps/mantisbt/"; public static final String SIGNUP_URL = "https://sourceforge.net/account/registration/"; }