/* * $Id: Constants.java,v 1.1 2004/10/20 17:28:12 thomas Exp $ * Created on 15.10.2004 * * Copyright (C) 2004 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package se.idega.idegaweb.commune.business; /** * * Last modified: $Date: 2004/10/20 17:28:12 $ by $Author: thomas $ * * @author <a href="mailto:aron@idega.com">aron</a> * @version $Revision: 1.1 $ */ public class Constants { public final static String IW_BUNDLE_IDENTIFIER = "se.idega.idegaweb.commune"; }