Changeset 1611


Ignore:
Timestamp:
2010-07-20 12:59:45 (3 years ago)
Author:
mpo
Message:

update (and reshuffle) list of included stuff in the release (added some newer samples, removed dbresources sample)
included new tutorial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dist/pom.xml

    r1494 r1611  
    105105 
    106106    <!-- We also want to include the compiled samples --> 
     107     
    107108    <dependency> 
    108109      <groupId>org.kauriproject</groupId> 
    109       <artifactId>kauri-samples-common</artifactId> 
     110      <artifactId>kauri-security-sample</artifactId> 
    110111      <version>0.4-dev-SNAPSHOT</version> 
    111112    </dependency> 
     
    113114      <groupId>org.kauriproject</groupId> 
    114115      <artifactId>kauri-template-sample</artifactId> 
     116      <version>0.4-dev-SNAPSHOT</version> 
     117    </dependency> 
     118    <dependency> 
     119      <groupId>org.kauriproject</groupId> 
     120      <artifactId>kauri-routing-sample</artifactId> 
     121      <version>0.4-dev-SNAPSHOT</version> 
     122    </dependency> 
     123    <dependency> 
     124      <groupId>org.kauriproject</groupId> 
     125      <artifactId>kauri-runtime-sample-index</artifactId> 
    115126      <version>0.4-dev-SNAPSHOT</version> 
    116127    </dependency> 
     
    125136      <version>0.4-dev-SNAPSHOT</version> 
    126137    </dependency> 
     138             
    127139    <dependency> 
    128140      <groupId>org.kauriproject</groupId> 
    129       <artifactId>kauri-runtime-sample-index</artifactId> 
     141      <artifactId>kauri-forms-sample</artifactId> 
     142      <version>0.4-dev-SNAPSHOT</version> 
     143    </dependency> 
     144    <dependency> 
     145      <groupId>org.kauriproject</groupId> 
     146      <artifactId>kauri-i18n-sample</artifactId> 
    130147      <version>0.4-dev-SNAPSHOT</version> 
    131148    </dependency> 
     
    135152      <version>0.4-dev-SNAPSHOT</version> 
    136153    </dependency> 
     154 
     155    <!-- And finally the tutorial --> 
     156     
    137157    <dependency> 
    138       <groupId>org.kauriproject</groupId> 
    139       <artifactId>kauri-routing-sample</artifactId> 
    140       <version>0.4-dev-SNAPSHOT</version> 
    141     </dependency> 
    142     <dependency> 
    143       <groupId>org.kauriproject</groupId> 
    144       <artifactId>kauri-forms-sample</artifactId> 
    145       <version>0.4-dev-SNAPSHOT</version> 
    146     </dependency> 
    147     <dependency> 
    148       <groupId>org.kauriproject</groupId> 
    149       <artifactId>kauri-dbforms-sample</artifactId> 
    150       <version>0.4-dev-SNAPSHOT</version> 
    151     </dependency> 
    152     <dependency> 
    153       <groupId>org.kauriproject</groupId> 
    154       <artifactId>kauri-dbresources-sample</artifactId> 
    155       <version>0.4-dev-SNAPSHOT</version> 
    156     </dependency> 
    157     <dependency> 
    158       <groupId>org.kauriproject</groupId> 
    159       <artifactId>kauri-blueprintcss</artifactId> 
    160       <version>0.4-dev-SNAPSHOT</version> 
    161     </dependency> 
    162     <dependency> 
    163       <groupId>org.kauriproject</groupId> 
    164       <artifactId>kauri-jquery</artifactId> 
    165       <version>0.4-dev-SNAPSHOT</version> 
    166     </dependency> 
    167     <dependency> 
    168       <groupId>org.kauriproject</groupId> 
    169       <artifactId>kauri-forms-jqgrid</artifactId> 
    170       <version>0.4-dev-SNAPSHOT</version> 
    171     </dependency> 
    172     <dependency> 
    173       <groupId>org.kauriproject</groupId> 
    174       <artifactId>kauri-security-impl</artifactId> 
    175       <version>0.4-dev-SNAPSHOT</version> 
    176     </dependency> 
    177     <dependency> 
    178       <groupId>org.kauriproject</groupId> 
    179       <artifactId>kauri-i18n-sample</artifactId> 
    180       <version>0.4-dev-SNAPSHOT</version> 
    181     </dependency> 
     158      <groupId>org.kauriproject.tutorial.myblog</groupId> 
     159      <artifactId>main-module</artifactId> 
     160      <version>1.0-SNAPSHOT</version> 
     161    </dependency>   
    182162  </dependencies> 
    183163 
Note: See TracChangeset for help on using the changeset viewer.