Author: alevkovsky
Date: 2008-09-15 09:43:26 -0400 (Mon, 15 Sep 2008)
New Revision: 10440
Added:
trunk/ui/xhrmlEditor/
trunk/ui/xhrmlEditor/pom.xml
trunk/ui/xhrmlEditor/src/
trunk/ui/xhrmlEditor/src/main/
trunk/ui/xhrmlEditor/src/main/config/
trunk/ui/xhrmlEditor/src/main/config/component/
trunk/ui/xhrmlEditor/src/main/config/resources/
trunk/ui/xhrmlEditor/src/main/java/
trunk/ui/xhrmlEditor/src/main/java/META-INF/
trunk/ui/xhrmlEditor/src/main/java/META-INF/MANIFEST.MF
trunk/ui/xhrmlEditor/src/main/java/org/
trunk/ui/xhrmlEditor/src/main/java/org/richfaces/
trunk/ui/xhrmlEditor/src/main/java/org/richfaces/component/
trunk/ui/xhrmlEditor/src/main/java/org/richfaces/renderkit/
trunk/ui/xhrmlEditor/src/main/resources/
trunk/ui/xhrmlEditor/src/main/resources/org/
trunk/ui/xhrmlEditor/src/main/resources/org/richfaces/
trunk/ui/xhrmlEditor/src/main/resources/org/richfaces/renderkit/
trunk/ui/xhrmlEditor/src/main/resources/org/richfaces/renderkit/html/
trunk/ui/xhrmlEditor/src/main/resources/org/richfaces/renderkit/html/css/
trunk/ui/xhrmlEditor/src/main/resources/org/richfaces/renderkit/html/scripts/
trunk/ui/xhrmlEditor/src/main/templates/
trunk/ui/xhrmlEditor/src/test/
trunk/ui/xhrmlEditor/src/test/java/
trunk/ui/xhrmlEditor/src/test/java/org/
trunk/ui/xhrmlEditor/src/test/java/org/richfaces/
trunk/ui/xhrmlEditor/src/test/java/org/richfaces/component/
trunk/ui/xhrmlEditor/src/test/java/org/richfaces/rendekit/
Log:
Add xhrmlEditor project
Added: trunk/ui/xhrmlEditor/pom.xml
===================================================================
--- trunk/ui/xhrmlEditor/pom.xml (rev 0)
+++ trunk/ui/xhrmlEditor/pom.xml 2008-09-15 13:43:26 UTC (rev 10440)
@@ -0,0 +1,67 @@
+<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">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>xhrmlEditor</artifactId>
+ <name>xhrmlEditor</name>
+ <version>3.3.0-SNAPSHOT</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces.ui</prefix>
+ <taglib>
+ <shortName>xhrmlEditor</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>combobox</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>core</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Property changes on: trunk/ui/xhrmlEditor/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: trunk/ui/xhrmlEditor/src/main/java/META-INF/MANIFEST.MF
===================================================================
--- trunk/ui/xhrmlEditor/src/main/java/META-INF/MANIFEST.MF (rev
0)
+++ trunk/ui/xhrmlEditor/src/main/java/META-INF/MANIFEST.MF 2008-09-15 13:43:26 UTC (rev
10440)
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path:
+
Property changes on: trunk/ui/xhrmlEditor/src/main/java/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native