Author: maksimkaszynski
Date: 2007-10-03 06:46:14 -0400 (Wed, 03 Oct 2007)
New Revision: 3213
Added:
trunk/sandbox/ui/treeTable/
trunk/sandbox/ui/treeTable/pom.xml
trunk/sandbox/ui/treeTable/src/
Removed:
trunk/sandbox/ui/treeTable/pom.xml
trunk/sandbox/ui/treeTable/src/
Log:
Copied: trunk/sandbox/ui/treeTable (from rev 3192, trunk/ui/treeTable)
Property changes on: trunk/sandbox/ui/treeTable
___________________________________________________________________
Name: svn:ignore
+ target
Deleted: trunk/sandbox/ui/treeTable/pom.xml
===================================================================
--- trunk/ui/treeTable/pom.xml 2007-10-02 14:51:09 UTC (rev 3192)
+++ trunk/sandbox/ui/treeTable/pom.xml 2007-10-03 10:46:14 UTC (rev 3213)
@@ -1,37 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>treeTable</artifactId>
- <name>treeTable</name>
- <version>3.2.0-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>treeTable</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
\ No newline at end of file
Copied: trunk/sandbox/ui/treeTable/pom.xml (from rev 3202, trunk/ui/treeTable/pom.xml)
===================================================================
--- trunk/sandbox/ui/treeTable/pom.xml (rev 0)
+++ trunk/sandbox/ui/treeTable/pom.xml 2007-10-03 10:46:14 UTC (rev 3213)
@@ -0,0 +1,37 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.sandbox</groupId>
+ <artifactId>treeTable</artifactId>
+ <name>treeTable</name>
+ <version>3.2.0-SNAPSHOT</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>treeTable</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Copied: trunk/sandbox/ui/treeTable/src (from rev 3202, trunk/ui/treeTable/src)
Show replies by date