[Buix-commits] r727 - in trunk/lutinjaxx: jaxx-swing provider/swing
Author: tchemit Date: 2008-07-20 19:21:18 +0000 (Sun, 20 Jul 2008) New Revision: 727 Added: trunk/lutinjaxx/jaxx-swing/pom.xml Removed: trunk/lutinjaxx/provider/swing/pom.xml Log: creation module jaxx-swing plutot que provider/swing Copied: trunk/lutinjaxx/jaxx-swing/pom.xml (from rev 724, trunk/lutinjaxx/provider/swing/pom.xml) =================================================================== --- trunk/lutinjaxx/jaxx-swing/pom.xml (rev 0) +++ trunk/lutinjaxx/jaxx-swing/pom.xml 2008-07-20 19:21:18 UTC (rev 727) @@ -0,0 +1,41 @@ +<?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>0.1</version> + </parent> + + <artifactId>swing</artifactId> + <name>provider swing</name> + + <packaging>jar</packaging> + <version>0.1</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> + + </dependencies> +</project> Deleted: trunk/lutinjaxx/provider/swing/pom.xml =================================================================== --- trunk/lutinjaxx/provider/swing/pom.xml 2008-07-20 19:16:48 UTC (rev 726) +++ trunk/lutinjaxx/provider/swing/pom.xml 2008-07-20 19:21:18 UTC (rev 727) @@ -1,41 +0,0 @@ -<?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>0.1</version> - </parent> - - <artifactId>swing</artifactId> - <name>provider swing</name> - - <packaging>jar</packaging> - <version>0.1</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> - - </dependencies> -</project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org