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