blob: 2da5b95c1c1cfed1657c1cb185b7c03c957dc7a8 [file] [log] [blame]
/*
* Copyright (c) 2017 Eike Stepper (Berlin, Germany) 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
*
* Contributors:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.emf.cdo.releng;
/**
* @author Eike Stepper
*/
public class Main
{
public static void main(String[] args)
{
for (String arg : args)
{
System.out.println(arg);
}
}
}