Skip to content

Commit

Permalink
FORGE-645
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 13, 2012
1 parent eeaa094 commit bb35ada
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 430 deletions.
@@ -1,24 +1,10 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2012, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/

package org.jboss.forge.scaffold.plugins;

import java.io.FileNotFoundException;
Expand All @@ -40,9 +26,9 @@

/**
* Lists all the scaffold providers registered on this forge installation
*
*
* @author <a href="mailto:gegastaldi@gmail.com">George Gastaldi</a>
*
*
*/
@Alias("list-scaffold-providers")
@Topic("UI Generation & Scaffolding")
Expand Down

0 comments on commit bb35ada

Please sign in to comment.