mojo/src/main/resources/META-INF/maven/archetype-metadata.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 09 Jan 2013 20:55:26 +0100
changeset 421 0236ad6ab4d2
child 528 08cd5a0c967e
permissions -rw-r--r--
bck2brwsr archetype
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3 
     4     Back 2 Browser Bytecode Translator
     5     Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     6 
     7     This program is free software: you can redistribute it and/or modify
     8     it under the terms of the GNU General Public License as published by
     9     the Free Software Foundation, version 2 of the License.
    10 
    11     This program is distributed in the hope that it will be useful,
    12     but WITHOUT ANY WARRANTY; without even the implied warranty of
    13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14     GNU General Public License for more details.
    15 
    16     You should have received a copy of the GNU General Public License
    17     along with this program. Look for COPYING file in the top folder.
    18     If not, see http://opensource.org/licenses/GPL-2.0.
    19 
    20 -->
    21 <archetype-descriptor name="bck2brwsr">
    22   <fileSets>
    23     <fileSet filtered="true" packaged="true">
    24       <directory>src/main/java</directory>
    25       <includes>
    26         <include>**/*.java</include>
    27       </includes>
    28     </fileSet>
    29     <fileSet filtered="true" packaged="true">
    30       <directory>src/main/resources</directory>
    31       <includes>
    32         <include>**/*.xhtml</include>
    33       </includes>
    34     </fileSet>
    35     <fileSet filtered="false" packaged="false">
    36       <directory></directory>
    37       <includes>
    38         <include>nbactions.xml</include>
    39       </includes>
    40     </fileSet>
    41   </fileSets>    
    42 </archetype-descriptor>