OW2 Consortium jonas

Rev

Rev 22028 | Rev 22293 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<!--
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - JOnAS: Java(TM) Open Application Server
  - Copyright (C) 2010 Bull S.A.S.
  - Contact: jonas-team@ow2.org
  -
  - This library is free software; you can redistribute it and/or
  - modify it under the terms of the GNU Lesser General Public
  - License as published by the Free Software Foundation; either
  - version 2.1 of the License, or any later version.
  -
  - This library is distributed in the hope that it will be useful,
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - Lesser General Public License for more details.
  -
  - You should have received a copy of the GNU Lesser General Public
  - License along with this library; if not, write to the Free Software
  - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  - USA
  -
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - $Id: pom.xml 22291 2012-03-22 17:14:13Z benoitf $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.ow2.jonas.admin</groupId>
    <artifactId>jonasadmin-kerneos-modules-audit</artifactId>
    <version>1.0.6</version>
  </parent>
  <name>JOnAS Admin Kerneos :: Modules :: Audit :: Client</name>
  <groupId>org.ow2.jonas.admin</groupId>
  <artifactId>jonasadmin-kerneos-modules-audit-client</artifactId>
  <packaging>swf</packaging>

  <dependencies>
    <dependency>
      <groupId>com.adobe.cairngorm</groupId>
      <artifactId>cairngorm-bin</artifactId>
      <version>${cairngorm.version}</version>
      <type>swc</type>
      <classifier>kerneos</classifier>
    </dependency>
    <dependency>
      <groupId>org.ow2.jasmine.kerneos</groupId>
      <artifactId>kerneos-common-client</artifactId>
      <version>${kerneos.version}</version>
      <type>swc</type>
    </dependency>
    <dependency>
      <groupId>org.ow2.jasmine.kerneos</groupId>
      <artifactId>kerneos-api</artifactId>
      <version>${kerneos.version}</version>
      <type>swc</type>
    </dependency>
    <!-- Flex -->
    <dependency>
      <groupId>com.adobe.flex.framework</groupId>
      <artifactId>flex-framework</artifactId>
      <version>${flex.version}</version>
      <type>pom</type>
    </dependency>
    <dependency>
      <groupId>com.adobe.flex.sdk</groupId>
      <artifactId>datavisualization</artifactId>
      <version>${flex.version}</version>
      <type>swc</type>
    </dependency>
    <dependency>
      <groupId>com.adobe.flex.sdk</groupId>
      <artifactId>datavisualization</artifactId>
      <version>${flex.version}</version>
      <type>rb.swc</type>
    </dependency>
    <dependency>
      <groupId>com.adobe.flex.sdk</groupId>
      <artifactId>datavisualization</artifactId>
      <version>${flex.version}</version>
      <classifier>en_US</classifier>
      <type>rb.swc</type>
    </dependency>
    <dependency>
      <groupId>com.adobe.flex.sdk</groupId>
      <artifactId>datavisualization</artifactId>
      <version>${flex.version}</version>
      <classifier>fr_FR</classifier>
      <type>rb.swc</type>
    </dependency>
    <dependency>
      <groupId>org.un.cava.birdeye.ravis</groupId>
      <artifactId>libRaVis</artifactId>
      <version>${ravis.version}</version>
      <type>swc</type>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src/main/flex</sourceDirectory>
    <plugins>
      <plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <resourceBundlePath>${project.build.directory}/../src/main/locales/{locale}</resourceBundlePath>
          <compiledLocales>
            <locale>en_US</locale>
            <locale>fr_FR</locale>
          </compiledLocales>
          <mergeResourceBundle>true</mergeResourceBundle>
          <contextRoot>moduleContextRoot</contextRoot>
          <sourceFile>audit.mxml</sourceFile>
          <optimize>false</optimize>
          <!-- <debug>true</debug> -->
        </configuration>
      </plugin>
    </plugins>
    <finalName>audit</finalName>
  </build>
</project>