[richfaces-svn-commits] JBoss Rich Faces SVN: r18506 - in trunk/ui: iteration/datascroller/api and 6 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 9 09:04:27 EDT 2010


Author: Alex.Kolonitsky
Date: 2010-08-09 09:04:26 -0400 (Mon, 09 Aug 2010)
New Revision: 18506

Added:
   trunk/ui/iteration/dist/richfaces-ui-iteration-api/src/
   trunk/ui/iteration/dist/richfaces-ui-iteration-ui/src/
   trunk/ui/parent/
Removed:
   trunk/ui/iteration/datascroller/api/src/
   trunk/ui/iteration/datascroller/ui/src/
   trunk/ui/misc/parent/
   trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info-jquery.java
Modified:
   trunk/ui/misc/pom.xml
   trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info.java
   trunk/ui/parent/pom.xml
Log:
Richfaces 4.0 restructurization of svn repository structure

Copied: trunk/ui/iteration/dist/richfaces-ui-iteration-api/src (from rev 18497, trunk/ui/iteration/datascroller/api/src)

Copied: trunk/ui/iteration/dist/richfaces-ui-iteration-ui/src (from rev 18497, trunk/ui/iteration/datascroller/ui/src)

Modified: trunk/ui/misc/pom.xml
===================================================================
--- trunk/ui/misc/pom.xml	2010-08-09 12:44:03 UTC (rev 18505)
+++ trunk/ui/misc/pom.xml	2010-08-09 13:04:26 UTC (rev 18506)
@@ -35,14 +35,7 @@
     <name>Richfaces UI Components: Miscellanous Aggregator</name>
 
     <modules>
-        <module>bom</module>
-        <module>parent</module>
-        <module>functions</module>
-        <module>componentcontrol</module>
-        <module>jquery</module>
-
-        <!-- assembler -->
-        <module>dist</module>
+        <module>ui</module>
     </modules>
 
     <build>

Deleted: trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info-jquery.java
===================================================================
--- trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info-jquery.java	2010-08-09 12:44:03 UTC (rev 18505)
+++ trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info-jquery.java	2010-08-09 13:04:26 UTC (rev 18506)
@@ -1,26 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2010, Red Hat, Inc. and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-/**
- * Implementation of RichFaces jQuery component
- */
- at org.richfaces.cdk.annotations.TagLibrary(uri="http://richfaces.org/jquery", shortName="jquery")
-package org.richfaces.component;

Modified: trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info.java
===================================================================
--- trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info.java	2010-08-09 12:44:03 UTC (rev 18505)
+++ trunk/ui/misc/ui/src/main/java/org/richfaces/component/package-info.java	2010-08-09 13:04:26 UTC (rev 18506)
@@ -19,8 +19,5 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-/**
- * Implementation of RichFaces componentControl behavior
- */
- at org.richfaces.cdk.annotations.TagLibrary(uri="http://richfaces.org/componentControl", shortName="componentControl")
+ at org.richfaces.cdk.annotations.TagLibrary(uri="http://richfaces.org/misc", shortName="misc")
 package org.richfaces.component;

Copied: trunk/ui/parent (from rev 18501, trunk/ui/misc/parent)

Modified: trunk/ui/parent/pom.xml
===================================================================
--- trunk/ui/misc/parent/pom.xml	2010-08-09 10:30:37 UTC (rev 18501)
+++ trunk/ui/parent/pom.xml	2010-08-09 13:04:26 UTC (rev 18506)
@@ -37,12 +37,19 @@
     <properties>
         <org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
         <org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
+        <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
     </properties>
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>org.richfaces.core</groupId>
+                <artifactId>richfaces-core-bom</artifactId>
+                <version>${org.richfaces.core.version}</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
 
-            <!-- TODO: remove this dependency used by componentControl -->
             <dependency>
                 <groupId>org.richfaces.ui.core</groupId>
                 <artifactId>richfaces-ui-core-bom</artifactId>
@@ -53,13 +60,25 @@
 
             <dependency>
                 <groupId>org.richfaces.ui.misc</groupId>
-                <artifactId>richfaces-ui-misc-bom</artifactId>
+                <artifactId>richfaces-ui-misc-ui</artifactId>
                 <version>${project.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
             </dependency>
-
             <dependency>
+                <groupId>org.richfaces.ui.misc</groupId>
+                <artifactId>componentcontrol-ui</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.richfaces.ui.misc</groupId>
+                <artifactId>functions-ui</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.richfaces.ui.misc</groupId>
+                <artifactId>jquery-ui</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.richfaces.cdk</groupId>
                 <artifactId>annotations</artifactId>
                 <version>${org.richfaces.cdk.version}</version>



More information about the richfaces-svn-commits mailing list