rt/mojo/src/main/resources/META-INF/maven/archetype-metadata.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 26 Feb 2013 16:54:16 +0100
changeset 772 d382dacfd73f
parent 744 mojo/src/main/resources/META-INF/maven/archetype-metadata.xml@341d8ed644df
child 818 06bfac545809
permissions -rw-r--r--
Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository
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@528
    26
        <include>**/App.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@744
    33
        <include>**/*.html</include>
jaroslav@421
    34
      </includes>
jaroslav@421
    35
    </fileSet>
jaroslav@528
    36
    <fileSet filtered="true" packaged="true">
jaroslav@528
    37
      <directory>src/test/java</directory>
jaroslav@528
    38
      <includes>
jaroslav@534
    39
        <include>**/*Test.java</include>
jaroslav@528
    40
      </includes>
jaroslav@528
    41
    </fileSet>
jaroslav@421
    42
    <fileSet filtered="false" packaged="false">
jaroslav@421
    43
      <directory></directory>
jaroslav@421
    44
      <includes>
jaroslav@421
    45
        <include>nbactions.xml</include>
jaroslav@421
    46
      </includes>
jaroslav@421
    47
    </fileSet>
jaroslav@744
    48
    <fileSet filtered="true" packaged="false">
jaroslav@744
    49
      <directory></directory>
jaroslav@744
    50
      <includes>
jaroslav@744
    51
        <include>bck2brwsr-assembly.xml</include>
jaroslav@744
    52
      </includes>
jaroslav@744
    53
    </fileSet>
jaroslav@421
    54
  </fileSets>    
jaroslav@421
    55
</archetype-descriptor>