Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eb28dc5f37320e1983314e0c7efdd79426766a3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*******************************************************************************
 * Copyright (c) 2011 Mia-Software.
 * 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:
 *    Nicolas Bros (Mia-Software)
 *******************************************************************************/

/** This package contains tests for the old discovery framework, kept for compatibility reasons */
package org.eclipse.modisco.jee.webapp.discoverer.tests.compatibility;

Back to the top