blob: 738da1ac4cc509b806056c641778ed9d9ead8997 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 25.07.2011 Aaron Digulla.
* 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:
* Aaron Digulla - initial API and implementation and/or initial documentation
*******************************************************************************/
package m4e
class AttachSourcesCmd extends AbstractCommand {
final static String DESCRIPTION = '''directories...\n- Source for source JARs and move them in the right place for Maven 2'''
int count
void doRun( String... args ) {
log.warn( 'This command is obsolete' )
}
}