r556 - in trunk/lutinjaxx: . provider provider/swing provider/swing/src provider/swing/src/main provider/swing/src/main/java provider/swing/src/main/java/jaxx
Author: tchemit Date: 2008-04-18 18:53:54 +0000 (Fri, 18 Apr 2008) New Revision: 556 Added: trunk/lutinjaxx/pom.xml trunk/lutinjaxx/provider/pom.xml trunk/lutinjaxx/provider/swing/ trunk/lutinjaxx/provider/swing/pom.xml trunk/lutinjaxx/provider/swing/src/ trunk/lutinjaxx/provider/swing/src/main/ trunk/lutinjaxx/provider/swing/src/main/java/ trunk/lutinjaxx/provider/swing/src/main/java/jaxx/ trunk/lutinjaxx/provider/swing/src/main/java/jaxx/runtime/ trunk/lutinjaxx/provider/swing/src/main/resources/ trunk/lutinjaxx/provider/swing/src/site/ Log: lutinjaxx library Added: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml (rev 0) +++ trunk/lutinjaxx/pom.xml 2008-04-18 18:53:54 UTC (rev 556) @@ -0,0 +1,203 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>lutinlib</groupId> + <artifactId>lutinproject</artifactId> + <version>2.3</version> + </parent> + + <groupId>org.codelutin.jaxx</groupId> + <artifactId>pom</artifactId> + + <modules> + <module>core</module> + <module>provider</module> + </modules> + + <dependencies> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + </dependency> + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>pom</name> + <version>${current.version}</version> + <description>Jaxx lutin library main pom</description> + <inceptionYear>2008</inceptionYear> + + <!-- Developpers, contributors... --> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>pom</packaging> + + <properties> + + <!-- id du projet du labs --> + <labs.id>38</labs.id> + + <labs.project>buix</labs.project> + + <!-- current version --> + <current.version>0.1-SNAPSHOT</current.version> + + <!-- par defaut, mode non verbeux --> + <!--maven.verbose>false</maven.verbose--> + <!-- compile with ? --> + <maven.compile.source>1.6</maven.compile.source> + <maven.compile.target>1.6</maven.compile.target> + + <!-- Lists URL --> + <labs.lists> + http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinutil + </labs.lists> + + <!-- maven will suffix with /${pom.artifactId} --> + <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/buix/trunk + </maven.scm.developerConnection> + + <!-- maven will suffix with /${pom.artifactId} --> + <maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/buix/trunk</maven.scm.connection> + + </properties> + + <profiles> + <profile> + <id>project</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <properties> + <!-- test (par defaut, on ne les execute pas) --> + <maven.test.skip>true</maven.test.skip> + <maven.reports.generate>false</maven.reports.generate> + </properties> + </profile> + <profile> + <id>tests</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <!-- test (par defaut, on ne les execute pas) --> + <maven.test.skip>false</maven.test.skip> + <maven.reports.generate>false</maven.reports.generate> + </properties> + </profile> + <profile> + <id>site</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <!-- test (par defaut, on ne les execute pas) --> + <maven.test.skip>false</maven.test.skip> + <maven.reports.generate>true</maven.reports.generate> + </properties> + </profile> + </profiles> + + <build> + <plugins> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <configuration> + <bundles> + <param>fr_FR</param> + <param>en_GB</param> + </bundles> + <src>${maven.src.dir}/main/resources/i18n</src> + <defaultBasedir>${maven.src.dir}/main/java</defaultBasedir> + <keysModifier>false</keysModifier> + <keepBackup>false</keepBackup> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <phase>deploy</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <phase>deploy</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + <version>0.31-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>core</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>default</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>org.codelutin.ui</groupId> + <artifactId>lutinui</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> + <!-- Plugins --> + <dependency> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>0.2-SNAPSHOT</version> + </dependency> + </dependencies> + </dependencyManagement> + + <!-- the project is a module in a labs project (lutinutil), so we have to override + this property (see in the parent pom for more explanation) + --> + <scm> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <!--url>${maven.scm.url}</url--> + </scm> + +</project> Added: trunk/lutinjaxx/provider/pom.xml =================================================================== --- trunk/lutinjaxx/provider/pom.xml (rev 0) +++ trunk/lutinjaxx/provider/pom.xml 2008-04-18 18:53:54 UTC (rev 556) @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>pom</artifactId> + <version>${current.version}</version> + </parent> + + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>pom</artifactId> + + <modules> + <module>default</module> + <module>swing</module> + </modules> + + <dependencies> + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>core</artifactId> + </dependency> + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>provider pom</name> + <version>${current.version}</version> + <description>Jaxx lutin library provider pom</description> + <inceptionYear>2008</inceptionYear> + + <packaging>pom</packaging> + + <dependencyManagement> + <dependencies> + <!--dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>core</artifactId> + <version>${current.version}</version> + <scope>compile</scope> + </dependency--> + </dependencies> + </dependencyManagement> + +</project> Added: trunk/lutinjaxx/provider/swing/pom.xml =================================================================== --- trunk/lutinjaxx/provider/swing/pom.xml (rev 0) +++ trunk/lutinjaxx/provider/swing/pom.xml 2008-04-18 18:53:54 UTC (rev 556) @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<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.codelutin.jaxx.provider</groupId> + <artifactId>pom</artifactId> + <version>${current.version}</version> + </parent> + + <artifactId>swing</artifactId> + <name>provider swing</name> + + <packaging>jar</packaging> + <version>${current.version}</version> + <description>Jaxx library swing provider</description> + + <build> + <plugins> + <!--plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <phase>process-classes</phase> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin--> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>default</artifactId> + <scope>compile</scope> + </dependency> + <!--dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinui</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>jaxx</artifactId> + <scope>compile</scope> + </dependency--> + </dependencies> +</project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org