Author: fthomas
Date: Fri Nov 23 04:21:41 2012
New Revision: 1412745
URL: http://svn.apache.org/viewvc?rev=1412745&view=rev
Log:
Rebased reverse domain from com to org
Added:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/
- copied from r1412736,
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.air/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/
- copied from r1412736,
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.executor-lib/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/apache/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/apache/flex/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/apache/flex/utilities/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/apache/flex/utilities/developerToolSuite/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/apache/flex/utilities/developerToolSuite/executor/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/apache/flex/utilities/developerToolSuite/executor/component/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/org/apache/flex/utilities/developerToolSuite/executor/component/Label.mxml
- copied unchanged from r1412736,
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/com/apache/flex/utilities/developerToolSuite/executor/component/Label.mxml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/
- copied from r1412736,
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.host-swf/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.testHelper-lib/
- copied from r1412736,
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.testHelper-lib/
Removed:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.air/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.executor-lib/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.host-swf/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/com.apache.flex.utilities.developerToolSuite.testHelper-lib/
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/src/main/flex/com/
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/pom.xml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/pom.xml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/Main.mxml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/test/flex/com/apache/flex/utilities/TestApp.as
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.testHelper-lib/pom.xml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/pom.xml
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml?rev=1412745&r1=1412736&r2=1412745&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
Fri Nov 23 04:21:41 2012
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.apache.flex.utilities</groupId>
- <artifactId>com.apache.flex.utilities.developerToolSuite</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+ <artifactId>org.apache.flex.utilities.developerToolSuite</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
- <groupId>com.apache.flex.utilities</groupId>
- <artifactId>com.apache.flex.utilities.developerToolSuite.air</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+ <artifactId>org.apache.flex.utilities.developerToolSuite.air</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>air</packaging>
@@ -30,14 +30,14 @@
<dependencies>
<dependency>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.host-swf</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.host-swf</artifactId>
<version>1.0-SNAPSHOT</version>
<type>swf</type>
</dependency>
<dependency>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.executor-lib</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.executor-lib</artifactId>
<version>1.0-SNAPSHOT</version>
<type>swc</type>
</dependency>
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/pom.xml?rev=1412745&r1=1412736&r2=1412745&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/pom.xml
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.executor-lib/pom.xml
Fri Nov 23 04:21:41 2012
@@ -4,21 +4,21 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.apache.flex.utilities</groupId>
- <artifactId>com.apache.flex.utilities.developerToolSuite</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+ <artifactId>org.apache.flex.utilities.developerToolSuite</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.executor-lib</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.executor-lib</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>swc</packaging>
<dependencies>
<dependency>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.testHelper-lib</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.testHelper-lib</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/pom.xml?rev=1412745&r1=1412736&r2=1412745&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/pom.xml
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/pom.xml
Fri Nov 23 04:21:41 2012
@@ -4,28 +4,28 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.apache.flex.utilities</groupId>
- <artifactId>com.apache.flex.utilities.developerToolSuite</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+ <artifactId>org.apache.flex.utilities.developerToolSuite</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.host-swf</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.host-swf</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>swf</packaging>
<dependencies>
<dependency>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.executor-lib</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.executor-lib</artifactId>
<version>1.0-SNAPSHOT</version>
<type>swc</type>
</dependency>
<dependency>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.testHelper-lib</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.testHelper-lib</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/Main.mxml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/Main.mxml?rev=1412745&r1=1412736&r2=1412745&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/Main.mxml
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/Main.mxml
Fri Nov 23 04:21:41 2012
@@ -2,7 +2,7 @@
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
-
xmlns:component="com.apache.flex.utilities.developerToolSuite.executor.component.*"
+
xmlns:component="org.apache.flex.utilities.developerToolSuite.executor.component.*"
title="Apache Flex Developer Tool Suite">
<fx:Declarations>
<!-- Placer ici les éléments non visuels (services et objets de
valeur, par exemple). -->
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/test/flex/com/apache/flex/utilities/TestApp.as
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/test/flex/com/apache/flex/utilities/TestApp.as?rev=1412745&r1=1412736&r2=1412745&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/test/flex/com/apache/flex/utilities/TestApp.as
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/test/flex/com/apache/flex/utilities/TestApp.as
Fri Nov 23 04:21:41 2012
@@ -1,4 +1,4 @@
-package com.apache.flex.utilities {
+package org.apache.flex.utilities {
public class TestApp {
[Before]
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.testHelper-lib/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.testHelper-lib/pom.xml?rev=1412745&r1=1412736&r2=1412745&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.testHelper-lib/pom.xml
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.testHelper-lib/pom.xml
Fri Nov 23 04:21:41 2012
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.apache.flex.utilities</groupId>
- <artifactId>com.apache.flex.utilities.developerToolSuite</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+ <artifactId>org.apache.flex.utilities.developerToolSuite</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
- <groupId>com.apache.flex.utilities</groupId>
-
<artifactId>com.apache.flex.utilities.developerToolSuite.testHelper-lib</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+
<artifactId>org.apache.flex.utilities.developerToolSuite.testHelper-lib</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>swc</packaging>
Modified: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/pom.xml?rev=1412745&r1=1412744&r2=1412745&view=diff
==============================================================================
--- incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/pom.xml
(original)
+++ incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/pom.xml Fri Nov
23 04:21:41 2012
@@ -3,8 +3,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.apache.flex.utilities</groupId>
- <artifactId>com.apache.flex.utilities.developerToolSuite</artifactId>
+ <groupId>org.apache.flex.utilities</groupId>
+ <artifactId>org.apache.flex.utilities.developerToolSuite</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -15,10 +15,10 @@
</properties>
<modules>
-
<module>com.apache.flex.utilities.developerToolSuite.testHelper-lib</module>
-
<module>com.apache.flex.utilities.developerToolSuite.executor-lib</module>
- <module>com.apache.flex.utilities.developerToolSuite.host-swf</module>
- <module>com.apache.flex.utilities.developerToolSuite.air</module>
+
<module>org.apache.flex.utilities.developerToolSuite.testHelper-lib</module>
+
<module>org.apache.flex.utilities.developerToolSuite.executor-lib</module>
+ <module>org.apache.flex.utilities.developerToolSuite.host-swf</module>
+ <module>org.apache.flex.utilities.developerToolSuite.air</module>
</modules>
<build>