blob: 7f1e50b413d49c28acc2cedce922c1025fc032f0 [file] [log] [blame]
/*
* Copyright (c) 2013, 2015 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);
}
}
}