[Buix-commits] r482 - in trunk/lutinvcs/ui: . ui-common ui-jaxx
Author: tchemit Date: 2008-04-13 13:01:33 +0000 (Sun, 13 Apr 2008) New Revision: 482 Added: trunk/lutinvcs/ui/ui-common/ trunk/lutinvcs/ui/ui-common/pom.xml trunk/lutinvcs/ui/ui-common/src/ trunk/lutinvcs/ui/ui-jaxx/ trunk/lutinvcs/ui/ui-jaxx/pom.xml trunk/lutinvcs/ui/ui-jaxx/src/ Removed: trunk/lutinvcs/ui/common/ trunk/lutinvcs/ui/jaxx/ trunk/lutinvcs/ui/ui-common/pom.xml trunk/lutinvcs/ui/ui-common/src/ trunk/lutinvcs/ui/ui-jaxx/pom.xml trunk/lutinvcs/ui/ui-jaxx/src/ Log: pb with jaxx, can not find swing tags any more, TODO fix this in jaxx Copied: trunk/lutinvcs/ui/ui-common (from rev 480, trunk/lutinvcs/ui/common) Deleted: trunk/lutinvcs/ui/ui-common/pom.xml =================================================================== --- trunk/lutinvcs/ui/common/pom.xml 2008-04-13 10:57:57 UTC (rev 480) +++ trunk/lutinvcs/ui/ui-common/pom.xml 2008-04-13 13:01:33 UTC (rev 482) @@ -1,52 +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.vcs</groupId> - <artifactId>pom</artifactId> - <version>0.1-SNAPSHOT</version> - <!--version>${current.version}</version--> - </parent> - - <artifactId>lutinvcs-ui-common</artifactId> - <name>Lutinvcs ui common</name> - - <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> - <!--version>${current.version}</version--> - <description>Lutin vcs library ui common</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.vcs</groupId> - <artifactId>core</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> -</project> Copied: trunk/lutinvcs/ui/ui-common/pom.xml (from rev 481, trunk/lutinvcs/ui/common/pom.xml) =================================================================== --- trunk/lutinvcs/ui/ui-common/pom.xml (rev 0) +++ trunk/lutinvcs/ui/ui-common/pom.xml 2008-04-13 13:01:33 UTC (rev 482) @@ -0,0 +1,52 @@ +<?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.vcs.ui</groupId> + <artifactId>pom</artifactId> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + </parent> + + <artifactId>common</artifactId> + <name>ui common</name> + + <packaging>jar</packaging> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + <description>Lutin vcs library ui common</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.vcs</groupId> + <artifactId>core</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>jaxx</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Copied: trunk/lutinvcs/ui/ui-common/src (from rev 481, trunk/lutinvcs/ui/common/src) Copied: trunk/lutinvcs/ui/ui-jaxx (from rev 480, trunk/lutinvcs/ui/jaxx) Deleted: trunk/lutinvcs/ui/ui-jaxx/pom.xml =================================================================== --- trunk/lutinvcs/ui/jaxx/pom.xml 2008-04-13 10:57:57 UTC (rev 480) +++ trunk/lutinvcs/ui/ui-jaxx/pom.xml 2008-04-13 13:01:33 UTC (rev 482) @@ -1,94 +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.vcs</groupId> - <artifactId>pom</artifactId> - <version>0.1-SNAPSHOT</version> - <!--version>${current.version}</version--> - </parent> - - <artifactId>lutinvcs-ui-jaxx</artifactId> - <name>Lutinvcs ui jaxx</name> - - <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> - <!--version>${current.version}</version--> - <description>Library of VCS ui generated by jaxx</description> - - <build> - <plugins> - <plugin> - <!--- Clean phase : we must clean also src/java files --> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <phase>clean</phase> - <configuration> - <tasks> - <delete includeemptydirs="true"> - <fileset dir="${maven.src.dir}/main/java" includes="**/*"/> - </delete> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - <execution> - <id>CopyJava</id> - <phase>validate</phase> - <configuration> - <tasks> - <copy todir="${maven.src.dir}/main/java" verbose="${maven.verbose}" overwrite="true"> - <fileset dir="${maven.src.dir}/main/uimodel"> - <include name="**/*.java"/> - </fileset> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <phase>compile</phase> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-ui-common</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - -</project> Copied: trunk/lutinvcs/ui/ui-jaxx/pom.xml (from rev 481, trunk/lutinvcs/ui/jaxx/pom.xml) =================================================================== --- trunk/lutinvcs/ui/ui-jaxx/pom.xml (rev 0) +++ trunk/lutinvcs/ui/ui-jaxx/pom.xml 2008-04-13 13:01:33 UTC (rev 482) @@ -0,0 +1,94 @@ +<?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.vcs.ui</groupId> + <artifactId>pom</artifactId> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + </parent> + + <artifactId>jaxx</artifactId> + <name>ui jaxx</name> + + <packaging>jar</packaging> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + <description>Library of VCS ui generated by jaxx</description> + + <build> + <plugins> + <plugin> + <!--- Clean phase : we must clean also src/java files --> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <phase>clean</phase> + <configuration> + <tasks> + <delete includeemptydirs="true"> + <fileset dir="${maven.src.dir}/main/java" includes="**/*"/> + </delete> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + <execution> + <id>CopyJava</id> + <phase>validate</phase> + <configuration> + <tasks> + <copy todir="${maven.src.dir}/main/java" verbose="${maven.verbose}" overwrite="true"> + <fileset dir="${maven.src.dir}/main/uimodel"> + <include name="**/*.java"/> + </fileset> + </copy> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <phase>compile</phase> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.codelutin.vcs.ui</groupId> + <artifactId>common</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> + +</project> Copied: trunk/lutinvcs/ui/ui-jaxx/src (from rev 481, trunk/lutinvcs/ui/jaxx/src)
participants (1)
-
tchemit@users.labs.libre-entreprise.org