blob: e00f65e6cde2305802f52046ea36f4f3aaa57d10 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2007 Mylyn project committers and others.
* 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
*******************************************************************************/
package org.eclipse.mylyn.internal.bugzilla.ide;
/**
* @author Steffen Pingel
*/
public class IRepositoryConstants {
public static final String BRANDING = "branding";
public static final String COMPONENT = "component";
public static final String PRODUCT = "product";
public static final String PRODUCT_CATEGORY = "productCategory";
public static final String PRODUCT_DESCRIPTION = "productDescription";
public static final String PRODUCT_NAME = "productName";
public static final String PRODUCT_TITLE = "productTitle";
public static final String REPOSITORY_KIND = "repositoryKind";
public static final String REPOSITORY_URL = "repositoryUrl";
}