1 /***************************************************************************2 * Copyright 2001-2003 The eXo Platform SARL All rights reserved. *3 * Please look at license.txt in info directory for more license detail. *4 **************************************************************************/5 6 package org.exoplatform.services.jcr.impl;7 8 /**9 * Created by The eXo Platform SARL .10 *11 * @author <a HREF="mailto:geaz@users.sourceforge.net">Gennady Azarenkov</a>12 * @version $Id: Constants.java,v 1.4 2004/09/03 09:59:39 geaz Exp $13 */14 15 public class Constants {16 17 public static final String DEFAULT_WORKSPACE = "ws";18 19 }20