]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.db.tests/src/org/simantics/db/tests/common/Configuration.java
Added missing org.simantics.db.{tests,testing} plug-ins.
[simantics/platform.git] / tests / org.simantics.db.tests / src / org / simantics / db / tests / common / Configuration.java
1 package org.simantics.db.tests.common;
2
3 /*******************************************************************************
4  * Copyright (c) 2007, 2010 Association for Decentralized Information Management
5  * in Industry THTH ry.
6  * All rights reserved. This program and the accompanying materials
7  * are made available under the terms of the Eclipse Public License v1.0
8  * which accompanies this distribution, and is available at
9  * http://www.eclipse.org/legal/epl-v10.html
10  *
11  * Contributors:
12  *     VTT Technical Research Centre of Finland - initial API and implementation
13  *******************************************************************************/
14
15 public class Configuration extends org.simantics.db.testing.impl.Configuration {
16 }