Author: nbelaevski
Date: 2008-11-23 16:38:18 -0500 (Sun, 23 Nov 2008)
New Revision: 11308
Added:
trunk/ui/editor/
Modified:
trunk/ui/editor/pom.xml
Log:
Editor moved to main build area
Copied: trunk/ui/editor (from rev 11304, trunk/sandbox/ui/editor)
Property changes on: trunk/ui/editor
___________________________________________________________________
Name: svn:ignore
+ target
.settings
.classpath
.project
Name: svn:mergeinfo
+
Modified: trunk/ui/editor/pom.xml
===================================================================
--- trunk/sandbox/ui/editor/pom.xml 2008-11-22 14:49:50 UTC (rev 11304)
+++ trunk/ui/editor/pom.xml 2008-11-23 21:38:18 UTC (rev 11308)
@@ -1,11 +1,11 @@
<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.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>editor</artifactId>
<name>Editor</name>
<build>