ko/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 26 Jun 2013 18:44:21 +0200
branchclassloader
changeset 1227 5a907f38608d
parent 1225 73c0973e8e0a
child 1273 37ad459579bc
permissions -rw-r--r--
Successfully compiles the new support for knockout
     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="FX/Bck2Brwsr Example">
    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         <include>**/*.html</include>
    34         <include>**/*.css</include>
    35       </includes>
    36     </fileSet>
    37     <fileSet filtered="true" packaged="true">
    38       <directory>src/test/java</directory>
    39       <includes>
    40         <include>**/*Test.java</include>
    41       </includes>
    42     </fileSet>
    43     <fileSet filtered="true" packaged="false">
    44       <directory>src/main/assembly</directory>
    45       <includes>
    46         <include>**/*.xml</include>
    47       </includes>
    48     </fileSet>
    49     <fileSet filtered="false" packaged="false">
    50       <directory></directory>
    51       <includes>
    52         <include>nbactions*.xml</include>
    53       </includes>
    54     </fileSet>
    55     <fileSet filtered="true" packaged="false">
    56       <directory>assembly</directory>
    57       <includes>
    58         <include>fxbrwsr-assembly.xml</include>
    59         <include>bck2brwsr-assembly.xml</include>
    60       </includes>
    61     </fileSet>
    62   </fileSets>    
    63 </archetype-descriptor>