[jboss-svn-commits] JBL Code SVN: r7108 - in labs/reportingservices/trunk/dev/modules: . adminconsole adminconsole/webadminconsole
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Oct 25 11:09:14 EDT 2006
Author: cyril.joui at supinfo.com
Date: 2006-10-25 11:09:08 -0400 (Wed, 25 Oct 2006)
New Revision: 7108
Added:
labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/
labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/pom.xml
labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/src/
Removed:
labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/pom.xml
labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/src/
labs/reportingservices/trunk/dev/modules/webadminconsole/
Modified:
labs/reportingservices/trunk/dev/modules/adminconsole/pom.xml
labs/reportingservices/trunk/dev/modules/pom.xml
Log:
Refactoring :
Web Admin Console (Services / War divided)
Modified: labs/reportingservices/trunk/dev/modules/adminconsole/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/adminconsole/pom.xml 2006-10-25 14:17:52 UTC (rev 7107)
+++ labs/reportingservices/trunk/dev/modules/adminconsole/pom.xml 2006-10-25 15:09:08 UTC (rev 7108)
@@ -16,6 +16,7 @@
<modules>
<module>service-client</module>
<module>service-impl</module>
+ <module>webadminconsole</module>
</modules>
</project>
\ No newline at end of file
Copied: labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole (from rev 6475, labs/reportingservices/trunk/dev/modules/webadminconsole)
Deleted: labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/webadminconsole/pom.xml 2006-09-30 17:37:31 UTC (rev 6475)
+++ labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/pom.xml 2006-10-25 15:09:08 UTC (rev 7108)
@@ -1,76 +0,0 @@
-<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>
- <groupId>jboss.reportingservices</groupId>
- <artifactId>modules</artifactId>
- <version>0.2-SNAPSHOT</version>
- </parent>
-
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>webadminconsole</artifactId>
- <name>Modules - Web admin console</name>
- <packaging>war</packaging>
-
- <dependencies>
- <!-- internal dependencies -->
- <dependency>
- <groupId>jboss.reportingservices</groupId>
- <artifactId>client-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>jboss.reportingservices</groupId>
- <artifactId>server-api</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <!-- external dependencies -->
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-system</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-jmx</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jmx-adaptor-plugin</artifactId>
- </dependency>
-
- <!-- UI : JSF -->
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <!-- TODO: UnComment theses lines -->
- <!--
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- </dependency>
- -->
-
- <dependency>
- <groupId>myfaces</groupId>
- <artifactId>tomahawk</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.1.1</version>
- </dependency>
-
-
- </dependencies>
-</project>
\ No newline at end of file
Copied: labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/pom.xml (from rev 7107, labs/reportingservices/trunk/dev/modules/webadminconsole/pom.xml)
===================================================================
--- labs/reportingservices/trunk/dev/modules/webadminconsole/pom.xml 2006-10-25 14:17:52 UTC (rev 7107)
+++ labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/pom.xml 2006-10-25 15:09:08 UTC (rev 7108)
@@ -0,0 +1,86 @@
+<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>
+ <groupId>jboss.reportingservices</groupId>
+ <artifactId>adminconsole</artifactId>
+ <version>0.2-SNAPSHOT</version>
+ </parent>
+
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>webadminconsole</artifactId>
+ <name>Admin Console - Web admin console</name>
+ <packaging>war</packaging>
+
+ <dependencies>
+ <!-- internal dependencies -->
+ <dependency>
+ <groupId>jboss.reportingservices</groupId>
+ <artifactId>client-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.reportingservices</groupId>
+ <artifactId>server-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.reportingservices</groupId>
+ <artifactId>adminconsole-service-client</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- external dependencies -->
+ <dependency>
+ <groupId>jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jmx-adaptor-plugin</artifactId>
+ </dependency>
+
+ <!-- UI : JSF -->
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- TODO: UnComment theses lines -->
+ <!--
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ </dependency>
+ -->
+
+ <dependency>
+ <groupId>myfaces</groupId>
+ <artifactId>tomahawk</artifactId>
+ <version>1.1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+
+
+ </dependencies>
+</project>
\ No newline at end of file
Copied: labs/reportingservices/trunk/dev/modules/adminconsole/webadminconsole/src (from rev 7107, labs/reportingservices/trunk/dev/modules/webadminconsole/src)
Modified: labs/reportingservices/trunk/dev/modules/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/pom.xml 2006-10-25 14:17:52 UTC (rev 7107)
+++ labs/reportingservices/trunk/dev/modules/pom.xml 2006-10-25 15:09:08 UTC (rev 7108)
@@ -20,7 +20,6 @@
<module>server</module>
<module>engine</module>
<module>adminconsole</module>
- <module>webadminconsole</module>
</modules>
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list