rt/mojo/src/main/resources/META-INF/maven/archetype-metadata.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 07 Mar 2013 22:47:35 +0100
changeset 818 06bfac545809
parent 772 d382dacfd73f
permissions -rw-r--r--
Using more appealing name
     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="Get Java Bck2Brwsr!">
    22   <fileSets>
    23     <fileSet filtered="true" packaged="true">
    24       <directory>src/main/java</directory>
    25       <includes>
    26         <include>**/App.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         <include>**/*.html</include>
    34       </includes>
    35     </fileSet>
    36     <fileSet filtered="true" packaged="true">
    37       <directory>src/test/java</directory>
    38       <includes>
    39         <include>**/*Test.java</include>
    40       </includes>
    41     </fileSet>
    42     <fileSet filtered="false" packaged="false">
    43       <directory></directory>
    44       <includes>
    45         <include>nbactions.xml</include>
    46       </includes>
    47     </fileSet>
    48     <fileSet filtered="true" packaged="false">
    49       <directory></directory>
    50       <includes>
    51         <include>bck2brwsr-assembly.xml</include>
    52       </includes>
    53     </fileSet>
    54   </fileSets>    
    55 </archetype-descriptor>