diff --git a/src/eu.aniketos.dasca.crosslanguage/src/main/java/eu/aniketos/dasca/crosslanguage/Main.java b/src/eu.aniketos.dasca.crosslanguage/src/main/java/eu/aniketos/dasca/crosslanguage/Main.java deleted file mode 100644 index f317aa0..0000000 --- a/src/eu.aniketos.dasca.crosslanguage/src/main/java/eu/aniketos/dasca/crosslanguage/Main.java +++ /dev/null @@ -1,19 +0,0 @@ -/* - * (C) Copyright 2010-2015 SAP SE. - * - * 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 - * - */ - -package eu.aniketos.dasca.crosslanguage; - -public class Main { - - public static void main(String[] args) { - - } - -}