Repository SVN: r35871 - in maven2/org/seleniumhq/webdriver: webdriver-ie and 1 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: manaRH
Date: 2010-03-31 09:49:42 -0400 (Wed, 31 Mar 2010)
New Revision: 35871
Added:
maven2/org/seleniumhq/webdriver/webdriver-ie/
maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/
maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.jar
maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.jar.sha1
maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom
maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom.sha1
Log:
adding webdriver for IE
Added: maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.jar.sha1
===================================================================
--- maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.jar.sha1 (rev 0)
+++ maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.jar.sha1 2010-03-31 13:49:42 UTC (rev 35871)
@@ -0,0 +1 @@
+6414ec7f160a0ae6e754fb42b1f064101d5a4117
\ No newline at end of file
Added: maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom
===================================================================
--- maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom (rev 0)
+++ maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom 2010-03-31 13:49:42 UTC (rev 35871)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.seleniumhq.webdriver</groupId>
+ <artifactId>webdriver-parent</artifactId>
+ <version>0.9.7376</version>
+ </parent>
+ <artifactId>webdriver-ie</artifactId>
+ <name>webdriver-ie</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.seleniumhq.webdriver</groupId>
+ <artifactId>webdriver-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.2.2</version>
+ </dependency>
+ <!-- Test dependencies ... -->
+ <dependency>
+ <groupId>org.seleniumhq.webdriver</groupId>
+ <artifactId>webdriver-common</artifactId>
+ <version>${project.version}</version>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>src/java</sourceDirectory>
+ <testSourceDirectory>test/java</testSourceDirectory>
+ <plugins>
+ <!-- See http://maven.apache.org/plugins/maven-antrun-plugin -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy_InternetExplorerDriver.dll</id>
+ <phase>generate-resources</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="target/classes/x86" />
+ <mkdir dir="target/classes/amd64" />
+ <copy file="prebuilt/Win32/Release/InternetExplorerDriver.dll" todir="target/classes/x86" />
+ <copy file="prebuilt/x64/Release/InternetExplorerDriver.dll" todir="target/classes/amd64" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- See http://maven.apache.org/plugins/maven-surefire-plugin -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*TestSuite.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom.sha1
===================================================================
--- maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom.sha1 (rev 0)
+++ maven2/org/seleniumhq/webdriver/webdriver-ie/0.9.7376/webdriver-ie-0.9.7376.pom.sha1 2010-03-31 13:49:42 UTC (rev 35871)
@@ -0,0 +1 @@
+ed25390fe2494c2ab3d179d8c8aeda0a1278894b
\ No newline at end of file
14 years, 9 months
Repository SVN: r35870 - in maven2/org/jboss/ejb3: container and 4 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: jaikiran
Date: 2010-03-31 07:08:58 -0400 (Wed, 31 Mar 2010)
New Revision: 35870
Added:
maven2/org/jboss/ejb3/container/
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.md5
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.sha1
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.md5
maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.sha1
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.md5
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.sha1
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.md5
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.sha1
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.md5
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.sha1
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.md5
maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.sha1
Log:
1.0.0-alpha-1 of jboss-ejb3-container
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1,211 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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 -->
+ <parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>4</version>
+ </parent>
+
+ <!-- Model Information -->
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- Artifact Information -->
+ <groupId>org.jboss.ejb3.container</groupId>
+ <artifactId>jboss-ejb3-container-parent</artifactId>
+ <version>1.0.0-alpha-1</version>
+ <packaging>pom</packaging>
+ <name>JBoss EJB3 container</name>
+ <url>http://www.jboss.org</url>
+ <description>JBoss EJB3 container</description>
+
+ <!-- Aggregate Modules -->
+ <modules>
+ <!-- Order matters -->
+ <module>spi</module>
+ </modules>
+
+
+<!-- Properties -->
+ <properties>
+
+ <!-- Versioning -->
+ <version.junit_junit>4.6</version.junit_junit>
+ <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
+ <version.jboss.logging.log4j>2.0.5.GA</version.jboss.logging.log4j>
+ </properties>
+
+ <!-- SCM -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/c...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/components/cont...</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/container</url>
+ </scm>
+
+ <!-- Issues -->
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.jboss.com/jira/browse/EJBTHREE</url>
+ </issueManagement>
+
+ <!-- Build -->
+ <build>
+
+ <plugins>
+
+ <!-- Compiler / JDK6 required for EJB 3.1 -->
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <showDeprecation>false</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <optimize>true</optimize>
+ <compilerVersion>1.6</compilerVersion>
+ <fork>true</fork>
+ <argLine>-Xmx512M</argLine>
+ <executable>${JAVA_HOME}/bin/javac</executable>
+ </configuration>
+ </plugin>
+
+ <!-- Surefire -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <trimStackTrace>false</trimStackTrace>
+ <printSummary>true</printSummary>
+ <includes>
+ <include>**/*TestCase.java</include>
+ <include>**/*TestSuite.java</include>
+ </includes>
+ <forkMode>always</forkMode>
+ <reportFormat>xml</reportFormat>
+ </configuration>
+ </plugin>
+
+ <!-- Maven Release Plugin Configuration -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags</tagBase>
+ </configuration>
+ </plugin>
+
+ <!-- Enforce Maven Environment -->
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-maven-environment</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <rules>
+ <requireJavaVersion>
+ <version>1.6</version> <!-- Must be JDK6 -->
+ </requireJavaVersion>
+ <requireProperty>
+ <property>env.JAVA_HOME</property>
+ <message>"JAVA_HOME needs to be
+ set to compile"</message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ </build>
+
+ <!-- Dependency Management -->
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${version.junit_junit}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <version>${version.jboss.logging.log4j}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>${version.jboss.logging.spi}</version>
+ </dependency>
+
+
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Reporting -->
+ <reporting>
+ <plugins>
+
+ <!-- Cobertura (Code Coverage) -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <configuration>
+ <formats>
+ <format>html</format>
+ <format>xml</format>
+ </formats>
+ </configuration>
+ </plugin>
+
+ <!-- FindBugs -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+ <xmlOutput>true</xmlOutput>
+ <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
+ </configuration>
+ </plugin>
+
+ <!-- JavaDoc / APIViz -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <doclet>org.jboss.apiviz.APIviz</doclet>
+ <docletArtifact>
+ <groupId>org.jboss.apiviz</groupId>
+ <artifactId>apiviz</artifactId>
+ <version>1.3.0.GA</version>
+ </docletArtifact>
+ <useStandardDocletOptions>true</useStandardDocletOptions>
+ <charset>UTF-8</charset>
+ <encoding>UTF-8</encoding>
+ <docencoding>UTF-8</docencoding>
+ <breakiterator>true</breakiterator>
+ <version>true</version>
+ <author>true</author>
+ <keywords>true</keywords>
+ <additionalparam>
+ -sourceclasspath ${project.build.outputDirectory}
+ </additionalparam>
+ </configuration>
+ </plugin>
+
+
+ </plugins>
+ </reporting>
+</project>
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.md5
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.md5 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.md5 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+bb289b65f31ae5f059ac0e5cf34e6a17
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.sha1
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/1.0.0-alpha-1/jboss-ejb3-container-parent-1.0.0-alpha-1.pom.sha1 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+d81188112d72a9ed7fc54644171fd0d959bef881
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.jboss.ejb3.container</groupId>
+ <artifactId>jboss-ejb3-container-parent</artifactId>
+ <version>1.0.0-alpha-1</version>
+ <versioning>
+ <versions>
+ <version>1.0.0-alpha-1</version>
+ </versions>
+ <lastUpdated>20100331105924</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.md5 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+63ada6a08b1b94ec1d2a2f88b7cc1ccf
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-parent/maven-metadata.xml.sha1 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+2a997fe60c82c8ea5da8072f57d493ed4f5bf0d4
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.md5 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+4b4d0e14a088cba830a4d6a52a390e22
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1-sources.jar.sha1 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+75d8588f605efd04cc26d2ed12cfbff67e602adc
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.md5
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.md5 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.md5 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+1133646da048c41bf480869c7bcc1089
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.sha1
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.jar.sha1 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+06a3474d63875c9d4bb8cbe26e14904b4b72b843
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1,65 @@
+<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>org.jboss.ejb3.container</groupId>
+ <artifactId>jboss-ejb3-container-parent</artifactId>
+ <version>1.0.0-alpha-1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <!-- Maven POM Model Version -->
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- Artifact Information -->
+ <groupId>org.jboss.ejb3.container</groupId>
+ <artifactId>jboss-ejb3-container-spi</artifactId>
+ <name>JBoss EJB3 Container SPI</name>
+ <description>
+ JBoss EJB3 Container SPI
+ </description>
+ <url>http://www.jboss.org/jbossejb3/</url>
+
+ <!-- Properties -->
+ <properties>
+
+ <!-- Versioning -->
+ <version.org.jboss.metadata.ejb>2.0.0-alpha-7</version.org.jboss.metadata.ejb>
+ <version.jboss.injection>0.0.1-SNAPSHOT</version.jboss.injection>
+ </properties>
+
+ <!-- Dependencies -->
+
+
+
+ <dependencies>
+
+ <!-- JUnit -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.6</version>
+ </dependency>
+
+
+ <!-- Logging -->
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.metadata</groupId>
+ <artifactId>jboss-metadata-ejb</artifactId>
+ <version>${version.org.jboss.metadata.ejb}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.injection</groupId>
+ <artifactId>jboss-injection-spi</artifactId>
+ <version>${version.jboss.injection}</version>
+ </dependency>
+
+ </dependencies>
+</project>
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.md5
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.md5 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.md5 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+772e9e11841367ed50cd45c79b6e1c71
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.sha1
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/1.0.0-alpha-1/jboss-ejb3-container-spi-1.0.0-alpha-1.pom.sha1 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+4cdeabae1a8a8fbab8b44e10d2ff94714ffff223
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.jboss.ejb3.container</groupId>
+ <artifactId>jboss-ejb3-container-spi</artifactId>
+ <version>1.0.0-alpha-1</version>
+ <versioning>
+ <versions>
+ <version>1.0.0-alpha-1</version>
+ </versions>
+ <lastUpdated>20100331105928</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.md5 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+2e6de203202b0eeaf825398b36e99844
\ No newline at end of file
Added: maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/jboss/ejb3/container/jboss-ejb3-container-spi/maven-metadata.xml.sha1 2010-03-31 11:08:58 UTC (rev 35870)
@@ -0,0 +1 @@
+b631ce73a63b5be5084b3a47b842c7fdea93db07
\ No newline at end of file
14 years, 9 months
Repository SVN: r35869 - in maven2/org/jboss/on: jopr-common-parent and 27 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: ispringer
Date: 2010-03-30 18:02:59 -0400 (Tue, 30 Mar 2010)
New Revision: 35869
Added:
maven2/org/jboss/on/jopr-common-parent/
maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml
maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-jboss-as-common/
maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml
maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-serverplugin-jboss-software/
maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml
maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-serverplugins-parent/
maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml
maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/
maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar
maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom
maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
Modified:
maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml
maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml
maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml
maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml
maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml
maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-parent/maven-metadata.xml
maven2/org/jboss/on/jopr-parent/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-parent/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml
maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml
maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.sha1
maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml
maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.md5
maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.sha1
Log:
Jopr 2.3.0.EmbJopr.1.3.0-4
Added: maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,28 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-common-parent</artifactId>
+ <packaging>pom</packaging>
+ <name>Jopr Common Libraries</name>
+ <description>parent POM for all Jopr common libraries</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/common/</scm.module.path>
+ </properties>
+
+ <modules>
+ <module>jboss-as</module>
+ </modules>
+</project>
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+d6c98a11aa82cbaa640cd006b5af1fe4
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-common-parent/2.3.0.EmbJopr.1.3.0-4/jopr-common-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+bacfafb70f7a5d8d06665abfce12be640095eefc
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml (rev 0)
+++ maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-common-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ <versioning>
+ <versions>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </versions>
+ <lastUpdated>20100330215828</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+35e75754fecb0a2e154b23e27bc90b04
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-common-parent/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+6478b5c12fc0ea89755e76917aad5e27f227ad91
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+9653c6ba89d7c15ea07af49ee2227159
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+ca3637c35c8dfcfefa9fd252dc8af9ccd0958d11
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,245 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jopr-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-hibernate-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr Hibernate Plugin</name>
+ <description>A plugin for managing Hibernate services</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/hibernate/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <!-- Used to add dependencies to the plugin lib
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-postgres-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.1-407.jdbc3</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>-->
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${rhq.version}/rhq-platform-plugin-${rhq.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${rhq.version}/rhq-jmx-plugin-${rhq.version}.jar" />
+ <include name="org/jboss/on/jopr-tomcat-plugin/${project.version}/jopr-tomcat-plugin-${project.version}.jar" />
+ <include name="org/jboss/on/jopr-jboss-as-plugin/${project.version}/jopr-jboss-as-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+7cfd1193489da5c03dab619d0e82c1ab
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-hibernate-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+2a27c82abecc1fd84cadcf7854b82af8603fc1c0
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.on</groupId>
<artifactId>jopr-hibernate-plugin</artifactId>
<version>3.0.0.B04</version>
@@ -8,9 +8,9 @@
<versions>
<version>2.2.0.GA</version>
<version>1.4.0.B01</version>
- <version>3.0.0.B04</version>
+ <version>3.0.0.B04</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100326133000</lastUpdated>
+ <lastUpdated>20100330215840</lastUpdated>
</versioning>
</metadata>
-
Modified: maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-f123c93e480b9d79dd67f42a69261f7e
\ No newline at end of file
+605e4d4d35eaa0312990de3eb7ce7102
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-hibernate-plugin/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-ef794dfa46786dee2b18e73d8c52dfd076d74c79
\ No newline at end of file
+4335f6e4ecc56d7ff59257a55fd872e8734325e2
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+01beaf8a42aa534002721b2dcf0ef353
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+306327fee681628f305c0926680652100fa83438
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,704 @@
+<?xml version="1.0"?>
+
+<!-- $Id$ -->
+
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jopr-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-as-5-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr JBossAS 5.x Plugin</name>
+ <description>A plugin for managing JBoss Application Server 5.x</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>
+ scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...
+ </developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/jboss-as-5/</scm.module.path>
+
+ <jbossas.version>5.1.0-SNAPSHOT</jbossas.version>
+ <rhq.testng.excludedGroups>as5-plugin</rhq.testng.excludedGroups>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-parent</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-component-matrix</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-as-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.integration</groupId>
+ <artifactId>jboss-profileservice-spi</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.man</groupId>
+ <artifactId>jboss-managed</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.man</groupId>
+ <artifactId>jboss-metatype</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.remoting</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- To prevent the classloading issues with the maven's isolated classloader
+ and the plugin classloader in our integration tests, we just include all
+ the deps for the AS5 plugin in the test scope. -->
+
+ <!-- NOTE: To shorten the list of required dependencies (as commented out below)
+ we now use the following method. -->
+<!--
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-client</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-dependency</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.aspects</groupId>
+ <artifactId>jboss-security-aspects</artifactId>
+ <scope>test</scope>
+ </dependency>
+-->
+
+<!--
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.naming</groupId>
+ <artifactId>jnp-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-aspects</artifactId>
+ <version>5.1.0.CR1</version>
+ <classifier>jboss-aspect-jdk50-client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>trove</groupId>
+ <artifactId>trove</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>oswego-concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4-jboss</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-server</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-mdr</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>5.1.0.CR1</version>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.integration</groupId>
+ <artifactId>jboss-transaction-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-common</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-core</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-ext-api</artifactId>
+ <version>1.0.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-proxy-spi</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-proxy-impl</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-security</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-dependency</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbosssx-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.aspects</groupId>
+ <artifactId>jboss-security-aspects</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.aop</groupId>
+ <artifactId>jboss-aop</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-reflect</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-core-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-client-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-profileservice</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-server</artifactId>
+ <classifier>jmx-invoker-adaptor-client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.messaging</groupId>
+ <artifactId>jboss-messaging-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+-->
+ <!-- Uncomment the below deps if you want to pull down the jboss-profileservice
+ and jboss-system sources jars for debugging purposes. You will also need
+ to make sure you have the JBoss snapshot repo in this POM or your settings.xml.
+ -->
+<!--
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-profileservice</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-system</artifactId>
+ <scope>provided</scope>
+ </dependency>
+-->
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <includeScope>runtime</includeScope>
+ <excludeTransitive>true</excludeTransitive>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+
+ <execution>
+ <id>copy-dependencies-of-jbossas-common</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>jboss</groupId>
+ <artifactId>jbpm</artifactId>
+ <version>3.1.1</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <parallel>false</parallel>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <additionalClasspathElements>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb2-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb2-entity-bean-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb2-sfsb-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb3-slsb-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb3-sfsb-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb3-local-interface-test.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ <property>
+ <name>ejb2.test.jars.path</name>
+ <value>${project.build.testSourceDirectory}/../jars/ejb2-test.jar;${project.build.testSourceDirectory}/../jars/ejb2-entity-bean-test.jar;${project.build.testSourceDirectory}/../jars/ejb2-sfsb-test.jar</value>
+ </property>
+ <property>
+ <name>ejb3.test.jars.path</name>
+ <value>${project.build.testSourceDirectory}/../jars/ejb3-slsb-test.jar;${project.build.testSourceDirectory}/../jars/ejb3-sfsb-test.jar;${project.build.testSourceDirectory}/../jars/ejb3-mdb-test.jar;${project.build.testSourceDirectory}/../jars/ejb3-embedded-test.ear;${project.build.testSourceDirectory}/../jars/ejb3-local-interface-test.jar</value>
+ </property>
+ <property>
+ <name>principal</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>credentials</name>
+ <value>admin</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${rhq.version}/rhq-platform-plugin-${rhq.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${rhq.version}/rhq-jmx-plugin-${rhq.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <parallel>false</parallel>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <additionalClasspathElements>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb2-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb2-entity-bean-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb2-sfsb-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb3-slsb-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb3-sfsb-test.jar</additionalClasspathElement>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/ejb3-local-interface-test.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ <property>
+ <name>ejb2.test.jars.path</name>
+ <value>${project.build.testSourceDirectory}/../jars/ejb2-test.jar;${project.build.testSourceDirectory}/../jars/ejb2-entity-bean-test.jar;${project.build.testSourceDirectory}/../jars/ejb2-sfsb-test.jar</value>
+ </property>
+ <property>
+ <name>ejb3.test.jars.path</name>
+ <value>${project.build.testSourceDirectory}/../jars/ejb3-slsb-test.jar;${project.build.testSourceDirectory}/../jars/ejb3-sfsb-test.jar;${project.build.testSourceDirectory}/../jars/ejb3-mdb-test.jar;${project.build.testSourceDirectory}/../jars/ejb3-embedded-test.ear;${project.build.testSourceDirectory}/../jars/ejb3-local-interface-test.jar</value>
+ </property>
+ <property>
+ <name>principal</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>credentials</name>
+ <value>admin</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+ <repositories>
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.0.1</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
Added: maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+0bf82816864d0bb1e1f9db60e13da6af
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-5-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+0707fcc3aab15b6c1a38c080a96f10f94b130a57
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.on</groupId>
<artifactId>jopr-jboss-as-5-plugin</artifactId>
<version>3.0.0.B04</version>
<versioning>
<versions>
<version>1.4.0.B01</version>
- <version>3.0.0.B04</version>
+ <version>3.0.0.B04</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100326133000</lastUpdated>
+ <lastUpdated>20100330215849</lastUpdated>
</versioning>
</metadata>
-
Modified: maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-fc17efbd9a09ba2d263a26f8ded12d7a
\ No newline at end of file
+05df03d444efa0feb8b9cf1a13913e10
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-as-5-plugin/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-f4fea69b74f75912338309c749f2813c8fb7d581
\ No newline at end of file
+feceac933fafe7d4d8242990e8228f962db70217
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+e6e2355d0ea32b0689a5897c457ce608
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+72d83911a3d46567693a67485fd0432f001462ef
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,89 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jopr-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-common-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-as-common</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr JBossAS 4/5 Plugins Common Library</name>
+ <description>A library with the code common to the JBoss AS 4 and 5 plugins</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/common/jboss-as/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jbpm</artifactId>
+ <version>3.1.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+
+ </dependencies>
+
+<!-- Because this library is a helper only used by other libraries, it doesn't make
+ sense to package its dependencies into the /lib folder of its jar. The libraries
+ there wouldn't be loaded by the plugin container classloader anyway because this
+ helper library is already present in a /lib of the actual plugin.
+ The plugin poms therefore must copy the dependencies of this library into their
+ /lib dirs manually (until we find a better way of solving this...).
+-->
+<!--
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>jboss</groupId>
+ <artifactId>jbpm</artifactId>
+ <version>3.1.1</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+-->
+
+</project>
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+caede01172a75e3d3ead00fac8e20d86
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-common-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+18ebb771283303a8578d17b529c9f8cef83cb604
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-as-common</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ <versioning>
+ <versions>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </versions>
+ <lastUpdated>20100330215831</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+f7d0a49aa89690320e3a0bf675573f93
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-common/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+62d2899d8f830ec165ebd6ffe7ef7d93b094b26f
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+475605500629e4efdb68d1b4e0e7ad6b
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+20b9d5613bc29afd0112b6a2b995d4bf521f00d8
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,349 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jopr-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-as-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr JBossAS 3.2.x/4.x Plugin</name>
+ <description>A plugin for managing JBoss Application Server 3.2.x/4.x</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/jboss-as/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- internal -->
+
+ <!-- TODO: Move this up to the parent pom. -->
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope> <!-- by plugin container -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${rhq.version}</version>
+ <scope>test</scope> <!-- this is OK. plugins do not have access to clientapi, but this is only for tests so this is OK -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-as-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- 3rd-party -->
+
+ <dependency>
+ <groupId>bsh</groupId>
+ <artifactId>bsh</artifactId>
+ <version>1.3.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ </artifactItem>
+ <artifactItem>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>bsh</groupId>
+ <artifactId>bsh</artifactId>
+ <version>1.3.0</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>jboss</groupId>
+ <artifactId>jbpm</artifactId>
+ <version>3.1.1</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-as-common</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ <execution>
+ <id>copy-dependencies-of-jbossas-common</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common</artifactId>
+ </artifactItem>
+ <artifactItem>
+ <groupId>jboss</groupId>
+ <artifactId>jbpm</artifactId>
+ <version>3.1.1</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+
+ <profiles>
+
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${rhq.version}/rhq-platform-plugin-${rhq.version}.jar" />
+ <include name="org/jboss/on/jopr-tomcat-plugin/${project.version}/jopr-tomcat-plugin-${project.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${rhq.version}/rhq-jmx-plugin-${rhq.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+edb6b93422a069ad66366ef11b1d54df
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-as-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+8c1c694497ce1a38c85cf11b2db7fd22aacce69c
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.on</groupId>
<artifactId>jopr-jboss-as-plugin</artifactId>
<version>3.0.0.B04</version>
@@ -9,8 +9,8 @@
<version>2.2.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100326133000</lastUpdated>
+ <lastUpdated>20100330215838</lastUpdated>
</versioning>
</metadata>
-
Modified: maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-fd36331c9d573f805f87f64244da4485
\ No newline at end of file
+95dd5c33852cba7c04a3d15d67682072
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-as-plugin/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-0318391a7243fd96d0244ab1d6834d6303f1f06f
\ No newline at end of file
+16b00e2d5da6f5114bba09802201e51e6a4fd86d
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+08a4d099da030fd2d305865ec1df16b1
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+bfd184bc095142159368ee27edc56defced7f3b5
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,221 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jon-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-cache-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr JBossCache 4.x Plugin</name>
+ <description>A plugin for managing JBossCache 4.x services</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/jboss-cache/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>jopr-jboss-as-plugin</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${rhq.version}/rhq-platform-plugin-${rhq.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${rhq.version}/rhq-jmx-plugin-${rhq.version}.jar" />
+ <include name="org/jboss/on/rhq-tomcat-plugin/${project.version}/rhq-tomcat-plugin-${project.version}.jar" />
+ <include name="org/jboss/on/rhq-jbossas-plugin/${project.version}/rhq-jbossas-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+389ad48e2cb8a89e1d056b3056d5a0d2
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+09797d18e477d8d2f718b5286868555eb4403413
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.on</groupId>
<artifactId>jopr-jboss-cache-plugin</artifactId>
<version>3.0.0.B04</version>
@@ -9,8 +9,8 @@
<version>2.2.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100326133000</lastUpdated>
+ <lastUpdated>20100330215843</lastUpdated>
</versioning>
</metadata>
-
Modified: maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-65dcf718004f97a41f0ba1a229788bd5
\ No newline at end of file
+b0b772606728598a1d1f63d649a6bd53
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-cache-plugin/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-c7b3120ddc3656084ca649a2bb76e87d32d9fcfd
\ No newline at end of file
+9bbbaa35789c4e5e9a07ade32d4671f940f9ab6e
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+18216ab6c88c2bd8661546f8f194da65
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+6f2235aeefd35e94e5b54239de1b01426951cabe
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,600 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jon-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-jboss-cache-v3-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr JBossCache 3.x Plugin</name>
+ <description>A plugin for managing JBossCache 3.x services</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+
+ <properties>
+ <scm.module.path>modules/plugins/jboss-cache-v3/</scm.module.path>
+ <jbossas.version>5.1.0-SNAPSHOT</jbossas.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-parent</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-component-matrix</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>jopr-jboss-as-5-plugin</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.integration</groupId>
+ <artifactId>jboss-profileservice-spi</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+<!--
+ <dependency>
+ <groupId>org.jboss.remoting</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.naming</groupId>
+ <artifactId>jnp-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.messaging</groupId>
+ <artifactId>jboss-messaging-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-aspects</artifactId>
+ <version>5.1.0.CR1</version>
+ <classifier>jboss-aspect-jdk50-client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>trove</groupId>
+ <artifactId>trove</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>oswego-concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4-jboss</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-server</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-mdr</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>5.1.0.CR1</version>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.integration</groupId>
+ <artifactId>jboss-transaction-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-common</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-core</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-ext-api</artifactId>
+ <version>1.0.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-proxy-spi</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-proxy-impl</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-security</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-dependency</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbosssx-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.aspects</groupId>
+ <artifactId>jboss-security-aspects</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.aop</groupId>
+ <artifactId>jboss-aop</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-reflect</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-core-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-client-spi</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-profileservice</artifactId>
+ <classifier>client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-server</artifactId>
+ <classifier>jmx-invoker-adaptor-client</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.messaging</groupId>
+ <artifactId>jboss-messaging-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+-->
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <includeScope>runtime</includeScope>
+ <excludeTransitive>true</excludeTransitive>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>jbosscache3-test</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <additionalClasspathElements>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/TestCacheEJB.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ <property>
+ <name>principal</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>credentials</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>testJarPath</name>
+ <value>${project.build.testSourceDirectory}/../jars/TestEar.ear</value>
+ </property>
+ <property>
+ <name>xmlFilePath</name>
+ <value>${project.build.testSourceDirectory}/../resources/test-service.xml</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <additionalClasspathElements>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/TestCacheEJB.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ <tasks>
+ <echo>Setting up plugin dependencies...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${rhq.version}/rhq-platform-plugin-${rhq.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${rhq.version}/rhq-jmx-plugin-${rhq.version}.jar" />
+ <include name="org/jboss/on/jopr-jboss-as-5-plugin/${project.version}/jopr-jboss-as-5-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <parallel>false</parallel>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <additionalClasspathElements>
+ <additionalClasspathElement>${project.build.testSourceDirectory}/../jars/TestCacheEJB.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ <excludedGroups>jbosscache3-test</excludedGroups>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ <property>
+ <name>principal</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>credentials</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>testJarPath</name>
+ <value>${project.build.testSourceDirectory}/../jars/TestEar.ear</value>
+ </property>
+ <property>
+ <name>xmlFilePath</name>
+ <value>${project.build.testSourceDirectory}/../resources/test-service.xml</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+ <repositories>
+
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ </snapshots>
+ </repository>
+
+
+ </repositories>
+
+ <reporting>
+
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.0.1</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
+
+</project>
Added: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+f8ca90788e583cb9334c5877b766f933
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-jboss-cache-v3-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+b70a8e860803cf555de0829f3f0c8a035ebc7ca2
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.on</groupId>
<artifactId>jopr-jboss-cache-v3-plugin</artifactId>
<version>3.0.0.B04</version>
@@ -8,8 +8,8 @@
<versions>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100326133000</lastUpdated>
+ <lastUpdated>20100330215851</lastUpdated>
</versioning>
</metadata>
-
Modified: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-6fa9b9676a1d548f9adcfdcc924e7689
\ No newline at end of file
+95d1d99f3f00e4fe8ae7fc04f5a8a9e7
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-jboss-cache-v3-plugin/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-6d0611710a8523f6ac4c8465bb8b364251b36c42
\ No newline at end of file
+010f144891490500921d325fec597a3cf59f890c
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,131 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-modules-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>Jopr Modules</name>
+ <description>parent POM for all Jopr modules</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/</scm.module.path>
+
+ <!-- dependency versions -->
+ <hibernate-all.version>1.0.0.Alpha9</hibernate-all.version>
+ <persistence-api.version>1.0</persistence-api.version>
+ </properties>
+
+ <!-- These dependencies are (mostly) common to the plugin artifacts built under the
+ Jopr umbrella. They are not specific to the build a one particular artifact but
+ placed here to simplify the child poms. -->
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope> <!-- by PC -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope> <!-- by PC -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-plugin-api</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope> <!-- by PC -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-native-system</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope> <!-- by PC -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-plugin-container</artifactId>
+ <version>${rhq.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- Third-party libs -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be available when compiling dependent classes. It is fixed in JDK 6. -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- by ON container -->
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be available when compiling dependent classes; it is fixed in JDK 6. -->
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope> <!-- by ON container -->
+ </dependency>
+
+ </dependencies>
+
+ <modules>
+ <module>common</module>
+ <module>plugins</module>
+ </modules>
+
+ <profiles>
+
+ <!-- enterprise-only stuff -->
+ <profile>
+ <id>enterprise</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>serverplugins</module>
+ </modules>
+ </profile>
+
+ <!-- same as enterprise profile, except includes dist -->
+ <profile>
+ <id>dist</id>
+ <modules>
+ <module>serverplugins</module>
+ <module>dist</module>
+ </modules>
+ </profile>
+
+ </profiles>
+</project>
Added: maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+a8b89f7438cfa09fd6b2f3aa9fd95b8f
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-modules-parent/2.3.0.EmbJopr.1.3.0-4/jopr-modules-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+ec9727061479d8ccd16497c215be74be04e6bfad
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -7,7 +7,8 @@
<versioning>
<versions>
<version>2.2.0.GA</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20090506185319</lastUpdated>
+ <lastUpdated>20100330215828</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-55ee664fa4bd5c2510ab82a02b8e7257
\ No newline at end of file
+78bf464cca490ef08db2c65765e93e34
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-modules-parent/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-438d0f1b157a2a271fefb9ceabebfd1bcfa021ee
\ No newline at end of file
+c616cdc147b4462cb3b2fbc29725dd47c4afa1dc
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,56 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- NOTE: We extend the RHQ parent pom, because we essentially want all the same
+ base settings - plugins, dependencies, etc. -->
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ <packaging>pom</packaging>
+
+ <name>Jopr</name>
+ <description>parent POM for all Jopr (non-RHQ) modules</description>
+ <url>http://www.jboss.org/jopr/</url>
+ <inceptionYear>2008</inceptionYear>
+
+ <organization>
+ <name>JBoss, by Red Hat</name>
+ <url>http://jboss.com/</url>
+ </organization>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>https://jira.jboss.org/jira/browse/JOPR</url>
+ </issueManagement>
+
+ <properties>
+ <rhq.groupId>org.rhq</rhq.groupId>
+ <rhq.version>1.3.0.EmbJopr.1.3.0-4</rhq.version>
+ <rhq.product.name>RHQ</rhq.product.name>
+ <rhq.earName>rhq.ear</rhq.earName>
+ <!-- the below path is relative to {rhq-trunk} -->
+ <rhq.defaultDevContainerPath>dev-container</rhq.defaultDevContainerPath>
+ <!-- set the below prop to true to enable misc extra build output -->
+ <rhq.debug>false</rhq.debug>
+
+ <scm.branch>trunk</scm.branch>
+ <scm.module.path />
+ </properties>
+
+ <modules>
+ <module>modules</module>
+ </modules>
+
+</project>
Added: maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+847e984b6a7e944d315cfd2ba381e339
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-parent/2.3.0.EmbJopr.1.3.0-4/jopr-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+909e0196507d303a2c93db2ba1d11bdf5a386793
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-parent/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -7,7 +7,8 @@
<versioning>
<versions>
<version>2.2.0.GA</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20090506120240</lastUpdated>
+ <lastUpdated>20100330215828</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/on/jopr-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-parent/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-b7794e4875205efcf16d4c582843942a
\ No newline at end of file
+44a8d1294960b9f16912a8a5b4b1e6cc
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-parent/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-84661e054d205721833d439596c978dfa192d529
\ No newline at end of file
+ff2331e35c2d3874ef850ba4c36bb82528539cb1
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,83 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <!-- Plugin poms should not set their parent pom to this artifact. Instead, set to "jopr-modules-parent". This is due to
+ the fact that this pom runs integration tests *on* the plugins. This pom must process in the reactor after the
+ plugins themselves, as such, it can't be their parent. -->
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-plugins-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ <packaging>pom</packaging>
+ <name>Jopr Plugins</name>
+ <description>parent POM for all Jopr plugins</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/</scm.module.path>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- plugins - order is important -->
+ <modules>
+ <module>tomcat</module>
+ <module>jboss-as</module>
+ <module>hibernate</module>
+ <module>rhq-server</module>
+ <module>jboss-cache</module>
+ <module>jboss-as-5</module>
+ <module>jboss-cache-v3</module>
+ </modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>integration-test</phase>
+ <configuration>
+ <tasks>
+ <property name="test.classpath" refid="maven.test.classpath" />
+ <echo>Validating plugins...</echo>
+ <java classname="org.rhq.core.pc.plugin.PluginValidator" failonerror="true" fork="true">
+ <classpath>
+ <pathelement path="${test.classpath}" />
+ <pathelement location="hibernate/target/jopr-hibernate-plugin-${project.version}.jar" />
+ <pathelement location="tomcat/target/jopr-tomcat-plugin-${project.version}.jar" />
+ <pathelement location="jboss-as/target/jopr-jboss-as-plugin-${project.version}.jar" />
+ <!-- TODO: Figure out why this is causing NoClassDefFoundErrors and fix it. -->
+ <!--<pathelement location="jboss-as-5/target/jopr-jboss-as-5-plugin-${project.version}.jar" />-->
+ <pathelement location="rhq-server/target/jopr-rhq-server-plugin-${project.version}.jar" />
+ </classpath>
+ <sysproperty key="org.apache.commons.logging.Log" value="org.apache.commons.logging.impl.SimpleLog" />
+ </java>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+031c8536fa9974d9f74626f53eda0948
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-plugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-plugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+bcba946645ecf22f17fcb124541b7e95ab55531f
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -7,7 +7,8 @@
<versioning>
<versions>
<version>2.2.0.GA</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20090506120314</lastUpdated>
+ <lastUpdated>20100330215854</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-5262d238b5156d1c171be363bb1d020b
\ No newline at end of file
+7a5dba4b79e01878771027bc7bca2cda
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-plugins-parent/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-6aba758a1178d50c17f3dd7a6a428a69ba4e6da9
\ No newline at end of file
+7d3f360b2e2b339cd7ff12898940220403c0609a
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+b47e725c949c62d3bcd9248246b35801
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+96a39de8daaf9192a8e8b112180ef743ac3c1171
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,244 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jopr-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-rhq-server-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr RHQ-Server Plugin</name>
+ <description>A plugin for managing RHQ Servers</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/rhq-server/</scm.module.path>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-enterprise-comm</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope> <!-- to be bundled in the plugin -->
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-deps</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-enterprise-comm</artifactId>
+ <version>${rhq.version}</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <!-- Plugin dependencies on other plugins -->
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${rhq.version}/rhq-platform-plugin-${rhq.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${rhq.version}/rhq-jmx-plugin-${rhq.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="rhq-server-plugin-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+</project>
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+2e790c67e970bad4143e11c2348d828c
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-rhq-server-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+86835260e558fbfe301bf9f234f995f5f91d7818
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.on</groupId>
<artifactId>jopr-rhq-server-plugin</artifactId>
<version>3.0.0.B04</version>
@@ -9,8 +9,8 @@
<version>2.2.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100326133000</lastUpdated>
+ <lastUpdated>20100330215841</lastUpdated>
</versioning>
</metadata>
-
Modified: maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-07c4394e55542f071eb124d7a2ee3f13
\ No newline at end of file
+55837438edac860a1175372995d5ab7e
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-rhq-server-plugin/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-728bd87fa201a343f4ceba5579e79d9e1c1597a1
\ No newline at end of file
+3838eb624f161c1c127950a37edb52c8cbb8426d
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+fb86bd26a4a0725c3804fc824a6a23e6
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+55c4266c12e6e2daae40283207471c241c67a19c
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,132 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-serverplugins-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-serverplugin-jboss-software</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr Enterprise Server JBoss Software Plugin</name>
+ <description>JBoss Operations Network Enterprise Server JBoss Software RSS Feed Plugin</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/serverplugins/jboss-software/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>rss4j</groupId>
+ <artifactId>rss4j</artifactId>
+ <version>0.92-on.2</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <!--<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-serverplugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+a557a7bf26cf9f9446b933cc4e6f36f1
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugin-jboss-software-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+44415f04c311e3ddd64c9bb947427a538c76fcb7
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-serverplugin-jboss-software</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ <versioning>
+ <versions>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </versions>
+ <lastUpdated>20100330215855</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+1bd1f0a33d58fea05de92af5eb60b4bd
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugin-jboss-software/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+bd74365fd13421ad86258601931e7b4b168d4f9b
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,31 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-serverplugins-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>Jopr Server-side Plugins</name>
+ <description>parent POM for all Jopr server-side content source plugins</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/serverplugins/</scm.module.path>
+ </properties>
+
+ <modules>
+ <module>jboss-software</module>
+ </modules>
+
+</project>
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+e216a69e01724324733fec364a4558a7
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugins-parent/2.3.0.EmbJopr.1.3.0-4/jopr-serverplugins-parent-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+aeac2f3e79b9a9d7c021fd57fedfba8d47e0a93b
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-serverplugins-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ <versioning>
+ <versions>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </versions>
+ <lastUpdated>20100330215854</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+cfc059d27ca48dedc7a43013d1e3ba31
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-serverplugins-parent/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+1ee83453fb7eb007c21d85b969b8c17233218609
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+5f268a74c72a0e69cd7ac2cc6c5f5d07
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+77354130ca27665198201cb3454ad4732d47ab7c
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1,213 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.jboss.on</groupId>
+ <!-- Bypass the jopr-plugins-parent which can not have children. It must build after the plugins in order to execute integration tests on them. -->
+ <artifactId>jopr-modules-parent</artifactId>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.jboss.on</groupId>
+ <artifactId>jopr-tomcat-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Jopr Tomcat Plugin</name>
+ <description>A plugin for managing standalone JBoss EWS and Apache Tomcat Servers</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jopr/tags/Jopr_2_3_0_EmbJopr_1_3_0-4/...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/tomcat/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${rhq.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <profiles>
+
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${rhq.version}/rhq-platform-plugin-${rhq.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${rhq.version}/rhq-jmx-plugin-${rhq.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+1b28f19bc64d4b7a32d8d1d51303ffcf
\ No newline at end of file
Added: maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/2.3.0.EmbJopr.1.3.0-4/jopr-tomcat-plugin-2.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -0,0 +1 @@
+637116788a706d843b6b772266fc7d46753d3d5f
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.on</groupId>
<artifactId>jopr-tomcat-plugin</artifactId>
<version>3.0.0.B04</version>
@@ -9,8 +9,8 @@
<version>2.2.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>2.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100326133000</lastUpdated>
+ <lastUpdated>20100330215833</lastUpdated>
</versioning>
</metadata>
-
Modified: maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.md5 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-37b0d08af7b297c88b43936f5440c6a7
\ No newline at end of file
+dd9f2fb6e40180de6eddc3383a05c9a6
\ No newline at end of file
Modified: maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
+++ maven2/org/jboss/on/jopr-tomcat-plugin/maven-metadata.xml.sha1 2010-03-30 22:02:59 UTC (rev 35869)
@@ -1 +1 @@
-d4a64db3f986e235dac6513b14b7820dced4402a
\ No newline at end of file
+a5a9cd295bb16a113372fcdd06bafd96bc0976a3
\ No newline at end of file
14 years, 9 months
Repository SVN: r35868 - in maven2/org/rhq: rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4 and 112 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: ispringer
Date: 2010-03-30 17:58:43 -0400 (Tue, 30 Mar 2010)
New Revision: 35868
Added:
maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar
maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.md5
maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.sha1
maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear
maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.md5
maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.sha1
maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war
maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.md5
maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.sha1
maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.md5
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.sha1
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war
maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.md5
maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.sha1
maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war
maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.md5
maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.sha1
maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar
maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.md5
maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.sha1
maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.sha1
maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/
maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom
maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.md5
maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.sha1
Modified:
maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml
maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml
maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml
maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml
maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-client-api/maven-metadata.xml
maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml
maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml
maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-domain/maven-metadata.xml
maven2/org/rhq/rhq-core-domain/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-domain/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-gui/maven-metadata.xml
maven2/org/rhq/rhq-core-gui/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-gui/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-native-system/maven-metadata.xml
maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-parent/maven-metadata.xml
maven2/org/rhq/rhq-core-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml
maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml
maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml
maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.sha1
maven2/org/rhq/rhq-core-util/maven-metadata.xml
maven2/org/rhq/rhq-core-util/maven-metadata.xml.md5
maven2/org/rhq/rhq-core-util/maven-metadata.xml.sha1
maven2/org/rhq/rhq-database-plugin/maven-metadata.xml
maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml
maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.md5
maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.sha1
maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml
maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-helpers/maven-metadata.xml
maven2/org/rhq/rhq-helpers/maven-metadata.xml.md5
maven2/org/rhq/rhq-helpers/maven-metadata.xml.sha1
maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml
maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml
maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml
maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-installer/maven-metadata.xml
maven2/org/rhq/rhq-installer/maven-metadata.xml.md5
maven2/org/rhq/rhq-installer/maven-metadata.xml.sha1
maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml
maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-modules-parent/maven-metadata.xml
maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml
maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml
maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml
maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-parent/maven-metadata.xml
maven2/org/rhq/rhq-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml
maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml
maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml
maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5
maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1
maven2/org/rhq/rhq-pluginGen/maven-metadata.xml
maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.md5
maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.sha1
maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml
maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.md5
maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.sha1
maven2/org/rhq/rhq-portal/maven-metadata.xml
maven2/org/rhq/rhq-portal/maven-metadata.xml.md5
maven2/org/rhq/rhq-portal/maven-metadata.xml.sha1
maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml
maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-rtfilter/maven-metadata.xml
maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.md5
maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.sha1
maven2/org/rhq/rhq-script-plugin/maven-metadata.xml
maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml
maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.md5
maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.sha1
maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml
maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.md5
maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.sha1
maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml
maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.md5
maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.sha1
maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml
maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml
maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml
maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml
maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.md5
maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.sha1
maven2/org/rhq/rhq-webdav/maven-metadata.xml
maven2/org/rhq/rhq-webdav/maven-metadata.xml.md5
maven2/org/rhq/rhq-webdav/maven-metadata.xml.sha1
maven2/org/rhq/safe-invoker/maven-metadata.xml
maven2/org/rhq/safe-invoker/maven-metadata.xml.md5
maven2/org/rhq/safe-invoker/maven-metadata.xml.sha1
maven2/org/rhq/validate-all-plugins/maven-metadata.xml
maven2/org/rhq/validate-all-plugins/maven-metadata.xml.md5
maven2/org/rhq/validate-all-plugins/maven-metadata.xml.sha1
Log:
RHQ 1.3.0.EmbJopr.1.3.0-4
Added: maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a5cca6fef4ab81a6cf6e1ceaf6587d33
\ No newline at end of file
Added: maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c6759b1f4fb4fe9b8511b27a6cd675a924b4badf
\ No newline at end of file
Added: maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,217 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-agent-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ RHQ-Agent Plugin</name>
+ <description>a plugin for monitoring RHQ agents</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/rhq-agent/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-enterprise-agent</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by the RHQ agent -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by the RHQ plugin container -->
+ </dependency>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <!-- Plugin dependencies on other plugins -->
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ <include name="org/rhq/rhq-jmx-plugin/${project.version}/rhq-jmx-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="rhq-agent-plugin-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b96afd1e987e713c4ec535d698cd10ad
\ No newline at end of file
Added: maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-agent-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-agent-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b8adbbe1056dc747f35b91beb2cab21a39b74df6
\ No newline at end of file
Modified: maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160451</lastUpdated>
+ <lastUpdated>20100330213757</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-960203ae25229e74a6d54785d2aa4cf9
\ No newline at end of file
+fa8db320efcfcb1e52185aab5d2e3e79
\ No newline at end of file
Modified: maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-agent-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-e88cb10eb679c4f609dd11aa0f1f52e01bf291bf
\ No newline at end of file
+03630d135cfaedfb8783e14b7e378ac6b792c059
\ No newline at end of file
Added: maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5e1c29bc98e709571a3aed0564c82adb
\ No newline at end of file
Added: maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b5ff8dc71f00dc1b944f4afee985b78f93a9d36c
\ No newline at end of file
Added: maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,241 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-apache-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Apache Plugin</name>
+ <description>a plugin for managing Apache web servers (1.3 or 2.0)</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/apache/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.snmp4j</groupId>
+ <artifactId>snmp4j</artifactId>
+ <version>1.8.2</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-rhq-plugins</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+
+ <artifactItem>
+ <groupId>org.snmp4j</groupId>
+ <artifactId>snmp4j</artifactId>
+ <version>1.8.2</version>
+ </artifactItem>
+
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" update="true" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3b5b9d2871719adf76fe5ee2e0f92613
\ No newline at end of file
Added: maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-apache-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apache-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+d2678c194e1d56e063f9a48799523cb8ff108b4e
\ No newline at end of file
Modified: maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160453</lastUpdated>
+ <lastUpdated>20100330213759</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-db0cb04f9dfad8afa80def6204c13ad5
\ No newline at end of file
+2b322a0b1727bbbdae5ced4e41430e1c
\ No newline at end of file
Modified: maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-apache-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-9ccd9289aedf6a38531a625736c528fcaf18770d
\ No newline at end of file
+9cd5b33ec4a502865112218cf2e40d2392db9c13
\ No newline at end of file
Added: maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+fdc9e2e9b543447f86f036e0bab324ad
\ No newline at end of file
Added: maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3168921a709d69053c5b3b0331feadb68d071066
\ No newline at end of file
Added: maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,199 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-apt-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Apt Plugin</name>
+ <description>A plugin for managing the apt based features</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/apt/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>net.augeas</groupId>
+ <artifactId>java-augeas</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...
+ </echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>
+ ${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins
+ </rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <!--<phase>compile</phase>-->
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <!--<phase>clean</phase>-->
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a19094b116ea155c353fc9efbccccda3
\ No newline at end of file
Added: maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-apt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-apt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e0cbccc7521721b3342c16e049e97e3407300cbf
\ No newline at end of file
Modified: maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-apt-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -7,7 +8,8 @@
<versions>
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091204183647</lastUpdated>
+ <lastUpdated>20100330213807</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-3b447377b5d72767ba491ba938c92aa6
\ No newline at end of file
+297fef5f1d9036bf8215f7d40eeb8fed
\ No newline at end of file
Modified: maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-apt-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-9b1538859f12faaca71abe6644e165130d76c214
\ No newline at end of file
+2a69c6d625d528c5589596758b37bc50b66b2d35
\ No newline at end of file
Added: maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b123c147be3d024994320ef47507bdf7
\ No newline at end of file
Added: maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a7b5ab36803aa06b492a8633f23a0bcf4ab6c9a1
\ No newline at end of file
Added: maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,143 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-augeas-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Augeas Plugin</name>
+ <description>An abstract plugin for configuring resources via Augeas</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>net.augeas</groupId>
+ <artifactId>java-augeas</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-jna-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>net.augeas</groupId>
+ <artifactId>java-augeas</artifactId>
+ <version>1.0</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+958e9c8513ad1c1dc44ba9d413fc54b4
\ No newline at end of file
Added: maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-augeas-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-augeas-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c83bc5b426fecc86f5e2e6871ccf079130e3edf1
\ No newline at end of file
Modified: maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160452</lastUpdated>
+ <lastUpdated>20100330213806</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-509a6d7b9cbb2257c3aa1ee85cc4418e
\ No newline at end of file
+3705fc3e9b11186c5c0090e018ca52bb
\ No newline at end of file
Modified: maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-augeas-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-28b2d5366ab64e9a60043bbb56e998fe92339303
\ No newline at end of file
+1bc4b6956811b75445958ea51893bbaba3430bbc
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+22933356fa2c188644f378ed9eefc578
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8beae1eaceb667eb76730b2b53bc93f0e9bf932e
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,171 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Client API</name>
+ <description>Server and Client APIs for invoking operations on the RHQ plugin container</description>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-comm-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes; it is fixed in JDK 6. -->
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope>
+ <!-- set scope to 'provided', so Hibernate annotations can be used in the entities -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>jboss-ejb3-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <!--<scope>test</scope> not sure about this -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.sun.tools.xjc.maven2</groupId>
+ <artifactId>maven-jaxb-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <generateDirectory>${basedir}/target/generated-sources/xjc</generateDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>java.net</id>
+ <name>java.net Maven 1 Repository</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <repositories>
+ <repository>
+ <id>java.net</id>
+ <name>java.net Maven 1 Repository</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/lib</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+cc387c389ef92cf20d3013cf5f5c465a
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-client-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-client-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4fa96fcb802ed98c63e49dc4d9c810a9c2abfea5
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-client-api/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-client-api/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-client-api/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160430</lastUpdated>
+ <lastUpdated>20100330213723</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-747f7f060b268858208f53022b40b009
\ No newline at end of file
+23865e0ca161b739728051c16f3e2f4d
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-client-api/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-9fda84aa23604ea3a44813da42510c9a7549daea
\ No newline at end of file
+5526771aa42283294b5fcc6eead8facb896fba2a
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5630db21cb05e9a7bd222fcb86030e1f
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c31c72a12f5aa19de04dbb965c571838107b2c7b
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,89 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-comm-api</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Agent-Server Communications Annotations API</name>
+ <description>
+ Communications API containing annotations that can be applied to
+ interfaces that do not necessarily have access to the full comm module
+ </description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/comm-api/</scm.module.path>
+ </properties>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/lib</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+d3891bd66af70ce201320ed662667d21
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-comm-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+35d02438e6fcdacb047c6356c01facd1c87f2a18
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160421</lastUpdated>
+ <lastUpdated>20100330213709</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-12ffb92561f0843a7775394e42461b81
\ No newline at end of file
+f339e5aed62c2e53d5b93688b0cc4981
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-comm-api/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-a78d0926d0d7ae73e671c7f1ee72b4b4b3d0288e
\ No newline at end of file
+305daa28201283d2dac5d9882a62f6820167c066
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c899395cc95e5022d6c9d3d25fffe89c
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+99c286b82cd429eeef8f9d23e76fcf6b08a2622d
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,275 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-dbutils</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Database Utilities</name>
+ <description>Database schema setup, upgrade and other utilities</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/dbutils/</scm.module.path>
+ <db.schema.version>2.55</db.schema.version>
+ </properties>
+
+ <dependencies>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>1.6.5</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sourceforge.jtds</groupId>
+ <artifactId>jtds</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <!-- generate the I18N resource bundles -->
+ <taskdef name="i18n" classpathref="maven.runtime.classpath" classname="mazz.i18n.ant.I18NAntTask" />
+
+ <i18n outputdir="${project.build.outputDirectory}" defaultlocale="en" verbose="false" append="false" verify="true">
+ <classpath refid="maven.runtime.classpath" />
+ <classfileset dir="${project.build.outputDirectory}">
+ <include name="**/*I18NResourceKeys.class" />
+ </classfileset>
+ </i18n>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>dbsetup-worker</id>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <ant antfile="${basedir}/src/main/scripts/dbsetup-build.xml">
+ <property name="settings.localRepository" value="${settings.localRepository}" />
+ <!--<property name="ojdbc14.version" value="${ojdbc14.version}" />-->
+ <property name="ojdbc5.version" value="${ojdbc5.version}" />
+ <property name="postgresql.version" value="${postgresql.version}" />
+ <property name="h2.version" value="${h2.version}" />
+ <property name="jtds.version" value="${jtds.version}" />
+ <property name="task.classpath.property" refid="maven.test.classpath" />
+ <property name="rhq.ds.type-mapping" value="${rhq.test.ds.type-mapping}" />
+ <property name="rhq.ds.connection-url" value="${rhq.test.ds.connection-url}" />
+ <property name="rhq.ds.user-name" value="${rhq.test.ds.user-name}" />
+ <property name="rhq.ds.password" value="${rhq.test.ds.password}" />
+ <property name="project.version" value="${project.version}" />
+ <property name="db.schema.version" value="${db.schema.version}" />
+ <property name="dbsetup" value="${dbsetup}" />
+ <property name="dbsetup-uninstall" value="${dbsetup-uninstall}" />
+ <property name="dbsetup-upgrade" value="${dbsetup-upgrade}" />
+ <property name="dbsetup-export" value="${dbsetup-export}" />
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>generate-dbsetup-dbupgrade-xml-files</id>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <ant antfile="${basedir}/src/main/scripts/dbsetup-build.xml" target="dbsetup-combine">
+ <property name="settings.localRepository" value="${settings.localRepository}" />
+ <!--<property name="ojdbc14.version" value="${ojdbc14.version}" />-->
+ <property name="ojdbc5.version" value="${ojdbc5.version}" />
+ <property name="postgresql.version" value="${postgresql.version}" />
+ <property name="h2.version" value="${h2.version}" />
+ <property name="jtds.version" value="${jtds.version}" />
+ <property name="task.classpath.property" refid="maven.test.classpath" />
+ <property name="rhq.ds.type-mapping" value="${rhq.test.ds.type-mapping}" />
+ <property name="rhq.ds.connection-url" value="${rhq.test.ds.connection-url}" />
+ <property name="rhq.ds.user-name" value="${rhq.test.ds.user-name}" />
+ <property name="rhq.ds.password" value="${rhq.test.ds.password}" />
+ <property name="project.version" value="${project.version}" />
+ <property name="db.schema.version" value="${db.schema.version}" />
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <!--
+ This execution will abort the build if the database schema is not up to date.
+ If you want the build to continue, regardless of your currently installed schema,
+ then pass -Ddbsetup-do-not-check-schema to the mvn command line.
+ -->
+ <id>test-db-schema-version</id>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <ant antfile="${basedir}/src/main/scripts/dbsetup-build.xml" target="dbsetup-check-schema">
+ <property name="settings.localRepository" value="${settings.localRepository}" />
+ <!--<property name="ojdbc14.version" value="${ojdbc14.version}" />-->
+ <property name="ojdbc5.version" value="${ojdbc5.version}" />
+ <property name="postgresql.version" value="${postgresql.version}" />
+ <property name="h2.version" value="${h2.version}" />
+ <property name="jtds.version" value="${jtds.version}" />
+ <property name="task.classpath.property" refid="maven.test.classpath" />
+ <property name="rhq.ds.type-mapping" value="${rhq.test.ds.type-mapping}" />
+ <property name="rhq.ds.connection-url" value="${rhq.test.ds.connection-url}" />
+ <property name="rhq.ds.user-name" value="${rhq.test.ds.user-name}" />
+ <property name="rhq.ds.password" value="${rhq.test.ds.password}" />
+ <property name="project.version" value="${project.version}" />
+ <property name="db.schema.version" value="${db.schema.version}" />
+ <property name="rhq.ds.driver-class" value="${rhq.test.ds.driver-class}" />
+ <property name="dbsetup-do-not-check-schema" value="${dbsetup-do-not-check-schema}" />
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>DatabaseTest.nofail</name>
+ <value>${DatabaseTest.nofail}</value>
+ </property>
+ <property>
+ <name>AntDatabaseTest.test-resources</name>
+ <value>${basedir}/src/test/resources</value>
+ </property>
+ </systemProperties>
+ <!-- The below is required for tests to run against Oracle. -->
+ <additionalClasspathElements>
+ <!--<additionalClasspathElement>${settings.localRepository}/ojdbc14/ojdbc14/${ojdbc14.version}/ojdbc14-${ojdbc14.version}.jar</additionalClasspathElement>-->
+ <additionalClasspathElement>${settings.localRepository}/com/oracle/ojdbc5/${ojdbc5.version}/ojdbc5-${ojdbc5.version}.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/lib</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4262a3c147157e94222839e3993d14f5
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-dbutils/1.3.0.EmbJopr.1.3.0-4/rhq-core-dbutils-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4b477ffad12f7c2dd710ec1b6cc78668b23d3d6f
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160425</lastUpdated>
+ <lastUpdated>20100330213710</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-2e35be559c092bc97c714b15b9db5a21
\ No newline at end of file
+eaefa6abdd11fc55cffe66a474050dc7
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-dbutils/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-b5225ed5ace9d47cd0a92552c7961c12f3ff6817
\ No newline at end of file
+acddaf98208a86115f42dfb3b41171668d5f4193
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+2659ca63faf1476b4a708619872bd599
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+74e0759dedad529f8d56d3d40072f9017ab72b15
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,316 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <packaging>ejb</packaging>
+
+ <name>RHQ Domain Model</name>
+ <description>RHQ domain model classes (i.e. POJOs used by both server and agent)</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/domain/</scm.module.path>
+
+ <!-- dependency versions -->
+ <jboss-embeddable-ejb3.version>1.0.0.Alpha9</jboss-embeddable-ejb3.version>
+ </properties>
+
+ <dependencies>
+
+ <!-- the notorious util jar -->
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- required by PersistenceUtil -->
+ <dependency>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- required by PersistenceUtil and EJB3 Embedded -->
+ <dependency>
+ <groupId>hibernate-entitymanager</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <!-- needed if you want to use the logging JDBC wrapper
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-dbutils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ -->
+
+ <!--
+ <!- - so Seam annotations can be used in the entities - ->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <version>${seam.version}</version>
+ <scope>provided</scope> <!- - by ${rhq.earName} - ->
+ </dependency>
+ -->
+
+ <!--================ Test Deps ================-->
+
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sourceforge.jtds</groupId>
+ <artifactId>jtds</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>jboss-ejb3-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>test</scope>
+ </dependency>
+
+<!--
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>thirdparty-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>test</scope>
+ </dependency>
+-->
+
+ <!-- NOTE: The remaining test deps correspond to the classes contained in hibernate-all.jar and thirdparty-all.jar. -->
+
+ <dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.7</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-nodep</artifactId>
+ <version>2.1_3</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1-jboss</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.4.ga</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>oswego-concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>trove</groupId>
+ <artifactId>trove</artifactId>
+ <version>1.0.2</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+
+ <finalName>rhq-core-domain-ejb3</finalName>
+
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <filtering>true</filtering>
+ </testResource>
+ </testResources>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>ejbjarDirectory</name>
+ <value>target/classes</value>
+ </property>
+ <property>
+ <name>hibernate.dialect</name>
+ <value>${rhq.test.ds.hibernate-dialect}</value>
+ </property>
+ </systemProperties>
+ <!-- The below is required for tests to run against Oracle. -->
+ <additionalClasspathElements>
+ <!--<additionalClasspathElement>${settings.localRepository}/ojdbc14/ojdbc14/${ojdbc14.version}/ojdbc14-${ojdbc14.version}.jar</additionalClasspathElement>-->
+ <additionalClasspathElement>${settings.localRepository}/com/oracle/ojdbc5/${ojdbc5.version}/ojdbc5-${ojdbc5.version}.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <ejbVersion>3.0</ejbVersion>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addClasspath>true</addClasspath>
+ <classpathPrefix>lib/</classpathPrefix>
+ </manifest>
+ <manifestEntries>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentName>${project.build.finalName}.jar</rhq.deploymentName>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/${rhq.deploymentName}</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from target${file.separator}classes${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="target/classes" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
+ <delete dir="${deployment.dir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+99348c1ad8b8cef1a8febc30c5da38ea
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-domain/1.3.0.EmbJopr.1.3.0-4/rhq-core-domain-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3a67b76d620317c7b531dba02a5ae92d5b7aded4
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-domain/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-domain/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-domain/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160427</lastUpdated>
+ <lastUpdated>20100330213711</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-domain/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-domain/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-domain/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-52488e4c7e6492218b8f2fe979b515e9
\ No newline at end of file
+585dabeef873fb4e384bb992a2dd39f5
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-domain/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-domain/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-domain/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-e559e05954b15d61e195b3fa585b97c553ac42be
\ No newline at end of file
+86bf3ae3e318216432202f4ba88034dd14532d72
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+38d7cfc7462d634143d798a7d1ca75ea
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+872bfbdc94af9ccb4c4729dea07394a070ca8e09
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,224 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-gui</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Shared GUI Classes</name>
+ <description>JSF utility classes, validators, converters, etc. that are used by both enterprise and embedded
+ </description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/gui/</scm.module.path>
+
+ <!-- dependency versions -->
+ <el.version>1.0</el.version>
+ <seam.version>2.1.0.SP1</seam.version>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by ${rhq.earName} -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by ${rhq.earName} (as ejb-jar) -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by ${rhq.earName} -->
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <!-- needed for referenced domain entities that use Hibernate annotations (due to JDK5 bug) -->
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope>
+ <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ <!-- by JBossAS -->
+ </dependency>
+
+ <!-- needed for referenced domain entities that use JPA annotations (due to JDK5 bug) -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ <!-- by JBossAS -->
+ <!-- transitive dependency needed for JspC -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <!-- == Seam Related Dependencies ================ -->
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <version>2.1.0.SP1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ </dependencies>
+
+ <repositories>
+
+ <repository>
+ <id>java.net-m1-releases</id>
+ <name>Java.net Maven 1 Repository - for javax.faces, javax.el, com.sun.el, and com.sun.facelets releases</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+
+ <!--
+ <repository>
+ <id>exadel-snapshots</id>
+ <name>Exadel Snapshot Maven 2 Repo - for ajax4jsf and richfaces snapshots</name>
+ <url>http://maven.exadel.com/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ -->
+
+ </repositories>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-portal.war/WEB-INF/lib</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b01bd9a576a9161678dc1915b499fc45
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-gui/1.3.0.EmbJopr.1.3.0-4/rhq-core-gui-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+511348a1e9cf7bb31567ec51acbaff2ddb77f828
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-gui/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-gui/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-gui/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160432</lastUpdated>
+ <lastUpdated>20100330213728</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-gui/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-gui/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-gui/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-025bb1a9729d8a70f605cd57fcfe72cc
\ No newline at end of file
+f6ad8d312554f3f28d7640685dfe9a59
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-gui/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-gui/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-gui/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-630f4c8897ff18474a46eb5bd7bee408d2945110
\ No newline at end of file
+cece648195d02c921d4124f7441abd2c16162091
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5d355491cfe810f651316d8a15ffb9b3
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+0985019c5619a076111de2dd325907d57d409389
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,110 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-native-system</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Native System API</name>
+ <description>
+ Java API that wraps the native library used to access low-level system resources natively.
+ </description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/native-system/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hyperic</groupId>
+ <artifactId>sigar</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.hyperic</groupId>
+ <artifactId>sigar-dist</artifactId>
+ <version>${sigar.version}</version>
+ <type>zip</type>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <!-- need to copy/unzip the native libraries to the target directory and tell SystemInfoFactory where they are -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-test-resources</phase>
+ <configuration>
+ <tasks>
+ <echo>SIGAR java library version used is ${sigar.version}</echo>
+ <echo>Copying/unzipping SIGAR native libraries (version ${sigar.version}) to local build directory</echo>
+ <mkdir dir="${project.build.directory}/jboss-sigar" />
+ <copy toDir="${project.build.directory}/jboss-sigar">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ </copy>
+ <unzip dest="${project.build.directory}/jboss-sigar">
+ <fileset dir="${project.build.directory}/jboss-sigar" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="${project.build.directory}/jboss-sigar" flatten="true">
+ <fileset dir="${project.build.directory}/jboss-sigar">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="${project.build.directory}/jboss-sigar/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <!-- need to point the library path to the location of the native libraries -->
+ <argLine>-Dorg.hyperic.sigar.path=${project.build.directory}/jboss-sigar</argLine>
+ <!--
+ <argLine>-Dorg.hyperic.sigar.path=${project.build.directory}/jboss-sigar -Dsigar.nativeLogging=true -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>
+ -->
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a1259a263fc2513807d09c9262d108d9
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-native-system/1.3.0.EmbJopr.1.3.0-4/rhq-core-native-system-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f2c4d5e052f04023824e734b5a1595ccb76b165a
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-native-system/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-native-system/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-native-system/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160421</lastUpdated>
+ <lastUpdated>20100330213709</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-e2ad1a25ea6456e7cb5673a7d351ccfb
\ No newline at end of file
+d63790185da4a65e0eb8ea74ab713080
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-native-system/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-c8f31c154ca3f3ef288d3da0e6e81b5429724ccd
\ No newline at end of file
+b6310cab303bc36e45d5e8a32bfffc6b648555e1
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,85 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Core Modules</name>
+ <description>parent POM for modules comprising the RHQ core (i.e. modules required by both the enterprise and embedded editions of RHQ)</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/</scm.module.path>
+ </properties>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <doctitle>RHQ ${project.version} Plugin API</doctitle>
+ <aggregate>true</aggregate>
+ <encoding>UTF-8</encoding>
+ <charset>UTF-8</charset>
+ <docencoding>UTF-8</docencoding>
+ <author>false</author>
+ <breakiterator>true</breakiterator>
+ <links>
+ <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <profiles>
+
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>util</module>
+ <module>native-system</module>
+ <module>comm-api</module>
+ <module>dbutils</module>
+ <module>domain</module>
+ <module>plugin-api</module>
+ <module>client-api</module>
+ <module>plugin-container</module>
+ <module>gui</module>
+ <module>plugindoc</module>
+ <module>plugin-validator</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>plugin-api-javadoc</id>
+ <activation>
+ <property>
+ <name>plugin-api-javadoc</name>
+ </property>
+ </activation>
+ <modules>
+ <module>native-system</module>
+ <module>domain</module>
+ <module>plugin-api</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a16f3b84a8eb816b94702af8dcfa5545
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-parent/1.3.0.EmbJopr.1.3.0-4/rhq-core-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5976be33d7b6e8139a3dc2317a4bb532d5c1816c
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160418</lastUpdated>
+ <lastUpdated>20100330213708</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-7a9d6c1fcb11fed43d9f51292c0cd0de
\ No newline at end of file
+05c695cefc6d751175fe41830d899c47
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-2ce1027c73c823501bf4eaa46af0dcde675822a5
\ No newline at end of file
+79bd6848089f04066a7c9bde3e226f84c905d307
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e648cb87755522f83e868bc23701219f
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+057fa33729087fea7b013deaef0b5adf6f6b3b31
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,95 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugin-api</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Plugin API</name>
+ <description>RHQ Plugin API used to write custom plugins</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/plugin-api/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-native-system</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes. It is fixed in JDK 6 -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope> <!-- by ON Container -->
+ <!-- needed for referenced domain entities that use Hibernate annotations -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <!--<scope>test</scope> not sure about this -->
+ </dependency>
+
+ </dependencies>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>java.net</id>
+ <name>java.net Maven 1 Repository</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <repositories>
+ <repository>
+ <id>java.net</id>
+ <name>java.net Maven 1 Repository</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+
+</project>
Added: maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+31de282373a6c7f9f0e5b49a63ca5494
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-api/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-api-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+492b5f2d80f507e16f7c1bdd5880ed0c4f1e897b
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160428</lastUpdated>
+ <lastUpdated>20100330213711</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-70f686cc66168f2d5f268a1e5633fad3
\ No newline at end of file
+a10693d67b4bffbd8cfa0b34fbe07cd9
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugin-api/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-a5a370950c8b93072a0f44814bef4f1bfa75924c
\ No newline at end of file
+a5c588044398155743f3a0855eac8fbdf28e89e3
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+7f5d0730898a6de0ba4171ee343d8755
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f2405a30a08ccfde0360104edd201bff09b6757d
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,176 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugin-container</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Plugin Container</name>
+ <description>RHQ plugin container</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/plugin-container/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-plugin-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-comm-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-native-system</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <!--<scope>test</scope> not sure about this -->
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes. It is fixed in JDK 6 -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope> <!-- by ON Container -->
+ <!-- needed for referenced domain entities that use Hibernate annotations -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.hyperic</groupId>
+ <artifactId>sigar</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <!-- need to copy/unzip the SIGAR native libraries to the target directory and tell SIGAR where they are -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-test-resources</phase>
+ <configuration>
+ <tasks>
+ <echo>SIGAR java library version used is ${sigar.version}</echo>
+ <echo>Copying/unzipping SIGAR native libraries (version ${sigar.version}) to local build directory</echo>
+ <mkdir dir="${project.build.directory}/jboss-sigar" />
+ <copy toDir="${project.build.directory}/jboss-sigar">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ </copy>
+ <unzip dest="${project.build.directory}/jboss-sigar">
+ <fileset dir="${project.build.directory}/jboss-sigar" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="${project.build.directory}/jboss-sigar" flatten="true">
+ <fileset dir="${project.build.directory}/jboss-sigar">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="${project.build.directory}/jboss-sigar/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <!-- need to point the library path to the location of the native libraries -->
+ <argLine>-Dorg.hyperic.sigar.path=${project.build.directory}/jboss-sigar</argLine>
+ <!--
+ <argLine>-Dorg.hyperic.sigar.path=${project.build.directory}/jboss-sigar -Dsigar.nativeLogging=true</argLine>
+ -->
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>java.net</id>
+ <name>java.net Maven 1 Repository</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <repositories>
+ <repository>
+ <id>java.net</id>
+ <name>java.net Maven 1 Repository</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+
+</project>
Added: maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8ea5597ad6295e5f7219dfc1f531804f
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-plugin-container/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugin-container-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e426b75c43bd186a762d11d2c92ef716090c8980
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160431</lastUpdated>
+ <lastUpdated>20100330213726</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-67ae46b9e1836eeec6014edb86fe6426
\ No newline at end of file
+37092a5f951d3ffaffbfd29ab9ece17b
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugin-container/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-91cdc70180c36c76adbb74a9911460007dfa6b7e
\ No newline at end of file
+49e75de4b5e37df0bcde75233df7bedec879dc12
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a2ca0df2b10bb5076581ddfcb7550fb0
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+9058c653a491244e9458959741e1459b666b9657
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,121 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugindoc</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>RHQ PluginDoc Maven 2 Plugin</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.0.jboss</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>1.6.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.swizzle</groupId>
+ <artifactId>swizzle-confluence</artifactId>
+ <version>1.2.Alpha1</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+
+ <execution>
+ <id>plugindoc-distro-package</id>
+ <phase>install</phase>
+ <configuration>
+ <tasks>
+ <ant antfile="${basedir}/ant-run.xml" dir="${basedir}" target="package-dist" inheritAll="false" inheritRefs="false">
+ <property name="settings.localRepository" value="${settings.localRepository}" />
+ <property name="project.version" value="${project.version}" />
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+16dbe9365f48454ebd3c0e47b4ca2743
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-plugindoc/1.3.0.EmbJopr.1.3.0-4/rhq-core-plugindoc-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+7f937727977e857b78c5fdad3481c54baa083d3b
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -5,13 +5,14 @@
<artifactId>rhq-core-plugindoc</artifactId>
<version>1.2.0.GA</version>
<versioning>
- <latest>3.0.0.B04</latest>
+ <latest>1.3.0.EmbJopr.1.3.0-4</latest>
<versions>
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160435</lastUpdated>
+ <lastUpdated>20100330213732</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-06dc478ed8e7563b39a12873c55df8f2
\ No newline at end of file
+d6f35937f378debc4f68f1e25f48b12e
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-plugindoc/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-ec7244bc394ab91eac92bb7a7580b0517665c66a
\ No newline at end of file
+fa2ec5b13bce2a472ae2447222aa2783ef91a103
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8a9f9d26f940b545b6880926fa01917f
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+83b5cb4d1949d4e9ecefe65208b871bdb828ed48
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,128 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Utilities</name>
+ <description>generic utility classes for use by any RHQ module</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/core/util/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Used by the (deprecated) legacy XML parser, which is used to parse RHQ license files. -->
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <!-- generate the I18N resource bundles -->
+ <taskdef name="i18n" classpathref="maven.compile.classpath" classname="mazz.i18n.ant.I18NAntTask" />
+
+ <i18n outputdir="${project.build.outputDirectory}" defaultlocale="en" verbose="false" append="false" verify="true">
+ <classpath refid="maven.runtime.classpath" />
+ <classfileset dir="${project.build.outputDirectory}">
+ <include name="**/*.class" />
+ </classfileset>
+ </i18n>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/lib</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+59e5409f7eb3f52b1beb764773eb6121
\ No newline at end of file
Added: maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-core-util/1.3.0.EmbJopr.1.3.0-4/rhq-core-util-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8fb2a8ab123df1bb6838f3f25bdd6052e1359fb6
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-util/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-core-util/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-util/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160420</lastUpdated>
+ <lastUpdated>20100330213709</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-core-util/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-core-util/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-util/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-c9d944f388337728e9bfef7d398099f5
\ No newline at end of file
+42f785e4fd5d295cf77e826d889f87a5
\ No newline at end of file
Modified: maven2/org/rhq/rhq-core-util/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-core-util/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-core-util/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-2063d45b97f8befef3a700b85ab524d8dfe6b5bb
\ No newline at end of file
+8253534ff3e12d94c2515a981c0ca6211db3a6ab
\ No newline at end of file
Added: maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+9a33bdbc78aacd59067b5adb4e4c149d
\ No newline at end of file
Added: maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+63aa1d92e8626b99489c4d2479c0e2900e3d2c46
\ No newline at end of file
Added: maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,100 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-database-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Database Plugin</name>
+ <description>An abstract plugin for managing databases via JDBC</description>
+
+ <dependencies>
+
+ </dependencies>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a14754b0dbf50dc712f444b09ee5a8f5
\ No newline at end of file
Added: maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-database-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-database-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a7ce3b1685130d80b758864ad90322149aa283f1
\ No newline at end of file
Modified: maven2/org/rhq/rhq-database-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-database-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-database-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-database-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224738</lastUpdated>
+ <lastUpdated>20100330213802</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-97d851b0e7e914648a6352ca3be3114e
\ No newline at end of file
+5f27a24b15424e83099e6022f1bb8c92
\ No newline at end of file
Modified: maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-database-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-1f2b40d1db5ca17b8654c4c85f5f2c6bc62f3bc4
\ No newline at end of file
+dd3a39aad336d3be07ccc1af1e156c52b59ab4d2
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+963633057f7d71ff0714b81b82460fc8
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+ae7fcf8dc2f09586ddcf99911348af64db3186bf
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,230 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-agent</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Agent</name>
+ <description>RHQ Agent</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/agent/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-comm</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugin-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugin-container</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <!-- The only reason why this is here is so we can pull this down from the repo.
+ Its scope is provided so we don't actually put it anywhere.
+ Our assembly process will place this library in the connector directory.
+ I'm not convinced this is actually needed, but it isn't hurting anything. -->
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-rtfilter</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes. It is fixed in JDK 6 -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope>
+ <!-- needed for referenced domain entities that use Hibernate annotations -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+
+ <!-- generate the I18N resource bundles -->
+ <taskdef name="i18n" classpathref="maven.runtime.classpath" classname="mazz.i18n.ant.I18NAntTask" />
+
+ <i18n outputdir="${project.build.outputDirectory}" defaultlocale="en" verbose="false" append="false" verify="true">
+ <classpath refid="maven.runtime.classpath" />
+ <classfileset dir="${project.build.outputDirectory}">
+ <include name="**/AgentI18NResourceKeys.class" />
+ <include name="**/AgentSetupInstructions.class" />
+ </classfileset>
+ </i18n>
+
+ <!-- create our rhq-agent-version.properties file that goes in our jar -->
+ <tstamp>
+ <format property="build.time" pattern="dd.MMM.yyyy HH.mm.ss z" />
+ </tstamp>
+
+ <echo file="${project.build.outputDirectory}/rhq-agent-version.properties" append="false">Product-Name=${rhq.product.name}
+Product-Version=${project.version}
+Module-Name=${pom.name}
+Module-Version=${pom.version}
+Build-Date=${build.time}
+Build-Jdk-Vendor=${java.vendor}
+Build-Jdk=${java.version}
+Build-OS-Name=${os.name}
+Build-OS-Version=${os.version}
+Build-Number=${buildNumber}
+</echo>
+
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <!-- TODO [mazz]: get rid of this once we have the agent assembly working -->
+ <execution>
+ <id>agent-distro-package</id>
+ <phase>install</phase>
+ <configuration>
+ <tasks>
+ <ant antfile="${basedir}/ant-run.xml" dir="${basedir}" target="package-dist" inheritAll="false" inheritRefs="false">
+ <property name="settings.localRepository" value="${settings.localRepository}" />
+ <property name="project.version" value="${project.version}" />
+ <property name="concurrent.version" value="${concurrent.version}" />
+ <property name="getopt.version" value="${getopt.version}" />
+ <property name="jboss.version" value="${jboss.version}" />
+ <property name="jboss-common.version" value="${jboss-common.version}" />
+ <property name="jboss-remoting.version" value="${jboss-remoting.version}" />
+ <property name="jboss-serialization.version" value="${jboss-serialization.version}" />
+ <property name="sigar.version" value="${sigar.version}" />
+ <property name="jaxb-api.version" value="${jaxb-api.version}" />
+ <property name="jaxb-impl.version" value="${jaxb-impl.version}" />
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>clean-test-dirs</id>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <delete dir="${basedir}/data" />
+ <delete dir="${basedir}/plugins" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Product-Name>${rhq.product.name}</Product-Name>
+ <Product-Version>${project.version}</Product-Version>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </reporting>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+aa1c8c1d4a07a44c5794665e41c5d307
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f18fae92af654c32140e9e41f51db809ac0b115c
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160448</lastUpdated>
+ <lastUpdated>20100330213756</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-4fc322e95b3c93e7024ddaf7260f824a
\ No newline at end of file
+825ad636b88a021deb0a85559f38c301
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-agent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-af142e3c6355280d6d4d340235c0fd79cf55915e
\ No newline at end of file
+30d7bd9458e0e1d567dc0d450e9700a046132e54
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a2d84712183366add37359757e9ecbbd
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e3dfc726a186a89f17008e702549dba8f6adf81b
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,218 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-agentupdate</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Agent Update</name>
+ <description>RHQ Agent Update</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/agentupdate/</scm.module.path>
+ <ant.version>1.7.1</ant.version>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <!-- have a dependency on the agent because we need it built/assembled first -->
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-agent</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>1.7.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+
+ <!-- create our rhq-agent-update-version.properties file that goes in our jar -->
+ <tstamp>
+ <format property="build.time" pattern="dd.MMM.yyyy HH.mm.ss z" />
+ </tstamp>
+
+ <echo file="${project.build.outputDirectory}/rhq-agent-update-version.properties" append="false">rhq-agent.latest.version=${project.version}
+rhq-agent.latest.build-number=${buildNumber}
+</echo>
+
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <!-- assemble the self-executing jar -->
+ <execution>
+ <id>agent-update-package</id>
+ <phase>process-resources</phase>
+ <configuration>
+ <tasks>
+ <copy file="${settings.localRepository}/org/rhq/rhq-enterprise-agent/${project.version}/rhq-enterprise-agent-${project.version}.zip" todir="${project.build.outputDirectory}" />
+ <fileset dir="${settings.localRepository}" id="run.classpath.fileset">
+ <!-- we do not need logging (yet) in AgentUpdate
+ <include name="log4j/log4j/1.2.14/log4j-1.2.14.jar" />
+ <include name="commons-logging/commons-logging/${commons-logging.version}/commons-logging-${commons-logging.version}.jar" />
+ -->
+ <include name="gnu-getopt/getopt/${getopt.version}/getopt-${getopt.version}.jar" />
+ <include name="org/apache/ant/ant/${ant.version}/ant-${ant.version}.jar" />
+ <include name="org/apache/ant/ant-launcher/${ant.version}/ant-launcher-${ant.version}.jar" />
+ </fileset>
+ <unjar dest="${project.build.outputDirectory}">
+ <fileset refid="run.classpath.fileset" />
+ <patternset>
+ <exclude name="META-INF/**" />
+ <exclude name="images/" />
+ </patternset>
+ </unjar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>org.rhq.enterprise.agent.update.AgentUpdate</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.projectJar>${project.build.finalName}.jar</rhq.projectJar>
+ <rhq.deploymentJar>rhq-enterprise-agent-${project.version}.jar</rhq.deploymentJar>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-agent</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <id>deploy</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <echo>*** Cleaning old ${rhq.deploymentDir}...</echo>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <delete failonerror="false">
+ <fileset dir="${rhq.deploymentDir}" includes="*.properties" />
+ </delete>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${rhq.deploymentJar}" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <copy file="${basedir}/target/${rhq.projectJar}" toFile="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <echo>*** Deleting ${rhq.deploymentDir}...</echo>
+ <delete failonerror="false">
+ <fileset dir="${rhq.deploymentDir}" includes="*" />
+ </delete>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+ <reporting>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </reporting>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+789bf324c9a4d75592687b5fbe8873ec
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-agentupdate-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c6d8a19e08330af08cb8f11280e7b921c3f60f65
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160513</lastUpdated>
+ <lastUpdated>20100330213836</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-8fa5e8a432b13324220705c457cf24be
\ No newline at end of file
+ec316b0ef14790635787449bef7b65c1
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-agentupdate/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-448420039ad91a2d382d87f28b51b6ec81ff4dea
\ No newline at end of file
+ef26dec1069a33f519b72fc8f479b13b66c0f8f8
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+7ee92ee990a26de56941eb536eaf2d48
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+cc5d331e47d2677369f82af0a17446be352f57f8
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,219 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-comm</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Agent-Server Communications Layer</name>
+ <description>RHQ Enterprise Agent-Server Communications Layer</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/comm/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-comm-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <!-- provided by J2SE 1.4+ -->
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>oswego-concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <!-- generate the I18N resource bundles -->
+ <taskdef name="i18n" classpathref="maven.runtime.classpath" classname="mazz.i18n.ant.I18NAntTask" />
+
+ <i18n outputdir="${project.build.outputDirectory}" defaultlocale="en" verbose="false" append="false" verify="true">
+ <classpath refid="maven.runtime.classpath" />
+ <classfileset dir="${project.build.outputDirectory}">
+ <include name="**/CommI18NResourceKeys.class" />
+ </classfileset>
+ </i18n>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Product-Name>${rhq.product.name}</Product-Name>
+ <Product-Version>${project.version}</Product-Version>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <!-- enabling this overrides -Dmaven.test.skip
+ <skip>false</skip>
+ -->
+ <!--
+ <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>
+ -->
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/lib</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3d5df2058f0df944a6cfb1d365c76383
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-comm/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-comm-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3c81d4e933e001ba12078cdd0faefade34651d7a
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160441</lastUpdated>
+ <lastUpdated>20100330213742</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-904454a1144ca5cf7b58f679b0a50a01
\ No newline at end of file
+e7651bf717b484c944ef4c687587ab6d
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-comm/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-484123325f0b64aee7ea7488f7efad5b384dc6ec
\ No newline at end of file
+39530ba9d4004e922f644481c7d1586595ef5aff
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,43 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-gui-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Enterprise GUI</name>
+ <description>parent POM for modules comprising the RHQ enterprise GUI</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/gui/</scm.module.path>
+ </properties>
+
+ <profiles>
+
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>portal-war</module>
+ <module>installer-war</module>
+ <module>webdav-war</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+86d32c909a8b7c99d7e5e335eeddcaa9
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-gui-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-gui-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a0c4887b017f102e17df24f8232f7be73115dd29
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160545</lastUpdated>
+ <lastUpdated>20100330213915</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-0e3b8d548cfdbc77d40015f178191c76
\ No newline at end of file
+4a31f6e4ab9a34a11dbff304d3d892ab
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-gui-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-17e8c98d471a24fdabe26f0f3966e81871a13d32
\ No newline at end of file
+fd446f4b6415d547e4698627a3b575bc8d619984
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,73 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Enterprise Modules</name>
+ <description>parent POM for modules comprising the RHQ enterprise edition</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/</scm.module.path>
+ </properties>
+
+ <profiles>
+
+ <profile>
+ <id>default</id>
+ <!-- everything except server/container and remote client -->
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>comm</module>
+ <module>agent</module>
+ <module>agentupdate</module>
+ <module>server/jar</module>
+ <module>server/safe-invoker</module>
+ <module>server/sars</module>
+ <module>gui</module>
+ <module>server/plugins</module>
+ <module>server/ear</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>enterprise</id>
+ <activation>
+ <property>
+ <name>enterprise</name>
+ </property>
+ </activation>
+ <modules>
+ <module>comm</module>
+ <module>agent</module>
+ <module>agentupdate</module>
+ <module>server/jar</module>
+ <module>server/safe-invoker</module>
+ <module>server/sars</module>
+ <module>gui</module>
+ <module>server/plugins</module>
+ <module>remoting</module>
+ <module>server/ear</module>
+ <module>server/container-lib</module>
+ <module>server/container</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+37fd8919b28d2075d02a4a495f1e50a2
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+306b398567697a966060bf094c759bfb07f3f906
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160634</lastUpdated>
+ <lastUpdated>20100330213930</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-3be528d5b1431b88a0d417139b17bb41
\ No newline at end of file
+405de88caf37a15e4e7a493cd23f71ab
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-42a2fe34261bb633d2b8f06477d247a97f19b8d5
\ No newline at end of file
+3ab6ae4b96e9a2a6e0dc5a298e5b0ea32524e0a7
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+d548a874b5eba2004446134cbbb0ecf9
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+50922e42fd3700db861fe199c0c7d308adac4452
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,565 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server</artifactId>
+ <packaging>ejb</packaging>
+
+ <name>RHQ Enterprise Server JAR</name>
+ <description>RHQ enterprise server main JAR</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/jar/</scm.module.path>
+ <rhq.server.datasource>java:/RHQDS</rhq.server.datasource>
+ <rhq.server.ds-mapping>PostgreSQL</rhq.server.ds-mapping>
+
+ <!-- dependency versions -->
+ <jboss-embeddable-ejb3.version>1.0.0.Alpha9</jboss-embeddable-ejb3.version>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-comm</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by ear -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-dbutils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>safe-invoker</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <!-- Required by a couple APL and Lather classes - TODO: Remove this once APL and Lather have been excised. -->
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+
+ <!-- Required by a couple APL classes - TODO: Remove this once APL has been removed. -->
+ <!-- also required by EJB3 Embedded (test scope) -->
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+ <!-- Required by a couple APL classes - TODO: Remove this once APL has been removed. -->
+ <dependency>
+ <groupId>commons-validator</groupId>
+ <artifactId>commons-validator</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+
+ <!-- required by RHQ server classes, as well as EJB3 Embedded -->
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1-jboss</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.3.1</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-annotations-ejb3</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-cache</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-ejb3x</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-j2ee</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jbosssx</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jbpm</artifactId>
+ <version>3.1.1</version>
+ </dependency>
+
+ <!-- for the transaction interrupt EJB3 interceptor -->
+ <dependency>
+ <groupId>org.jboss.transaction</groupId>
+ <artifactId>jboss-jta</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- TODO: remove this - tests should all be moved under the test source tree -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensymphony.quartz</groupId>
+ <artifactId>quartz</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS itself, which the container build has packaged with 1.6.5 -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensymphony.quartz</groupId>
+ <artifactId>quartz-oracle</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS itself, which the container build has packaged with 1.6.5 -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <version>2.2</version>
+ <scope>test</scope>
+ <!-- somehow this is needed otherwise the hibernate stuff doesn't initialize in our tests -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.snmp4j</groupId>
+ <artifactId>snmp4j</artifactId>
+ <version>1.8.2</version>
+ </dependency>
+
+ <!-- required by RHQ server classes, as well as EJB3 Embedded -->
+ <dependency>
+ <groupId>oswego-concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4</version>
+ </dependency>
+
+ <!-- TODO: Why is this needed? -->
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <!--<scope>test</scope>-->
+ </dependency>
+
+ <dependency>
+ <groupId>rss4j</groupId>
+ <artifactId>rss4j</artifactId>
+ <version>0.92-on.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>tomcat</groupId>
+ <artifactId>catalina</artifactId>
+ <version>5.5.20</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>tomcat</groupId>
+ <artifactId>tomcat-jk</artifactId>
+ <version>4.1.31</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Needed by com.jboss.jbossnetwork.apl.actions.xml.XPathProcessor; TODO: Remove once APL has been excised. -->
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.5.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!--================ Test Deps ================-->
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>jboss-ejb3-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- NOTE: The remaining test deps correspond to the classes contained in hibernate-all.jar and thirdparty-all.jar. -->
+
+ <dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.7</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate-entitymanager</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>trove</groupId>
+ <artifactId>trove</artifactId>
+ <version>1.0.2</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>${project.artifactId}</finalName>
+
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <filtering>true</filtering>
+ </testResource>
+ </testResources>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+
+ <execution>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <!-- generate the I18N resource bundles -->
+ <taskdef name="i18n" classpathref="maven.runtime.classpath" classname="mazz.i18n.ant.I18NAntTask" />
+
+ <i18n outputdir="${project.build.outputDirectory}" defaultlocale="en" verbose="false" append="false" verify="true">
+ <classpath refid="maven.runtime.classpath" />
+ <classfileset dir="${project.build.outputDirectory}">
+ <include name="**/ServerI18NResourceKeys.class" />
+ <include name="**/AlertI18NResourceKeys.class" />
+ </classfileset>
+ </i18n>
+
+ <!-- create our rhq-server-version.properties file that goes in our jar -->
+ <tstamp>
+ <format property="build.time" pattern="dd.MMM.yyyy HH.mm.ss z" />
+ </tstamp>
+
+ <echo file="${project.build.outputDirectory}/rhq-server-version.properties" append="false">Product-Name=${rhq.product.name}
+ Product-Version=${project.version}
+ Module-Name=${pom.name}
+ Module-Version=${pom.version}
+ Build-Number=${buildNumber}
+ Build-Date=${build.time}
+ Build-Jdk-Vendor=${java.vendor}
+ Build-Jdk=${java.version}
+ Build-OS-Name=${os.name}
+ Build-OS-Version=${os.version}
+</echo>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <ejbVersion>3.0</ejbVersion>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addClasspath>true</addClasspath>
+ <classpathPrefix>lib/</classpathPrefix>
+ </manifest>
+ <manifestEntries>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <!-- Everything but the web service tests, this is the standard test execution -->
+ <configuration>
+ <excludes>
+ <exclude>com/**/*.java</exclude>
+ </excludes>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <systemProperties>
+ <property>
+ <name>embeddedDeployment</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>deploymentDirectory</name>
+ <value>target/classes</value>
+ </property>
+ <property>
+ <name>hibernate.dialect</name>
+ <value>${rhq.test.ds.hibernate-dialect}</value>
+ </property>
+ </systemProperties>
+ <additionalClasspathElements>
+ <!-- The below is required for tests to run against Oracle. -->
+ <additionalClasspathElement>${settings.localRepository}/com/oracle/ojdbc5/${ojdbc5.version}/ojdbc5-${ojdbc5.version}.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentName>${project.build.finalName}-ejb3.jar</rhq.deploymentName>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/${rhq.deploymentName}</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from target/classes to ${deployment.dir}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="target/classes" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <!--
+ NOTE: The below execution is necessary to make sure the META-INF/MANIFEST.MF and
+ META-INF/maven/** files, which get created by the ejb plugin during the package phase, get
+ copied over to the deployment dir.
+ -->
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${rhq.deploymentDir}" overwrite="false">
+ <patternset>
+ <include name="META-INF/**" />
+ </patternset>
+ </unjar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
+ <delete dir="${deployment.dir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <!-- Add dependencies need for jdk5 builds. Remove when we stop supporting jdk5 -->
+ <profile>
+ <id>java-5-dependencies</id>
+ <activation>
+ <jdk>1.5</jdk>
+ <property>
+ <name>java5.home</name>
+ </property>
+ </activation>
+
+ <dependencies>
+ <dependency>
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxws</artifactId>
+ <!-- NOTE: This version is old but is good enough to resolve the build dependency. -->
+ <version>3.0.1-native-2.0.4.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+ddec30a01d51010e4307df1261959fee
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a6935100645ef5861765f1661d8eea500847e3c2
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160522</lastUpdated>
+ <lastUpdated>20100330213845</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-fdb161914fa065d9df73e5a918ed344a
\ No newline at end of file
+20f4b884c429f526f86ec21cda84f64f
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-73a1151337eaa1248d3c98846b5a6a9a3105d852
\ No newline at end of file
+7b7aafa3d53d190d87f10c17182010b0517add78
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,211 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-sars-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-agent-sar</artifactId>
+ <packaging>jboss-sar</packaging>
+
+ <name>RHQ Enterprise Server Embedded Agent SAR</name>
+ <description>The SAR that allows the server to embed the agent</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/sars/agent-sar/</scm.module.path>
+ <sarDirectory>${project.build.directory}/${project.build.finalName}</sarDirectory>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-agent</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- we want to explicitly include these (do not use scope=provided) -->
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <!-- make sure you match that which is used by standalone agent! -->
+ <version>1.1.0.jboss</version>
+ </dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <!-- make sure you match that which is used by standalone agent! -->
+ <version>1.2.14</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <!-- make sure you match that which is used by standalone agent! -->
+ <version>2.0.2</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>rhq-agent</finalName>
+ <plugins>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jboss-packaging-maven-plugin</artifactId>
+ <version>1.9.99</version>
+ <extensions>true</extensions> <!-- allows Maven to grok the jboss-sar packaging type -->
+ <configuration>
+ <libDirectory>${sarDirectory}/META-INF/embedded-agent/lib</libDirectory>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <!-- we are packaging the agent in isolation - but the sar needs the agent jar itself, put a copy in the lib directory -->
+ <execution>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <echo>sarDirectory="${sarDirectory}"</echo>
+ <echo>Putting the agent jar in the sar's classpath</echo>
+ <mkdir dir="${sarDirectory}/lib" />
+ <copy file="${sarDirectory}/META-INF/embedded-agent/lib/rhq-enterprise-agent-${project.version}.jar" todir="${sarDirectory}/lib" />
+
+ <echo>Populating the sar with the native libraries found at ${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}/sigar-dist-${sigar.version}.zip</echo>
+ <unzip dest="${sarDirectory}/META-INF/embedded-agent/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <!-- <include name="**/lib/sigar.jar" /> already part of our dependencies -->
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="${sarDirectory}/META-INF/embedded-agent/lib" flatten="true">
+ <fileset dir="${sarDirectory}/META-INF/embedded-agent/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="${sarDirectory}/META-INF/embedded-agent/lib/hyperic-sigar-${sigar.version}" />
+
+ <echo>Removing libraries that are either unused or in the RHQ Server's JBossAS endorsed dir</echo>
+ <delete>
+ <fileset dir="${sarDirectory}/META-INF/embedded-agent/lib">
+ <include name="jdom*.jar" /> <!-- never needed; only for deprecated XML code for the license stuff -->
+ <include name="jaxb*.jar" /> <!-- JAXB is in JBossAS's endorsed directory -->
+ </fileset>
+ </delete>
+
+ <!-- I can't figure out how to avoid this - should be able to bind to prepare-package but it isn't working -->
+ <!-- so I have to re-package the sar after I added the lib -->
+ <echo>Repackaging the sar...</echo>
+ <delete file="${project.build.directory}/${project.build.finalName}.sar" />
+ <jar destfile="${project.build.directory}/${project.build.finalName}.sar" basedir="${sarDirectory}" />
+<!--
+ <echo>Creating the sar with the name rhq-agent.sar that should be deployed in the JBossAS server</echo>
+ <move file="${project.build.directory}/${project.build.finalName}" tofile="${project.build.directory}/rhq-agent.sar" />
+-->
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentName>${project.build.finalName}.sar</rhq.deploymentName>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.deploymentName}</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from target${file.separator}classes${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="target/rhq-agent" />
+ </copy>
+ <property name="deployment.descriptor.file" location="${deployment.dir}/META-INF/jboss-service.xml" />
+ <echo>*** Touching ${deployment.descriptor.file} to force redeployment of ${rhq.deploymentName}...</echo>
+ <touch file="${deployment.descriptor.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
+ <delete dir="${deployment.dir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+7c5f8346d8fb51b04b5f2cdc6e26b8da
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3fb53389d69d4ea18622d13a76e4f33d749f5ba1
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+815a356345524675a2566528a409aba8
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-agent-sar-1.3.0.EmbJopr.1.3.0-4.sar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+59b72be64004153fd0129b81f8c6bffc48f6c52b
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160526</lastUpdated>
+ <lastUpdated>20100330213849</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-a1515035ca11fae400b285522db63ab7
\ No newline at end of file
+ade68e69c7401702c9ab4ee639dda884
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-agent-sar/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-719b8d329ef9d24f6fa8eed920b2d3be730d0e90
\ No newline at end of file
+4e134b109353e0f998172dcaa23ea027ae085a40
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+d42e92c2a82537d457f4a5167c546993
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.ear.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+ffd56be6572c11e4b7a1cd172e44b3b9e6a33cb0
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,472 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-ear</artifactId>
+ <packaging>ear</packaging>
+
+ <name>RHQ Enterprise Server EAR</name>
+ <description>RHQ enterprise server EAR</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/ear/</scm.module.path>
+ <earDirectory>${project.build.directory}/${project.build.finalName}</earDirectory>
+
+ <!-- dependency versions -->
+ <seam.version>1.2.1.GA</seam.version>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <!-- ** EJB-JARs -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server</artifactId>
+ <version>${project.version}</version>
+ <type>ejb</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <type>ejb</type>
+ </dependency>
+
+ <!-- ** WARs -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-portal</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-webdav</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
+
+ <!-- ** SARs -->
+<!--
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-agent-sar</artifactId>
+ <version>${project.version}</version>
+ <type>sar</type>
+ </dependency>
+-->
+
+ <!-- 3rd Party Deps -->
+
+ <!-- ** WARs -->
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-remoting-servlet-invoker</artifactId>
+ <version>2x.r3040.jon</version>
+ <type>war</type>
+ </dependency>
+
+ <!-- ** JARs -->
+
+<!--
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <version>1.2.1.GA</version>
+ </dependency>
+-->
+
+ </dependencies>
+
+ <build>
+
+ <finalName>rhq</finalName>
+
+ <resources>
+
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+
+ </resources>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${earDirectory}/license" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-ear-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ <displayName>RHQ</displayName>
+ <version>1.4</version> <!-- J2EE version -->
+ <workDirectory>${earDirectory}</workDirectory>
+ <resourcesDir>${basedir}/target/classes</resourcesDir>
+ <defaultJavaBundleDir>lib</defaultJavaBundleDir>
+ <unpackTypes>war,ejb,sar</unpackTypes>
+ <modules>
+
+ <!-- ** WARs -->
+
+ <webModule>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>rhq-portal</artifactId>
+ <bundleFileName>rhq-portal.war</bundleFileName>
+ <contextRoot>/</contextRoot>
+ </webModule>
+
+ <webModule>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>rhq-webdav</artifactId>
+ <bundleFileName>rhq-webdav.war</bundleFileName>
+ <contextRoot>/webdav</contextRoot>
+ </webModule>
+
+ <!-- ** EJB-JARs -->
+
+ <ejbModule>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>rhq-enterprise-server</artifactId>
+ <bundleFileName>rhq-enterprise-server-ejb3.jar</bundleFileName>
+ </ejbModule>
+
+ <ejbModule>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <bundleFileName>rhq-core-domain-ejb3.jar</bundleFileName>
+ </ejbModule>
+
+ <!-- ** SARs -->
+<!--
+ <sarModule>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>rhq-enterprise-server-agent-sar</artifactId>
+ <bundleFileName>rhq-agent.sar</bundleFileName>
+ </sarModule>
+-->
+
+ <!-- ** JARs -->
+
+<!--
+ <jarModule>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <bundleDir>lib</bundleDir>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+-->
+
+ </modules>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+
+ <execution>
+ <id>copy-rhq-plugins</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-agent-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-apache-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-apt-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-augeas-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-database-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-grub-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-hosts-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-hudson-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-iis-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+<!-- TODO: Uncomment once errors from RHQ-1226 are fixed.
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-jira-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+ -->
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-mysql-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-netservices-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-oracle-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-perftest-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-platform-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-postgres-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-script-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-snmptrapd-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-sshd-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-virt-plugin</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ </artifactItems>
+ <outputDirectory>${earDirectory}/rhq-downloads/rhq-plugins</outputDirectory>
+ </configuration>
+ </execution>
+
+ <execution>
+ <id>copy-rhq-serverplugins</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-serverplugin-disk</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-serverplugin-url</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-serverplugin-yum</artifactId>
+ <version>${project.version}</version>
+ </artifactItem>
+
+ </artifactItems>
+ <outputDirectory>${earDirectory}/rhq-serverplugins</outputDirectory>
+ </configuration>
+ </execution>
+
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentName>${project.build.finalName}.ear</rhq.deploymentName>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.deploymentName}</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from target${file.separator}${project.build.finalName}${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="${basedir}/target/${project.build.finalName}" />
+ </copy>
+ <property name="deployment.descriptor.file" location="${deployment.dir}/META-INF/application.xml" />
+ <echo>*** Touching ${deployment.descriptor.file} to force redeployment of ${rhq.deploymentName}...</echo>
+ <touch file="${deployment.descriptor.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-ear-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <unjar src="${project.build.directory}/${project.build.finalName}.ear" dest="${rhq.deploymentDir}">
+ <patternset>
+ <include name="META-INF/**" />
+ </patternset>
+ </unjar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
+ <delete dir="${deployment.dir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+074d3264daa35a8169e81fc190ee77d9
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-ear/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-ear-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+9c5ac5ecf63cfaf59653c3e8cbebfea4fc169529
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -7,7 +7,8 @@
<versioning>
<versions>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160631</lastUpdated>
+ <lastUpdated>20100330213929</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-eaa33f4ddf690dedd09125afb1c62f14
\ No newline at end of file
+bd116286dbf790c474ec30b74a2b2650
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-ear/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-528a5dce9f28aa40c4cab7c87027cae055813f33
\ No newline at end of file
+48e8ecb720c7c5cd43fab42dfd7364b4f7c4cf3e
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,33 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-plugins-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Enterprise Server Plugins</name>
+ <description>RHQ enterprise server plugins parent POM</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/plugins/</scm.module.path>
+ </properties>
+
+ <modules>
+ <module>disk</module>
+ <module>yum</module>
+ <module>url</module>
+ </modules>
+
+</project>
Added: maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+471dc9de865e8bb8a17e10ad16123417
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3cafa8d68bffe0d52d57b5d69615b69c907bc80d
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160547</lastUpdated>
+ <lastUpdated>20100330213915</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-061996fadf5f3545405a887cf4d6642e
\ No newline at end of file
+5e46894082014d35529fedf6f93f7579
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-plugins-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-7be25e3b5b7feaa21497c179ff7e6f6dcf0bc5c7
\ No newline at end of file
+9db99fb484a08910b5dab954157eb0d2b01e660b
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,54 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-sars-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Enterprise Server JBossAS Services</name>
+ <description>parent POM for all JBossAS services</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/sars/</scm.module.path>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jboss-packaging-maven-plugin</artifactId>
+ <version>1.9.99</version>
+ <extensions>true</extensions> <!-- allows Maven to grok the sar packaging type -->
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>agent-sar</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a7fd726f132f43b95396f9e3af27d253
\ No newline at end of file
Added: maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-enterprise-server-sars-parent/1.3.0.EmbJopr.1.3.0-4/rhq-enterprise-server-sars-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5f8a3f5839c2a89bc989739bcce20af69790ec76
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160522</lastUpdated>
+ <lastUpdated>20100330213845</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-53608d86bc10303159bbca8e7cd06b9d
\ No newline at end of file
+aedbe685ba0ff97bcc08e46038207bce
\ No newline at end of file
Modified: maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-enterprise-server-sars-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-869046745b563c25eaedc1bc28324da406ca176c
\ No newline at end of file
+362d7908c5b93484fb123ee24feb6dc4de07b0c7
\ No newline at end of file
Added: maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+740dbfcbebcdc04003bf20ee139179d7
\ No newline at end of file
Added: maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+6e015f1e4b963301755fec7abcf716974a4d883c
\ No newline at end of file
Added: maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,218 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-grub-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ GRUB Plugin</name>
+ <description>A plugin for managing the GRUB boot loader</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/grub/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>net.augeas</groupId>
+ <artifactId>java-augeas</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...
+ </echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>
+ ${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins
+ </rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <!--<phase>compile</phase>-->
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <!--<phase>package</phase>-->
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <!--<phase>clean</phase>-->
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3f2732771d3e3341ced15c7664e8f8ce
\ No newline at end of file
Added: maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-grub-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-grub-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4fed3e55133c3e4ac59a06a7ee2c04d85312143a
\ No newline at end of file
Modified: maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-grub-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -7,7 +8,8 @@
<versions>
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091204183647</lastUpdated>
+ <lastUpdated>20100330213809</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-8bfb817e4c353654220d0d6619d6231d
\ No newline at end of file
+32ed25a5b9dc9ec96916b430917a1412
\ No newline at end of file
Modified: maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-grub-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-991510fc6d36aad940193e155a04357f989dfe9e
\ No newline at end of file
+54da044a3516aac4479a932a35c398c258850cb9
\ No newline at end of file
Added: maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,46 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-helpers</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Helpers</name>
+ <description>parent POM for all RHQ helpers</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/helpers/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+
+
+ </dependencies>
+
+ <modules>
+
+ <!-- plugins that are used by both enterprise and embedded -->
+ <module>rtfilter</module>
+ <!-- plugin generator -->
+ <module>pluginGen</module>
+
+ </modules>
+
+ <profiles>
+
+ </profiles>
+
+</project>
Added: maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5716f6f113e6536f67ac3f26893ab6a8
\ No newline at end of file
Added: maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-helpers/1.3.0.EmbJopr.1.3.0-4/rhq-helpers-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+448802ee82e51de406f928c8d696263663cc690a
\ No newline at end of file
Modified: maven2/org/rhq/rhq-helpers/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-helpers/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-helpers/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-helpers</artifactId>
<version>1.3.0.GA</version>
<versioning>
<versions>
<version>1.3.0.GA</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091204183638</lastUpdated>
+ <lastUpdated>20100330213742</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-helpers/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-helpers/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-helpers/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-795f8bffa7731622e8ba75914815fad6
\ No newline at end of file
+10fc54e3f72b628b66fc3ef0a3887436
\ No newline at end of file
Modified: maven2/org/rhq/rhq-helpers/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-helpers/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-helpers/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-9525d2212fe6bb7ce92625809626160d615e73a2
\ No newline at end of file
+83890897d1e2ee11a5daf8f895ffab8ded503daf
\ No newline at end of file
Added: maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+664942fdd6b422b4177296987e1b65b7
\ No newline at end of file
Added: maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+db778a15ffb0de0c912c613d4e97052786e53092
\ No newline at end of file
Added: maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,218 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-hosts-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Hosts Plugin</name>
+ <description>A plugin for managing the *nix hosts service</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/hosts/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>net.augeas</groupId>
+ <artifactId>java-augeas</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...
+ </echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>
+ ${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins
+ </rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <!--<phase>compile</phase>-->
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <!--<phase>package</phase>-->
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <!--<phase>clean</phase>-->
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+d1f544ecd92a8ce922b2315de555fe1d
\ No newline at end of file
Added: maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-hosts-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hosts-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+92091311006c33902a9228ee7de54ed858d61620
\ No newline at end of file
Modified: maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-hosts-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -7,7 +8,8 @@
<versions>
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091204183647</lastUpdated>
+ <lastUpdated>20100330213810</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-ed9f2efe991d9bd3fc32dffa331fd706
\ No newline at end of file
+e2b9e8b390c3f9378be6188e8717ccda
\ No newline at end of file
Modified: maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-hosts-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-c6823f3f7b097fbf452c5b096dbb9c63a2c76f7a
\ No newline at end of file
+067412a2e7f2b21b37884e2fabf47973996fe592
\ No newline at end of file
Added: maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+ced17ebea3befdbd419b993ba05b4c96
\ No newline at end of file
Added: maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+0523eb3ddfa7f2deabf1803a7f129fd7efb2b970
\ No newline at end of file
Added: maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <groupId>org.rhq</groupId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-hudson-plugin</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ <packaging>jar</packaging>
+
+ <name>RHQ Hudson Plugin</name>
+ <description>RHQ Hudson Plugin</description>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20080701</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <!--
+ If your plugin has third-party jar dependencies that are not already
+ available when deployed in the plugin container, you can package these
+ jars in your plugin. They go in your plugin jar's "lib" directory.
+ Uncomment the maven plugin definition below and define one or more jar
+ files (aka "artifactItem" elements) that you want to include in your
+ plugin jar.
+ -->
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+
+ <artifactItem>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20080701</version>
+ </artifactItem>
+
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss</id>
+ <name>JBoss Plugin Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
+</project>
Added: maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+1e4e997c35a9707d81786ae9d91dd6d0
\ No newline at end of file
Added: maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-hudson-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-hudson-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+79c5cc380efab7fec49b6500abc4cc59df03f274
\ No newline at end of file
Modified: maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-hudson-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224829</lastUpdated>
+ <lastUpdated>20100330213812</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-69b460e3c335202d1ab75ca60a3bdccb
\ No newline at end of file
+6dd3042507f97e41a01f4ffacf230762
\ No newline at end of file
Modified: maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-hudson-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-cbfae1e17088b34b2e3ca9b7cccaa257c60379f2
\ No newline at end of file
+8a50bd5c6414caf0d41a4b065f18693c0ed5f7ba
\ No newline at end of file
Added: maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+bcf5752fab4e9aac2cd04b2a96190246
\ No newline at end of file
Added: maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+6a566f836a10fc63b04f619606d4e07196c998aa
\ No newline at end of file
Added: maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,204 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-iis-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ IIS Plugin</name>
+ <description>a plugin for managing Microsoft Internet Information Server (IIS)</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/iis/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+6449103bb4974c6204b9c9a42ca87a2a
\ No newline at end of file
Added: maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-iis-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-iis-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f4c02e3980c035ef860887a5a39f9bd96e219fcd
\ No newline at end of file
Modified: maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-iis-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224736</lastUpdated>
+ <lastUpdated>20100330213801</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-f996031b922c5fa6372ce2ebd513ffff
\ No newline at end of file
+0b297d790da13a5b15ef9ad3a65fd37d
\ No newline at end of file
Modified: maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-iis-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-3eb15f22bca777351129bef6c2bc67f03a013612
\ No newline at end of file
+e192b34e83d44c86689107b1cbd9265b1c996de7
\ No newline at end of file
Added: maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,337 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-installer</artifactId>
+ <packaging>war</packaging>
+
+ <name>RHQ Enterprise Installer War</name>
+ <description>The ON Enterprise Installer webapp</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/gui/installer-war/</scm.module.path>
+ <war.dir>${basedir}/target/${final.name}</war.dir>
+
+ <!-- dependency versions -->
+ <el.version>1.0</el.version>
+ <jsf-facelets.version>1.1.14</jsf-facelets.version>
+
+ <product.shortName>RHQ</product.shortName>
+ <product.name>RHQ</product.name>
+ <product.fullName>RHQ</product.fullName>
+ <product.url.domain>rhq-project.org</product.url.domain>
+ <product.sales.email>sales(a)rhq-project.org</product.sales.email>
+ <product.support.email>info(a)rhq-project.org</product.support.email>
+ <product.version>${project.version}</product.version>
+ <product.help.doc.root>http://support.rhq-project.org/display/RHQ/</product.help.doc.root>
+ <product.help.installation>Installing</product.help.installation>
+ <product.help.guide.server>Running+the+Server</product.help.guide.server>
+ <product.help.guide.agent>Running+the+Agent</product.help.guide.agent>
+ <product.help.FAQ>FAQ</product.help.FAQ>
+ <product.help.config.props>http://support.rhq-project.org/display/RHQ/Configuring+the+Server#Configu...</product.help.config.props>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-dbutils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
+ <version>${jboss.version}</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ <version>${jboss.version}</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!--
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.14</version>
+ </dependency>
+ -->
+
+ <!--
+ <dependency>
+ <groupId>commons-el</groupId>
+ <artifactId>commons-el</artifactId>
+ <version>1.0</version>
+ </dependency>
+ -->
+
+ <!--
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ -->
+
+ <!--
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ -->
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!--
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ -->
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- NOTE: The below dep is needed so that the Jetty JSP compiler can find the JSF tld files. -->
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>rhq-installer</finalName>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ <webResources>
+ <resource>
+ <filtering>true</filtering>
+ <directory>${basedir}/src/main/webapp</directory>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ <resource>
+ <filtering>true</filtering>
+ <directory>${basedir}/target/resources</directory>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>Generate I18N Resource Bundles</id>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <!-- generate the I18N resource bundles -->
+ <taskdef name="i18n" classpathref="maven.runtime.classpath" classname="mazz.i18n.ant.I18NAntTask" />
+ <!--<i18n outputdir="${project.build.outputDirectory}" defaultlocale="en" verbose="false" append="false" verify="true">-->
+ <i18n outputdir="${basedir}/target/resources/WEB-INF/classes" defaultlocale="en" verbose="false" append="false" verify="true">
+ <classpath refid="maven.runtime.classpath" />
+ <classfileset dir="${project.build.outputDirectory}">
+ <include name="**/*I18NResourceKeys.class" />
+ </classfileset>
+ </i18n>
+ <copy todir="${project.build.outputDirectory}" encoding="UTF-8" outputencoding="UTF-8">
+ <fileset dir="${basedir}/target/resources/WEB-INF/classes">
+ <include name="InstallerMessages*.properties" />
+ </fileset>
+ <mapper type="glob" from="*" to="*.unfiltered" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentName>${project.build.finalName}.war</rhq.deploymentName>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.deploymentName}</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy-classes</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <property name="classes.dir" location="${rhq.deploymentDir}/WEB-INF/classes" />
+ <echo>*** Copying updated files from target/classes to ${classes.dir}...</echo>
+ <copy todir="${classes.dir}" verbose="${rhq.verbose}">
+ <fileset dir="target/classes" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from target${file.separator}${project.build.finalName}${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="${basedir}/target/${project.build.finalName}" />
+ </copy>
+ <delete dir="${deployment.dir}.rej" /> <!-- need to remove any residual backups -->
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
+ <delete dir="${deployment.dir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dist</id>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <!-- See http://jetty.mortbay.org/jspc-maven-plugin/ -->
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-jspc-plugin</artifactId>
+ <version>6.1.7</version>
+ <configuration>
+ <keepSources>false</keepSources>
+ <validateXml>false</validateXml> <!-- TODO: set to true -->
+ <generatedClasses>${project.build.outputDirectory}</generatedClasses>
+ </configuration>
+ <executions>
+ <execution><goals><goal>jspc</goal></goals></execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+ <repositories>
+ <repository>
+ <id>java.net-m1-releases</id>
+ <name>Java.net Maven 1 Repository - for javax.faces, javax.el, com.sun.el, and com.sun.facelets releases</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+
+</project>
Added: maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+1d549e16a99ef4ee0276b8576b860161
\ No newline at end of file
Added: maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+2281321b542134ddab07588fd03258b7c9bddcc1
\ No newline at end of file
Added: maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.md5
===================================================================
--- maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.md5 (rev 0)
+++ maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+0b0264005cb2ae9fd936d5aa6c91069a
\ No newline at end of file
Added: maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.sha1
===================================================================
--- maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.sha1 (rev 0)
+++ maven2/org/rhq/rhq-installer/1.3.0.EmbJopr.1.3.0-4/rhq-installer-1.3.0.EmbJopr.1.3.0-4.war.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5f9e9e5009b4d4a4f00db09061d38e4ecfc06c04
\ No newline at end of file
Modified: maven2/org/rhq/rhq-installer/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-installer/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-installer/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160534</lastUpdated>
+ <lastUpdated>20100330213909</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-installer/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-installer/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-installer/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-4d3008d900828fe7ee51aa53ed8d1db2
\ No newline at end of file
+54487451ed046844f99f71b98278d5c2
\ No newline at end of file
Modified: maven2/org/rhq/rhq-installer/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-installer/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-installer/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-597b0b3f2e426118c0ae119cb549a383c40a55f6
\ No newline at end of file
+acefc74f26d485d6d6f690b4252ee38c3565cfcd
\ No newline at end of file
Added: maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+cf20817ecfede6df9fe5b169fe7afa75
\ No newline at end of file
Added: maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a01b4dbd3e5e52d2494a7ef64feaf5139b7ff671
\ No newline at end of file
Added: maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,260 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-jmx-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ JMX Plugin</name>
+ <description>a plugin for managing a generic JMX-enabled application</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/jmx/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>mc4j</groupId>
+ <artifactId>org-mc4j-ems</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-ems-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>mc4j</groupId>
+ <artifactId>org-mc4j-ems</artifactId>
+ <version>${ems.version}</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+</plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true" verbose="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+</profile>
+ <!-- This includes the tools.jar in the system classpath to avoid the unsatisfied link error on
+ tools.jar dependencies that EMS was trying to load multiple times. -->
+ <profile>
+ <id>default-tools.jar</id>
+ <activation>
+ <property>
+ <name>java.vendor</name>
+ <value>Sun Microsystems Inc.</value>
+ </property>
+ </activation>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.4.2</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+7f59271a100be45f6dfad723b32960c5
\ No newline at end of file
Added: maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-jmx-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-jmx-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3ceba945829565ca39bd0625251469e80a524ab5
\ No newline at end of file
Modified: maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160450</lastUpdated>
+ <lastUpdated>20100330213738</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-10e59c894b39aacef4b0211cc325b65f
\ No newline at end of file
+bc41dbc9423d46b70d2d097ba1998388
\ No newline at end of file
Modified: maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-jmx-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-8e4df9ebfdc3700a9af6bad9814dadcb677a9229
\ No newline at end of file
+82d5980bf6c3017b3953878e95cbfe31e0ad7fef
\ No newline at end of file
Added: maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,59 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-modules-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Modules</name>
+ <description>parent POM for all RHQ modules</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/</scm.module.path>
+ </properties>
+
+ <profiles>
+
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>core</module>
+ <module>plugins</module>
+ <module>helpers</module>
+ <module>enterprise</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>agent</id>
+ <activation>
+ <property>
+ <name>agent</name>
+ </property>
+ </activation>
+ <modules>
+ <module>core</module>
+ <module>enterprise/comm</module>
+ <module>enterprise/agent</module>
+ <module>enterprise/agentupdate</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+d41fa450b5935ea6b2abfa8de1397cd9
\ No newline at end of file
Added: maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-modules-parent/1.3.0.EmbJopr.1.3.0-4/rhq-modules-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5524b93453cea9923cc41bc6254042e11eaefdf5
\ No newline at end of file
Modified: maven2/org/rhq/rhq-modules-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-modules-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-modules-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160416</lastUpdated>
+ <lastUpdated>20100330213930</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-2e539b3cfbd9cd97abe040a52aad9e96
\ No newline at end of file
+c4f7961409667e6b65701b0336b7ce4b
\ No newline at end of file
Modified: maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-modules-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-6acd996fe8be8b401e36382073ef0e8b073f0c0c
\ No newline at end of file
+526b0412f870184ae31a81fe382e121aab35f033
\ No newline at end of file
Added: maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4d510510a37c51eead6b24573270ac48
\ No newline at end of file
Added: maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+800387e26b790c4583a7b90ecf327c2c3da7998a
\ No newline at end of file
Added: maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,247 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-mysql-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ MySql Plugin</name>
+ <description>A plugin for managing MySql</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/mysql/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>5.1.6</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-database-plugin</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-dependency-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ <include name="org/rhq/rhq-database-plugin/${project.version}/rhq-database-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+23fc09410f661c7834613c8eeba25b38
\ No newline at end of file
Added: maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-mysql-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-mysql-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+24ba1ac86e5e04c8e68d55dd29daf324685abe3c
\ No newline at end of file
Modified: maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-mysql-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224832</lastUpdated>
+ <lastUpdated>20100330213813</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-bd64e5e6dd02424aea10a2223c8a3811
\ No newline at end of file
+7849b424c8934b0f07c0b38351b36d62
\ No newline at end of file
Modified: maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-mysql-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-8a12c06f689bfe719889d964c3caec1cfa53a9bd
\ No newline at end of file
+cea5131069c428ae4609af56439c641283b8be4c
\ No newline at end of file
Added: maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b6a5cc4afb792f03de5bc5d18aae2227
\ No newline at end of file
Added: maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+2bd8ededc15418148a62b1b9e317fd75f1c19b94
\ No newline at end of file
Added: maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,244 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-netservices-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Network Services Plugin</name>
+ <description>
+ A plugin for monitoring network services.
+ </description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://ispringer@svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/platform/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+
+ </dependencies>
+
+ <build>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-dependency-jars</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+725cc4c843ee15295a5c03d7f72a974a
\ No newline at end of file
Added: maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-netservices-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-netservices-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+1f026bb9595a9f70ad42c3185238d7cde02f6dfa
\ No newline at end of file
Modified: maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-netservices-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224834</lastUpdated>
+ <lastUpdated>20100330213815</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-8a6fc05066ece654a0b8c0bcf22cf963
\ No newline at end of file
+464355eda8f4b03f29f917198c4e4936
\ No newline at end of file
Modified: maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-netservices-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-71b794d82b232a387d42f987ab2eb26ae18d009f
\ No newline at end of file
+31777123007bd27682e03f6c1696a63a75494c3b
\ No newline at end of file
Added: maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e414520ca073b51545612afa375e51e3
\ No newline at end of file
Added: maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a3fe03771f9af3dcbc3caf125d2c98267aada99a
\ No newline at end of file
Added: maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,248 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-oracle-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Oracle Plugin</name>
+ <description>A plugin for managing Oracle Database Servers</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/oracle/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-database-plugin</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>ojdbc-driver</id>
+
+ <!-- Make sure the Oracle JDBC jar gets included in the plugin jar's lib dir. -->
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-oracle-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>ojdbc14</groupId>
+ <artifactId>ojdbc14</artifactId>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ </profile>
+
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ <include name="org/rhq/rhq-database-plugin/${project.version}/rhq-database-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+43acccd354c33b5384087bfa90df01ea
\ No newline at end of file
Added: maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-oracle-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-oracle-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+7aba7dcc957df57bc4b536a35874bb0b73c5d184
\ No newline at end of file
Modified: maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-oracle-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224836</lastUpdated>
+ <lastUpdated>20100330213817</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-7e963bb68076965934acf4828bbd74d2
\ No newline at end of file
+e24b70daf07b1ddb8afd6301a350bc6b
\ No newline at end of file
Modified: maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-oracle-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-8d7030588e521e5756041bbbb7a2a36f8e26ca66
\ No newline at end of file
+fd43ebbb94c7c7dc7667c90b0c82bef9e88eeee6
\ No newline at end of file
Added: maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,834 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ <packaging>pom</packaging>
+
+ <name>RHQ</name>
+ <description>parent POM for all RHQ modules</description>
+ <url>http://rhq-project.org/</url>
+ <inceptionYear>2008</inceptionYear>
+
+ <organization>
+ <name>RHQ Project Advisory Board (Hyperic & Red Hat, Inc.)</name>
+ <url>http://rhq-project.org/</url>
+ </organization>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.rhq-project.org/</url>
+ </issueManagement>
+
+ <properties>
+ <rhq.groupId>org.rhq</rhq.groupId>
+ <rhq.product.name>RHQ</rhq.product.name>
+ <rhq.earName>rhq.ear</rhq.earName>
+ <!-- the below path is relative to {rhq-trunk} -->
+ <rhq.defaultDevContainerPath>dev-container</rhq.defaultDevContainerPath>
+ <!-- set the below prop to true to enable misc extra build output -->
+ <rhq.debug>false</rhq.debug>
+
+ <scm.branch>trunk</scm.branch>
+ <scm.module.path />
+
+ <doUpdate>false</doUpdate>
+
+ <!-- dependency versions -->
+
+ <!-- Start: JBoss AS Dependency Versions
+ The dependency versions below are declared together as the versions of each are dependent on the
+ overall JBoss AS Server version. Meaning, the AS provides these libs. When the Server
+ version is changed the versions of each of these should be validated and updated as needed. -->
+ <jboss.version>4.2.3.GA</jboss.version>
+ <jboss-cache.version>1.4.1.SP9</jboss-cache.version>
+ <jboss-common.version>1.2.1.GA</jboss-common.version>
+ <jboss-jta.version>4.2.3.SP7</jboss-jta.version>
+ <jboss-remoting.version>2.2.2.SP8</jboss-remoting.version>
+ <jboss-serialization.version>1.0.3.GA</jboss-serialization.version>
+ <jboss-javassist.version>3.8.0.GA</jboss-javassist.version>
+ <jbossws-native-dist.version>3.1.1.GA</jbossws-native-dist.version>
+ <!-- End: JBoss AS Dependency Versions -->
+
+ <commons-logging.version>1.1.0.jboss</commons-logging.version>
+ <concurrent.version>1.3.4-jboss-update1</concurrent.version> <!-- oswego-concurrent compatible with 4.2.3.GA -->
+ <getopt.version>1.0.13</getopt.version>
+ <hibernate3.version>3.2.r14201-2</hibernate3.version>
+ <hibernate-annotations.version>3.2.1.GA</hibernate-annotations.version>
+ <hibernate-entitymanager.version>3.2.1.GA</hibernate-entitymanager.version>
+ <jaxb-api.version>2.1</jaxb-api.version>
+ <jaxb-impl.version>2.1.6</jaxb-impl.version>
+ <jsf-api.version>1.2_12</jsf-api.version>
+ <jsf-impl.version>1.2_12</jsf-impl.version>
+ <ojdbc14.version>10.2.0.4.0</ojdbc14.version>
+ <ojdbc5.version>11.1.0.7.0</ojdbc5.version>
+ <ems.version>1.2.11</ems.version>
+ <postgresql.version>8.3-604.jdbc3</postgresql.version>
+ <h2.version>1.1.113</h2.version>
+ <jtds.version>1.2.2</jtds.version>
+ <richfaces.version>3.3.0.GA</richfaces.version>
+ <sigar.version>1.6.3.82</sigar.version>
+ <quartz.version>1.6.5</quartz.version>
+
+ <!-- defaults for datasource used by dbsetup, unit+integration tests, and dev container build -
+ these may be overridden in ~/.m2/settings.xml -->
+ <rhq.test.ds.connection-url>jdbc:postgresql://127.0.0.1:5432/rhq</rhq.test.ds.connection-url>
+ <rhq.test.ds.driver-class>org.postgresql.Driver</rhq.test.ds.driver-class>
+ <rhq.test.ds.xa-datasource-class>org.postgresql.xa.PGXADataSource</rhq.test.ds.xa-datasource-class>
+ <rhq.test.ds.user-name>rhqadmin</rhq.test.ds.user-name>
+ <rhq.test.ds.password>rhqadmin</rhq.test.ds.password>
+ <rhq.test.ds.type-mapping>PostgreSQL</rhq.test.ds.type-mapping>
+ <rhq.test.ds.server-name>127.0.0.1</rhq.test.ds.server-name>
+ <rhq.test.ds.port>5432</rhq.test.ds.port>
+ <rhq.test.ds.db-name>rhq</rhq.test.ds.db-name>
+ <rhq.test.ds.hibernate-dialect>org.hibernate.dialect.PostgreSQLDialect</rhq.test.ds.hibernate-dialect>
+ <rhq.test.quartz.driverDelegateClass>org.quartz.impl.jdbcjobstore.PostgreSQLDelegate</rhq.test.quartz.driverDelegateClass>
+ <rhq.test.quartz.selectWithLockSQL>SELECT * FROM {0}LOCKS ROWLOCK WHERE LOCK_NAME = ? FOR UPDATE</rhq.test.quartz.selectWithLockSQL>
+ <rhq.test.quartz.lockHandlerClass>org.quartz.impl.jdbcjobstore.StdRowLockSemaphore</rhq.test.quartz.lockHandlerClass>
+
+ <!-- default port numbers for RHQ server -->
+ <rhq.server.http.port>7080</rhq.server.http.port>
+ <rhq.server.https.port>7443</rhq.server.https.port>
+
+ <rhq.server.enable.ws>false</rhq.server.enable.ws>
+
+ <!-- NOTE: The below line is a workaround for a Maven bug, where it does not expand settings.* properties
+ used in the distributionManagement section of the POM. -->
+ <localRepository>${user.home}/.m2/repository</localRepository>
+ </properties>
+
+ <dependencyManagement>
+
+ <dependencies>
+
+ <!-- Start: JBoss AS Dependencies
+ The dependencies below are declared together as the versions of each are dependent on the
+ overall JBoss AS Server version. Meaning, the AS provides these libs. When the Server
+ version is changed the versions of each of these should be validated and updated as needed. -->
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-dist</artifactId>
+ <version>4.2.3.GA</version>
+ <type>zip</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossws</groupId>
+ <artifactId>jbossws-native-dist</artifactId>
+ <version>3.1.1.GA</version>
+ <type>zip</type>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-all-client</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-annotations-ejb3</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-cache</artifactId>
+ <version>1.4.1.SP9</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common</artifactId>
+ <version>1.2.1.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-ejb3x</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-ejb3-client</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-j2ee</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.8.0.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <version>2.2.2.SP8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-serialization</artifactId>
+ <version>1.0.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jbosssx</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ <version>4.2.3.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.jbossws</groupId>
+ <artifactId>jbossws-native-dist</artifactId>
+ <version>3.1.1.GA</version>
+ <type>zip</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.transaction</groupId>
+ <artifactId>jboss-jta</artifactId>
+ <version>4.2.3.SP7</version>
+ </dependency>
+
+ <!-- End: JBoss AS Dependencies -->
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.0.jboss</version>
+ </dependency>
+
+ <!-- GNU GetOpt (any modules that need to do command-line argument parsing should use this) -->
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <version>1.0.13</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.1.6</version>
+ </dependency>
+
+ <dependency>
+ <groupId>mc4j</groupId>
+ <artifactId>org-mc4j-ems</artifactId>
+ <version>1.2.11</version>
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
+ <version>3.2.r14201-2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.2.1.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate-entitymanager</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <version>3.2.1.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hyperic</groupId>
+ <artifactId>sigar</artifactId>
+ <version>1.6.3.82</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hyperic</groupId>
+ <artifactId>sigar-dist</artifactId>
+ <version>1.6.3.82</version>
+ <type>zip</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.3.0.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.0.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>3.3.0.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>oswego-concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4-jboss-update1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensymphony.quartz</groupId>
+ <artifactId>quartz</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensymphony.quartz</groupId>
+ <artifactId>quartz-oracle</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <!-- Postgres JDBC driver -->
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.3-604.jdbc3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>1.1.113</version>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sourceforge.jtds</groupId>
+ <artifactId>jtds</artifactId>
+ <version>1.2.2</version>
+ </dependency>
+
+ </dependencies>
+
+ </dependencyManagement>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>i18nlog</groupId>
+ <artifactId>i18nlog</artifactId>
+ <version>1.0.9</version>
+ </dependency>
+
+ <!-- for the JAXB annotations -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.9</version>
+ <scope>test</scope>
+ <classifier>jdk15</classifier>
+ </dependency>
+
+ <!-- for the Nullable/NotNull annotations -->
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>7.0.2</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+
+ <defaultGoal>install</defaultGoal>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-ear-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-rar-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <!-- NOTE: If http://jira.codehaus.org/browse/MRELEASE-300 resurfaces,
+ it may be necessary to rollback to 2.0-beta-6. -->
+ <version>2.0-beta-9</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0-beta-6</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.4</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.0-beta-3</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+
+ <!-- Set the 'maven.version' property to the version of Maven being used,
+ so we can include the Maven version in the MANIFEST.MF files of all
+ build artifacts. -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>maven-version</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Set the 'buildNumber' property to the current SVN revision, or to '0'
+ if an SVN revision cannot be determined, so we can include the SVN
+ revision in the MANIFEST.MF files of all build artifacts. -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
+ <revisionOnScmFailure>0</revisionOnScmFailure>
+ <doCheck>false</doCheck>
+ <doUpdate>false</doUpdate>
+ <timestampFormat>{0, date, long} {0, time, long}</timestampFormat>
+ </configuration>
+ </plugin>
+
+ <!-- Ensure all code compiles and runs on Java 5 or later. -->
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <!-- invocation options -->
+ <fork>true</fork>
+ <meminitial>128M</meminitial>
+ <maxmem>512M</maxmem>
+
+ <!-- compiler options -->
+ <source>1.5</source>
+ <target>1.5</target>
+ <optimize>false</optimize>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <Maven-Version>${maven.version}</Maven-Version>
+ <Java-Version>${java.version}</Java-Version>
+ <Java-Vendor>${java.vendor}</Java-Vendor>
+ <Os-Name>${os.name}</Os-Name>
+ <Os-Arch>${os.arch}</Os-Arch>
+ <Os-Version>${os.version}</Os-Version>
+ <Build-Number>${buildNumber}</Build-Number>
+ <Build-Time>${timestamp}</Build-Time>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-versions</id>
+ <goals>
+ <!-- IMPORTANT: Use enforce goal, rather than enforce-once goal, otherwise reactor
+ builds will fail due to http://jira.codehaus.org/browse/MENFORCER-11 -->
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireMavenVersion>
+ <version>2.0.10</version>
+ </requireMavenVersion>
+ <requireJavaVersion>
+ <version>[1.5,1.8)</version> <!-- 1.5.x, 1.6.x, 1.7.x -->
+ </requireJavaVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <updateDependencies>false</updateDependencies>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <trimStackTrace>false</trimStackTrace>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-idea-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <ideaVersion>6.x</ideaVersion>
+ <downloadJavadocs>true</downloadJavadocs>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ <extensions>
+
+ <!-- Add support for scm URLs in the distributionManagement section. -->
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-scm</artifactId>
+ <version>1.0-beta-4</version>
+ </extension>
+
+ <!-- Add support for dav URLs in the distributionManagement section. -->
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+
+ </extensions>
+
+ </build>
+
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss</id>
+ <name>JBoss Plugin Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <distributionManagement>
+ <repository>
+ <!-- Copy the distribution jar file to a local checkout of the JBoss repository.
+ This variable can be set in ~/.m2/settings.xml or $M2_HOME/conf/settings.xml. -->
+ <id>repository.jboss.org</id>
+ <url>file://${maven.repository.root}</url>
+ </repository>
+
+ <snapshotRepository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+ <modules>
+ <module>modules</module>
+ </modules>
+
+ <profiles>
+
+ <profile>
+ <id>ojdbc-driver</id>
+
+ <dependencies>
+ <!-- Oracle JDBC driver - required only if you want to run the tests, or dbsetup, against Oracle.
+ Add a top level dependency if this profile is active to allow for db-required tests in any module.
+ The driver can not be packaged for OpenSource distributions due to licensing issues, and as such,
+ this profile should not be active by default. -->
+ <dependency>
+ <groupId>ojdbc14</groupId>
+ <artifactId>ojdbc14</artifactId>
+ <version>10.2.0.4.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.oracle</groupId>
+ <artifactId>ojdbc5</artifactId>
+ <version>11.1.0.7.0</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <!-- The below prop can be used by antrun scripts to check if the dev profile is enabled. -->
+ <dev.profile.active>true</dev.profile.active>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <inherited>false</inherited>
+ <configuration>
+ <tasks>
+ <echo>. !!!!!!! dev profile is active !!!!!!!</echo>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <useFile>false</useFile>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ </profile>
+
+ <profile>
+ <id>test.debug</id>
+ <activation>
+ <property>
+ <name>test.debug</name>
+ </property>
+ </activation>
+
+ <properties>
+ <!-- See: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#debu... -->
+ <maven.surefire.debug>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8797,server=y,suspend=y</maven.surefire.debug>
+ </properties>
+ </profile>
+
+ <!-- Set the java5.home prop to a Java5 JRE dir to enforce that only Java5 APIs are used. -->
+ <profile>
+ <id>check-java-api</id>
+
+ <activation>
+ <property>
+ <name>java5.home</name>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArguments>
+ <bootclasspath>${java5.home}/lib/rt.jar${path.separator}${java5.home}/lib/jsse.jar${path.separator}${java5.home}/lib/jce.jar</bootclasspath>
+ </compilerArguments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!-- Use buildnumber plugin only if SVN metadata is present. -->
+ <profile>
+ <id>build-number-generation</id>
+ <activation>
+ <file>
+ <exists>.svn</exists>
+ </file>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
+ <revisionOnScmFailure>0</revisionOnScmFailure>
+ <doCheck>false</doCheck>
+ <doUpdate>false</doUpdate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c04bfde214cef9d4e634aec40222ae49
\ No newline at end of file
Added: maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-parent/1.3.0.EmbJopr.1.3.0-4/rhq-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+187a3c5e869648da1791a8be55b969bf48e1651e
\ No newline at end of file
Modified: maven2/org/rhq/rhq-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160416</lastUpdated>
+ <lastUpdated>20100330213708</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-f63df5fa02ecd66bcade0fdf582a12f7
\ No newline at end of file
+3c4d98c06580d4d82896f6a228b2357b
\ No newline at end of file
Modified: maven2/org/rhq/rhq-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-8e062476defc57fbd2b27e28adf2f57224251508
\ No newline at end of file
+605a7db0e2bec058ed7ec7795a5a19606df58b04
\ No newline at end of file
Added: maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3ae3e89338a7f38993f6aef82d6c0a7b
\ No newline at end of file
Added: maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+df9ab89f9d842b1afee5902b5cbf39bd1bc18713
\ No newline at end of file
Added: maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,133 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-perftest-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Performance Test Plugin</name>
+ <description>a plugin for performance testing</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/perftest/</scm.module.path>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.sun.tools.xjc.maven2</groupId>
+ <artifactId>maven-jaxb-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <generatePackage>org.rhq.plugins.perftest.scenario</generatePackage>
+ <generateDirectory>${basedir}/target/generated-sources/xjc</generateDirectory>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-jaxb-deps</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </artifactItem>
+ <artifactItem>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Djava.library.path=${basedir}/target/itest/lib</argLine>
+ <!--
+ <argLine>-Djava.library.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>
+ -->
+
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8a2434f32f2e3f3c57b22ba0444342b4
\ No newline at end of file
Added: maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-perftest-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-perftest-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f1e72e17af94a02f8eb26321d5ddcedadfded7a3
\ No newline at end of file
Modified: maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-perftest-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224840</lastUpdated>
+ <lastUpdated>20100330213818</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-eccec6bf92d4b6b14d0ec381a068c8b4
\ No newline at end of file
+c99fc2456157270ff1cd68a0ac4ec281
\ No newline at end of file
Modified: maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-perftest-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-f028c4ae9332e4b7940c3b6d99009b3c17a1d9f4
\ No newline at end of file
+2e42fe04049cb1e644a23d5a9bde9cc04094a9b4
\ No newline at end of file
Added: maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+911e19ec6af1bb0426e163494f925e61
\ No newline at end of file
Added: maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3c413f15b3007a96d2941b0a331d4615c453cb59
\ No newline at end of file
Added: maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,203 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-platform-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Platform Plugin</name>
+ <description>
+ A plugin for monitoring the different supported platforms.
+ </description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/platform/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+aa2b30a669f03393d072fedfec8b32bc
\ No newline at end of file
Added: maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-platform-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-platform-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+75cf0a6a270e758b88b73612ff6d1f7f8cb96f7c
\ No newline at end of file
Modified: maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160439</lastUpdated>
+ <lastUpdated>20100330213735</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-a23e09335894aa7d8bbbf03e048b036d
\ No newline at end of file
+af13c70d7c376669f9d29a212f7b5d54
\ No newline at end of file
Modified: maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-platform-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-e5fe8abac3a1e141442c74db3c2d7b956155a079
\ No newline at end of file
+2fccbbbf4fd543a0e5179bf383fb70ac015ce255
\ No newline at end of file
Added: maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f84f4bc84f240819cdb8e6fa243d2225
\ No newline at end of file
Added: maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e74a77a075cffde326a76329dd5329ee6bad8d88
\ No newline at end of file
Added: maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,56 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugin-validator</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>RHQ Plugin Validator Maven 2 Plugin</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugin-container</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.8</version>
+ </dependency>
+
+ </dependencies>
+
+</project>
Added: maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+77aee181d270cefa06d92c5cf73cb77b
\ No newline at end of file
Added: maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.3.0.EmbJopr.1.3.0-4/rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+720ce139ec539132aa04b381deab756f9a5dd855
\ No newline at end of file
Modified: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -5,7 +5,7 @@
<artifactId>rhq-plugin-validator</artifactId>
<version>1.2.0.GA</version>
<versioning>
- <latest>3.0.0.B04</latest>
+ <latest>1.3.0.EmbJopr.1.3.0-4</latest>
<versions>
<version>1.0.0.GA</version>
<version>1.1.2.GA</version>
@@ -13,7 +13,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160436</lastUpdated>
+ <lastUpdated>20100330213733</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-12513eec0cbeb1a370f9df304db80ee2
\ No newline at end of file
+f518005016b103a4d3595a7e38f757d8
\ No newline at end of file
Modified: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-51b575cd3f680aad7c8a83a0579680e9df568dd7
\ No newline at end of file
+8dc33ac0b5c733d631b54048b3ed807bc6363a03
\ No newline at end of file
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.md5
===================================================================
--- maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e393a1e236564dda66dc1ca19a454434
\ No newline at end of file
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4-jar-with-dependencies.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8e41399f0dca9fa17c8e799b16c7fda59ada36cc
\ No newline at end of file
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4f7d53266441b36dbc7cfb95a7ee4cb0
\ No newline at end of file
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+32b0a2c16f7602aec668cfa8fbcd365616d32c5f
\ No newline at end of file
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-helpers</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-pluginGen</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ plugin generator</name>
+ <description>Helper to generate plugin skeletons</description>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>org.rhq.helpers.pluginGen.PluginGen</mainClass>
+ <packageName>org.rhq.helpers.pluginGen</packageName>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ <archive>
+ <manifest>
+ <mainClass>org.rhq.helpers.pluginGen.PluginGen</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id> <!-- this is used for inheritance merges -->
+ <phase>package</phase> <!-- append to the packaging phase. -->
+ <goals>
+ <goal>attached</goal> <!-- goals == mojos -->
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.freemarker</groupId>
+ <artifactId>freemarker</artifactId>
+ <version>2.3.11</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f8829b0d488cfea37b9eece6467eebdb
\ No newline at end of file
Added: maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-pluginGen/1.3.0.EmbJopr.1.3.0-4/rhq-pluginGen-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+f7c771023770c46e68a34cfaf68295fc7b382097
\ No newline at end of file
Modified: maven2/org/rhq/rhq-pluginGen/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-pluginGen/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-pluginGen/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-pluginGen</artifactId>
<version>1.3.0.GA</version>
<versioning>
<versions>
<version>1.3.0.GA</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091204183657</lastUpdated>
+ <lastUpdated>20100330213833</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-9ec96a786005e8cd39e2d5859186405d
\ No newline at end of file
+fdd184d784cd1d006d8ae0931f41839c
\ No newline at end of file
Modified: maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-pluginGen/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-29e74bc056aba7de6ba35763c5738ff7b9855053
\ No newline at end of file
+836fda7a7ae87778539d990552a231a6bf7aa8c5
\ No newline at end of file
Added: maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,110 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Plugins</name>
+ <description>parent POM for all RHQ plugins</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by PC -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-plugin-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by PC -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-native-system</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by PC -->
+ </dependency>
+
+ <dependency>
+ <groupId>${rhq.groupId}</groupId>
+ <artifactId>rhq-core-plugin-container</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes. It is fixed in JDK 6. -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- by RHQ container -->
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes; it is fixed in JDK 6. -->
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope> <!-- by RHQ container -->
+ </dependency>
+
+ </dependencies>
+
+ <modules>
+ <!-- core plugins -->
+ <module>platform</module>
+ <module>jmx</module>
+ <module>rhq-agent</module>
+ <module>apache</module>
+ <module>iis</module>
+ <module>database</module>
+ <module>postgres</module>
+
+ <!-- other, possibly experimental plugins -->
+ <module>augeas</module>
+ <module>apt</module>
+ <module>script</module>
+ <module>grub</module>
+<!-- not behaving <module>hardware</module> -->
+ <module>hosts</module>
+ <module>hudson</module>
+<!-- error in code generation (see RHQ-1225) <module>jira</module> -->
+ <module>mysql</module>
+ <module>netservices</module>
+<!-- non-public dependency <module>onewire</module> -->
+ <module>oracle</module>
+ <module>perftest</module>
+ <module>snmptrapd</module>
+ <module>sshd</module>
+ <module>twitter</module>
+ <module>virt</module>
+
+ <!-- make this the last - it will validate all the plugins -->
+ <module>validate-all-plugins</module>
+ </modules>
+
+</project>
Added: maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+ee85100fcb49c78a02afd875a8fb5fd8
\ No newline at end of file
Added: maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-plugins-parent/1.3.0.EmbJopr.1.3.0-4/rhq-plugins-parent-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e093ed3e34929227874cff1168ee9b138d1856af
\ No newline at end of file
Modified: maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -10,7 +10,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160438</lastUpdated>
+ <lastUpdated>20100330213733</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-fd6b2257416baf8c365a74bef3697e80
\ No newline at end of file
+26dc12bb44a125f5f06f1677e2816413
\ No newline at end of file
Modified: maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-plugins-parent/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-32f71a6ef07abf4e22e55dbec6dded61545fefbc
\ No newline at end of file
+439c322207c36e4895210066102c593616eab6bd
\ No newline at end of file
Added: maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,587 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-portal</artifactId>
+ <packaging>war</packaging>
+
+ <name>RHQ Enterprise Portal</name>
+ <description>the RHQ Enterprise Portal webapp</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/gui/portal-war/</scm.module.path>
+
+ <!-- dependency versions -->
+ <el.version>1.0</el.version>
+ <jsf-facelets.version>1.1.14</jsf-facelets.version>
+ <seam.version>2.1.0.SP1</seam.version>
+
+ <product.shortName>RHQ</product.shortName>
+ <product.name>RHQ</product.name>
+ <product.fullName>RHQ</product.fullName>
+ <product.url.domain>rhq-project.org</product.url.domain>
+ <product.sales.email>sales(a)rhq-project.org</product.sales.email>
+ <product.support.email>info(a)rhq-project.org</product.support.email>
+ <product.version>${project.version}</product.version>
+ <product.help.doc.root>http://support.rhq-project.org/display/RHQ/</product.help.doc.root>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by rhq.ear (as ejb-jar) -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-gui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by rhq.ear (as ejb-jar) -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by rhq.ear -->
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.14</version>
+ </dependency>
+
+ <!-- NOTE: Do *not* set this to provided scope. The version that comes with AS 4.2 is not compatible w/ Ajax4JSF. -->
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.2.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-el</groupId>
+ <artifactId>commons-el</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>commons-validator</groupId>
+ <artifactId>commons-validator</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- used by a test JSP -->
+ <dependency>
+ <groupId>hibernate-entitymanager</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- needed for referenced domain entities that use Hibernate annotations (due to JDK5 bug) -->
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- by JBossAS Tomcat -->
+ </dependency>
+
+ <!-- transitive dependency needed for JspC -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- We leverage a few utility classes (HtmlUtils, etc.) from the JSF RI impl jar. -->
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.3.1</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- needed for referenced domain entities that use JPA annotations (due to JDK5 bug) -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+
+ <!-- needed for EJB3 annotations (e.g. ApplicationException) -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-ejb3x</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-j2ee</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- used by org.jboss.on.enterprise.ui.servlet.startupShutdownListener -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- used by org.jboss.on.enterprise.ui.converter.MD5HashConverter -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jbosssx</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- Needed due to JDK 1.5 bug. -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-annotations-ejb3</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- used by DisplayTag_test.jsp -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensymphony.quartz</groupId>
+ <artifactId>quartz</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS itself, which the container build has packaged with 1.6.5 -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensymphony.quartz</groupId>
+ <artifactId>quartz-oracle</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS itself, which the container build has packaged with 1.6.5 -->
+ </dependency>
+
+ <!-- == Seam Related Dependencies ================ -->
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <version>2.1.0.SP1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-ui</artifactId>
+ <version>2.1.0.SP1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-debug</artifactId>
+ <version>2.1.0.SP1</version>
+ <!-- should be pulling this in directly ourselves, not relying
+ jboss-seam-debug to provide it -->
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jvnet</groupId>
+ <artifactId>inflector</artifactId>
+ <version>0.7.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.snmp4j</groupId>
+ <artifactId>snmp4j</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>struts</groupId>
+ <artifactId>struts</artifactId>
+ <version>1.2.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <!-- provided by JBossAS default config -->
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>struts</groupId>
+ <artifactId>struts-el</artifactId>
+ <version>1.2.9</version>
+ </dependency>
+
+ <dependency>
+ <groupId>struts-menu</groupId>
+ <artifactId>struts-menu</artifactId>
+ <version>2.3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+
+ <!-- new jetty based jsp compiler -->
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-jspc-plugin</artifactId>
+ <version>6.1.5</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.5.1</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.0.2</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>rhq-portal</finalName>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ <webResources>
+ <resource>
+ <filtering>false</filtering>
+ <directory>${basedir}/src/main/webapp</directory>
+ </resource>
+ <resource>
+ <filtering>true</filtering>
+ <directory>${basedir}/src/main/webapp-filtered</directory>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <id>Generate I18N Resource Bundles</id>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <!-- generate the I18N resource bundles -->
+ <taskdef name="i18n" classpathref="maven.runtime.classpath" classname="mazz.i18n.ant.I18NAntTask" />
+ <i18n outputdir="${project.build.outputDirectory}" defaultlocale="en" verbose="false" append="false" verify="true">
+ <classpath refid="maven.runtime.classpath" />
+ <classfileset dir="${project.build.outputDirectory}">
+ <include name="**/*I18NResourceKeys.class" />
+ </classfileset>
+ </i18n>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>Maintain an unfiltered copy of i18n properties files</id>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <copy todir="${project.build.outputDirectory}">
+ <fileset dir="src/main/webapp-filtered/WEB-INF/classes">
+ <include name="ApplicationResources.properties" />
+ </fileset>
+ <mapper type="glob" from="*" to="*.unfiltered" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentName>${project.build.finalName}.war</rhq.deploymentName>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/${rhq.deploymentName}</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy-classes</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <property name="classes.dir" location="${rhq.deploymentDir}/WEB-INF/classes" />
+ <echo>*** Copying updated files from target/classes to ${classes.dir}...</echo>
+ <copy todir="${classes.dir}" verbose="${rhq.verbose}">
+ <fileset dir="target/classes" />
+ </copy>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from src${file.separator}main${file.separator}webapp${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="${basedir}/src/main/webapp" />
+ </copy>
+ <!-- TODO: Also copy the files from src/main/webapp-filtered/, and then filter them ourselves. -->
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from target${file.separator}${project.build.finalName}${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="${basedir}/target/${project.build.finalName}" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
+ <delete dir="${deployment.dir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dist</id>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <!-- See http://jetty.mortbay.org/jspc-maven-plugin/ -->
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-jspc-plugin</artifactId>
+ <version>6.1.7</version>
+ <configuration>
+ <keepSources>false</keepSources>
+ <validateXml>false</validateXml> <!-- TODO: set to true -->
+ <generatedClasses>${project.build.outputDirectory}</generatedClasses>
+ </configuration>
+ <executions>
+ <execution><goals><goal>jspc</goal></goals></execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+ <repositories>
+ <repository>
+ <id>java.net-m1-releases</id>
+ <name>Java.net Maven1 Repository - for javax.faces, javax.el, com.sun.el, and com.sun.facelets releases</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b8505c838315bcc4997931e78ec3ccfc
\ No newline at end of file
Added: maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+114585740ab2df28c9771091dd748059bd16dc8a
\ No newline at end of file
Added: maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.md5
===================================================================
--- maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.md5 (rev 0)
+++ maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4926bb3a77cded6c95ae090a2e186f56
\ No newline at end of file
Added: maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.sha1
===================================================================
--- maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.sha1 (rev 0)
+++ maven2/org/rhq/rhq-portal/1.3.0.EmbJopr.1.3.0-4/rhq-portal-1.3.0.EmbJopr.1.3.0-4.war.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+37ec6f5beacee8cb67b5422e3ab636e4ef7f88fa
\ No newline at end of file
Modified: maven2/org/rhq/rhq-portal/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-portal/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-portal/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -7,7 +7,8 @@
<versioning>
<versions>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160532</lastUpdated>
+ <lastUpdated>20100330213906</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-portal/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-portal/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-portal/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-ee3bd8fc89ef8393ed3a01a020f83f89
\ No newline at end of file
+8ac0cbb30fa54568d6b2aa59d1b98933
\ No newline at end of file
Modified: maven2/org/rhq/rhq-portal/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-portal/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-portal/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-18d2ed39455cbad064362c9ccdddeff1ffa96bfe
\ No newline at end of file
+769261f429f5a631f86fc79f9679d2aeec1522ed
\ No newline at end of file
Added: maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+9b01ad469468149e46cf180162d648b9
\ No newline at end of file
Added: maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c1f1b8a0736b652066ea76ae3a81539bc3dcd30a
\ No newline at end of file
Added: maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,246 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-postgres-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Postgres Plugin</name>
+ <description>A plugin for managing PostgreSQL</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/postgres/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-database-plugin</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-postgres-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ <include name="org/rhq/rhq-database-plugin/${project.version}/rhq-database-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b97b9053e519b913e5d19fc759624264
\ No newline at end of file
Added: maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-postgres-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-postgres-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4c94ea630d4a9b6e4bd3a69b4c406624b96f9a91
\ No newline at end of file
Modified: maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-postgres-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224741</lastUpdated>
+ <lastUpdated>20100330213804</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-25b01ca376d9452f46e3c5b4226df935
\ No newline at end of file
+326266f73e0305bb1c939b2947204daa
\ No newline at end of file
Modified: maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-postgres-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-e7952bf2604b008a355927988d99d0c7396b20dc
\ No newline at end of file
+dbdb8915255726b336f129c28fe82375d69e6633
\ No newline at end of file
Added: maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+6d5a14c0ab40f6180211abc8671fc2e1
\ No newline at end of file
Added: maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+1a277012de40705a523ac9cf0ece20e5cd40f509
\ No newline at end of file
Added: maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,122 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-helpers</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-rtfilter</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ rtfilter</name>
+ <description>Filter to gather response time metrics from web applcations</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <final.name>rhq-rtfilter</final.name>
+ <scm.module.path>modules/helpers/rtfilter/</scm.module.path>
+ <war.dir>${basedir}/target/${final.name}</war.dir>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.3</version>
+ <scope>provided</scope> <!-- by servlet container -->
+ </dependency>
+
+ <!-- This is the version supplied with TC5.5 and seems compatible for our needs with TC6 -->
+ <!-- This ensures it's pulled down into the repo for copying later during packaging -->
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <optimize>false</optimize>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/lib</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+ca2739659e47161368644111b3090dcf
\ No newline at end of file
Added: maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-rtfilter/1.3.0.EmbJopr.1.3.0-4/rhq-rtfilter-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5d8f195ee221eb83db1e75d37e25c642d1e35cb3
\ No newline at end of file
Modified: maven2/org/rhq/rhq-rtfilter/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-rtfilter/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-rtfilter/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160442</lastUpdated>
+ <lastUpdated>20100330213743</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-0a5a150e640f1134098b0673ac409d11
\ No newline at end of file
+0da81e9cab0326205f56989f6b61f720
\ No newline at end of file
Modified: maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-rtfilter/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-67546dafc1797ffe4a3b1fa5c6aa28bd4d21dc61
\ No newline at end of file
+093335c515bf400208b54310c59841abc45fdba4
\ No newline at end of file
Added: maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+ca7ddf8543ef10e549b17ea7d13513b2
\ No newline at end of file
Added: maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+62cc26fdbf07b3bdbf9cd53d74886634f1b12c40
\ No newline at end of file
Added: maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,198 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-script-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Script Plugin</name>
+ <description>
+ A plugin for managing resources that have command line executables or scripts as their management interface.
+ </description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://ispringer@svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4/modules/plugins/script</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/script/</scm.module.path>
+ </properties>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+bd1f5c3b705f91fc271d0359cb9111f4
\ No newline at end of file
Added: maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-script-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-script-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+b58203339a9913568cfa03e7b925c60cc3ceffad
\ No newline at end of file
Modified: maven2/org/rhq/rhq-script-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-script-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-script-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-script-plugin</artifactId>
<version>1.3.0.GA</version>
@@ -7,7 +8,8 @@
<versions>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224827</lastUpdated>
+ <lastUpdated>20100330213808</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-f63050b97321bef467851ec161520a20
\ No newline at end of file
+e23f3025814c1267ee6581a82689aaa8
\ No newline at end of file
Modified: maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-script-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-27b14b0e5ffa085a09827b9516c41bb479bf236c
\ No newline at end of file
+96182daf87746e8347c69d0124de86412165f5ea
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c9846a76c79e8be4bc74853a46407b83
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+58a5490b32dc75c8c9c1927eb45d211fe9a1d405
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,141 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-serverplugin-disk</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Server Disk Content Source Plugin</name>
+ <description>JBoss Operations Network Enterprise Server Disk Content Source Plugin</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/plugins/disk/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes. It is fixed in JDK 6 -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope>
+ <!-- needed for referenced domain entities that use Hibernate annotations -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <!--
+ <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>
+ -->
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-serverplugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+80fd1176ed1ddcf983eb94c7f15bc3b9
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-disk/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-disk-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+cec0e5b3f85c1413dd05d59e9c5878dd7b3f8ce3
\ No newline at end of file
Modified: maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160548</lastUpdated>
+ <lastUpdated>20100330213916</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-de4e94620eb0a983107c41e7de2e388c
\ No newline at end of file
+b3489d28209ce715e25bd40facbcf525
\ No newline at end of file
Modified: maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-disk/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-80f50aaa9aa6765220f1d2ac1693c3af09a0955c
\ No newline at end of file
+6f4967df26a906a46d3da6280c05f06af0b48300
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8d48d5b1be67c6c4de4805e6494a69b0
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+244111db6d6900f66c6dbf6ae5a20830f95e7fe1
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,162 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-serverplugin-url</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Server URL Content Source Plugin</name>
+ <description>URL Content Source Plugin</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/plugins/url/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>rss4j</groupId>
+ <artifactId>rss4j</artifactId>
+ <version>0.92-on.2</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes. It is fixed in JDK 6 -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope>
+ <!-- needed for referenced domain entities that use Hibernate annotations -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <!--
+ <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>
+ -->
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-serverplugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+1c4dc1b5ab4ec93a2fab6347d20d1473
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-url/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-url-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+86b0d136ee9c270e0d35bd6d724e79b12d1a9bf3
\ No newline at end of file
Modified: maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160550</lastUpdated>
+ <lastUpdated>20100330213919</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-7e125c1f613335047cacbfa5d0b06dab
\ No newline at end of file
+bb745442055b339dcdfc26f55c41c599
\ No newline at end of file
Modified: maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-url/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-3627781b36dca79965c749f24b9468e190083626
\ No newline at end of file
+fcb2057a5bc3f6cdcceca88a529e932beb6e66a3
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+adb5b88ee7984ceea2fa9113fe35f269
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+2fe6babb0c4c93c0aa5b1f8ea5f05d993bc34162
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,148 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-serverplugin-yum</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Server Yum Content Source Plugin</name>
+ <description>JBoss Operations Network Enterprise Server Yum Content Source Plugin</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/plugins/yum/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-client-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- this version of jdom is included in the server, we'll juse reuse it -->
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+
+ <!-- TODO: This is a fix for the Javac bug requiring annotations to be
+ available when compiling dependent classes. It is fixed in JDK 6 -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.jboss-embeddable-ejb3</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>1.0.0.Alpha9</version>
+ <scope>provided</scope>
+ <!-- needed for referenced domain entities that use Hibernate annotations -->
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <!--
+ <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>
+ -->
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-serverplugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c6036d7148d0a2629f87077d6629457c
\ No newline at end of file
Added: maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-serverplugin-yum/1.3.0.EmbJopr.1.3.0-4/rhq-serverplugin-yum-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+35eaf452a3e57d459957812dc1505adf9e5834b2
\ No newline at end of file
Modified: maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160549</lastUpdated>
+ <lastUpdated>20100330213917</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-5807da83aa0293c7ec3c2340ab66d1e4
\ No newline at end of file
+e4c8606d63779fa419fea95da4216373
\ No newline at end of file
Modified: maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-serverplugin-yum/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-e1dd85b8af91af23193a1fc1f088996cf80a83ba
\ No newline at end of file
+52a9991b8465a7d9cbf5eb4193c684e35abf15f7
\ No newline at end of file
Added: maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+e7791c9bfb06cca9fe4e8af797c2f62d
\ No newline at end of file
Added: maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+064bfa7d4cacae7e14ad9c1a68c617091c65fd29
\ No newline at end of file
Added: maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,234 @@
+<?xml version="1.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>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <groupId>org.rhq</groupId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-snmptrapd-plugin</artifactId>
+ <name>RHQ SnmpTrapd Plugin</name>
+ <description>RHQ SnmpTrapd Plugin</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/snmptrapd/</scm.module.path>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-snmp4j-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.snmp4j</groupId>
+ <artifactId>snmp4j</artifactId>
+ <version>1.9.1f</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+<!--
+ <execution>
+ <id>copy-smi4j-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>net.dev.java.snmp4j</groupId>
+ <artifactId>smi4j</artifactId>
+ <version>0.9.1</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+-->
+ </executions>
+ </plugin>
+
+
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>jboss</id>
+ <name>JBoss Plugin Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <dependencies>
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugin-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-native-system</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.snmp4j</groupId>
+ <artifactId>snmp4j</artifactId>
+ <version>1.8.2</version>
+ </dependency>
+<!--
+ <dependency>
+ <groupId>net.java.dev.smi4j</groupId>
+ <artifactId>smi4j</artifactId>
+ <version>0.9.1</version>
+ </dependency>
+-->
+ </dependencies>
+</project>
Added: maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+5cac3cf2b203b8c763c3aea2c4423c1a
\ No newline at end of file
Added: maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-snmptrapd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+0dab49e7d2ed37450c8cd6785f1a54f6bd8be70a
\ No newline at end of file
Modified: maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-snmptrapd-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224842</lastUpdated>
+ <lastUpdated>20100330213820</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-67f103dcbc090bef0441fbdf9549ad14
\ No newline at end of file
+73046a32828180b35120c79fbc09f882
\ No newline at end of file
Modified: maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-snmptrapd-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-7eb28dd7ce29c6ebb06b3ae3fb8eb9a5d4849a1c
\ No newline at end of file
+f282a0552af0504875dcb003ea75799308430a54
\ No newline at end of file
Added: maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+939e79cbbbe97242c031cbee8f178460
\ No newline at end of file
Added: maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+cfbad6d07cd272525e75da8235187069d96569d6
\ No newline at end of file
Added: maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,219 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-sshd-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ SSHD Plugin</name>
+ <description>A plugin for managing the OpenSSH daemon</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/sshd/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>net.augeas</groupId>
+ <artifactId>java-augeas</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+ </dependencies>
+
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...
+ </echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/rhq/rhq-platform-plugin/${project.version}/rhq-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>
+ ${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins
+ </rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <!--<phase>compile</phase>-->
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <!--<phase>package</phase>-->
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <!--<phase>clean</phase>-->
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+223a9428afe552958c4780415c303825
\ No newline at end of file
Added: maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-sshd-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-sshd-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3bb5c5c83352c325694f3e93e65d7e169b7f46db
\ No newline at end of file
Modified: maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-sshd-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -7,7 +8,8 @@
<versions>
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091204183649</lastUpdated>
+ <lastUpdated>20100330213821</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-f1f6fac490ba377a28d44d7193fff080
\ No newline at end of file
+2be245d7a3f6c6379ee30bd47b44ad09
\ No newline at end of file
Modified: maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-sshd-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-2f4d6e711c62390438dd61698249f60a30ab181a
\ No newline at end of file
+d9ddb8cda339ab665272214e9605ff79bb662b7a
\ No newline at end of file
Added: maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4be8196d572bf4a9c5d170a0f11e06a5
\ No newline at end of file
Added: maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+2cdd86942648f131dbbfc2806f686516af83d999
\ No newline at end of file
Added: maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,189 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-twitter-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Twitter Plugin</name>
+ <description>Do some Twitter statistics monitoring</description>
+
+ <properties>
+ <scm.module.path>modules/plugins/twitter</scm.module.path>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset>
+ <include name="META-INF/**" />
+ </patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-twitter4j-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>net.homeip.yusuke</groupId>
+ <artifactId>twitter4j</artifactId>
+ <version>2.0.8</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ </profile>
+ </profiles>
+
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>jboss</id>
+ <name>JBoss Plugin Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-plugin-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-native-system</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.homeip.yusuke</groupId>
+ <artifactId>twitter4j</artifactId>
+ <version>2.0.9</version>
+ </dependency>
+
+ </dependencies>
+</project>
Added: maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+62954e78ebb20a77c88b3bcdeb2a6484
\ No newline at end of file
Added: maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-twitter-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-twitter-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+8eaa0b52d92749beae448b9df1659c56180dfbcc
\ No newline at end of file
Modified: maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-twitter-plugin</artifactId>
<version>1.3.0.GA</version>
@@ -7,7 +8,8 @@
<versions>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224845</lastUpdated>
+ <lastUpdated>20100330213822</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-f2717b712d746461e48151e3f7035b8b
\ No newline at end of file
+f496b57ffbdcc57a6ab3d20979628aa2
\ No newline at end of file
Modified: maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-twitter-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-81d77e234d48f27509330922540d22b022fa2ac9
\ No newline at end of file
+8aa99f8093c82b10d7a22db9476f0963ff39a9c2
\ No newline at end of file
Added: maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a627687f06a2bb3b18c5034fb4011db4
\ No newline at end of file
Added: maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+31736c557e16619c0a4fc39fb1c398a9d0e8aa5c
\ No newline at end of file
Added: maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,274 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-virt-plugin</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Virtualization Plugin</name>
+ <description>Plugin used to manage virtualization</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.corp.jboss.com/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.corp.jboss.com/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/virt/</scm.module.path>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>com.sun.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>3.0.1</version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>maven.test.skip</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+
+ <!-- Integration testing voodoo to load and test this plugin with its plugin dependencies -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludedGroups>${rhq.testng.excludedGroups}</excludedGroups>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ <argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib</argLine>
+ <!--<argLine>-Dorg.hyperic.sigar.path=${basedir}/target/itest/lib -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</argLine>-->
+ <systemProperties>
+ <property>
+ <name>project.artifactId</name>
+ <value>${project.artifactId}</value>
+ </property>
+ <property>
+ <name>project.version</name>
+ <value>${project.version}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <configuration>
+ <tasks>
+ <echo>Setting up plugin dependencies for ${project.artifactId}-${project.version}.jar...</echo>
+ <property name="settings.localRepository" location="${user.home}/.m2/repository" />
+ <mkdir dir="target/itest" />
+ <mkdir dir="target/itest/plugins" />
+ <mkdir dir="target/itest/lib" />
+ <copy toDir="target/itest/plugins" flatten="true" verbose="true">
+ <fileset dir="${settings.localRepository}/">
+ <include name="org/jboss/on/on-platform-plugin/${project.version}/on-platform-plugin-${project.version}.jar" />
+ </fileset>
+ <fileset dir="${project.build.directory}">
+ <include name="${project.artifactId}-${project.version}.jar" />
+ </fileset>
+ </copy>
+ <unzip dest="target/itest/lib">
+ <fileset dir="${settings.localRepository}/org/hyperic/sigar-dist/${sigar.version}" includes="*.zip" />
+ <patternset>
+ <include name="**/lib/sigar.jar" />
+ <include name="**/lib/bcel*.jar" />
+ <include name="**/lib/*.so" />
+ <include name="**/lib/*.sl" />
+ <include name="**/lib/*.dll" />
+ <include name="**/lib/*.dylib" />
+ </patternset>
+ </unzip>
+ <move todir="target/itest/lib" flatten="true">
+ <fileset dir="target/itest/lib">
+ <include name="**/lib/*" />
+ </fileset>
+ </move>
+ <delete dir="target/itest/lib/hyperic-sigar-${sigar.version}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+ <!-- This includes the tools.jar in the system classpath to avoid the unsatisfied link error on
+ tools.jar dependencies that EMS was trying to load multiple times. -->
+ <profile>
+ <id>default-tools.jar</id>
+ <activation>
+ <property>
+ <name>java.vendor</name>
+ <value>Sun Microsystems Inc.</value>
+ </property>
+ </activation>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.4.2</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/rhq-downloads/rhq-plugins</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${rhq.deploymentDir}" />
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating ${deployment.file}...</echo>
+ <jar destfile="${deployment.file}" basedir="${project.build.outputDirectory}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy-jar-meta-inf</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Updating META-INF dir in ${deployment.file}...</echo>
+ <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.outputDirectory}">
+ <patternset><include name="META-INF/**" /></patternset>
+ </unjar>
+ <jar destfile="${deployment.file}" manifest="${project.build.outputDirectory}/META-INF/MANIFEST.MF" update="true">
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.file" location="${rhq.deploymentDir}/${project.build.finalName}.jar" />
+ <echo>*** Deleting ${deployment.file}...</echo>
+ <delete file="${deployment.file}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+d2400c13d339c12887d9232719cd4979
\ No newline at end of file
Added: maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-virt-plugin/1.3.0.EmbJopr.1.3.0-4/rhq-virt-plugin-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+81558cb0a3e7e535dd54ccb089022f72991c6eab
\ No newline at end of file
Modified: maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>rhq-virt-plugin</artifactId>
<version>1.2.0.GA</version>
@@ -7,7 +8,8 @@
<versions>
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091204183649</lastUpdated>
+ <lastUpdated>20100330213824</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-aca1327fbcb7e3ba264eb7731f7fa528
\ No newline at end of file
+107388fdc0b27e876dcd5d4a78c3b2f7
\ No newline at end of file
Modified: maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-virt-plugin/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-e4775d7bc4bb4a50ad312c49c853853a3f7dff63
\ No newline at end of file
+395b8860969cdbe341c77b19e8124c4ba30e62bc
\ No newline at end of file
Added: maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,300 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-webdav</artifactId>
+ <packaging>war</packaging>
+
+ <name>RHQ Enterprise WebDav</name>
+ <description>The RHQ WebDav inventory access</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/gui/webdav-war/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <!-- Internal Deps -->
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-domain</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by rhq.ear (as ejb-jar) -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-gui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-enterprise-server</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by rhq.ear (as ejb-jar) -->
+ </dependency>
+
+ <dependency>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-core-util</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope> <!-- by rhq.ear -->
+ </dependency>
+
+ <!-- 3rd Party Deps -->
+ <dependency>
+ <groupId>com.ettrema</groupId>
+ <artifactId>milton-api</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.ettrema</groupId>
+ <artifactId>milton-servlet</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <version>1.4.3</version>
+ </dependency>
+
+
+ <dependency>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- used by a test JSP -->
+ <dependency>
+ <groupId>hibernate-entitymanager</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <!-- needed for referenced domain entities that use Hibernate annotations (due to JDK5 bug) -->
+ <dependency>
+ <groupId>hibernate-annotations</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+
+ <!-- needed for referenced domain entities that use JPA annotations (due to JDK5 bug) -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+
+ <!-- needed for EJB3 annotations (e.g. ApplicationException) -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-ejb3x</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-j2ee</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+
+
+
+
+
+
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ <dependency>
+ <groupId>commons-validator</groupId>
+ <artifactId>commons-validator</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+
+
+
+
+ </dependencies>
+
+ <build>
+ <finalName>rhq-webdav</finalName>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <Build-Number>${buildNumber}</Build-Number>
+ </manifestEntries>
+ </archive>
+ <webResources>
+ <resource>
+ <filtering>false</filtering>
+ <directory>${basedir}/src/main/webapp</directory>
+ </resource>
+ <resource>
+ <filtering>true</filtering>
+ <directory>${basedir}/src/main/webapp-filtered</directory>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>dev</id>
+
+ <properties>
+ <rhq.rootDir>../../../..</rhq.rootDir>
+ <rhq.containerDir>${rhq.rootDir}/${rhq.defaultDevContainerPath}</rhq.containerDir>
+ <rhq.deploymentName>${project.build.finalName}.war</rhq.deploymentName>
+ <rhq.deploymentDir>${rhq.containerDir}/jbossas/server/default/deploy/${rhq.earName}/${rhq.deploymentName}</rhq.deploymentDir>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+
+ <execution>
+ <id>deploy-classes</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <property name="classes.dir" location="${rhq.deploymentDir}/WEB-INF/classes" />
+ <echo>*** Copying updated files from target/classes to ${classes.dir}...</echo>
+ <copy todir="${classes.dir}" verbose="${rhq.verbose}">
+ <fileset dir="target/classes" />
+ </copy>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from src${file.separator}main${file.separator}webapp${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="${basedir}/src/main/webapp" />
+ </copy>
+ <!-- TODO: Also copy the files from src/main/webapp-filtered/, and then filter them ourselves. -->
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>deploy</id>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Copying updated files from target${file.separator}${project.build.finalName}${file.separator} to ${deployment.dir}${file.separator}...</echo>
+ <copy todir="${deployment.dir}" verbose="${rhq.verbose}">
+ <fileset dir="${basedir}/target/${project.build.finalName}" />
+ </copy>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>undeploy</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <property name="deployment.dir" location="${rhq.deploymentDir}" />
+ <echo>*** Deleting ${deployment.dir}${file.separator}...</echo>
+ <delete dir="${deployment.dir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+ <repositories>
+ <repository>
+ <id>ettrema</id>
+ <url>http://www.ettrema.com/maven2</url>
+ </repository>
+ </repositories>
+
+</project>
Added: maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+565c51ac44d2abf613812f0c5d07ac7c
\ No newline at end of file
Added: maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+4e081877dd87139be6a9f1dc729f8b90373d1b0e
\ No newline at end of file
Added: maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.md5
===================================================================
--- maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.md5 (rev 0)
+++ maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+09ac12ba89a281664e461a8c54674d4f
\ No newline at end of file
Added: maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.sha1
===================================================================
--- maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.sha1 (rev 0)
+++ maven2/org/rhq/rhq-webdav/1.3.0.EmbJopr.1.3.0-4/rhq-webdav-1.3.0.EmbJopr.1.3.0-4.war.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+cd16880cf83fd368b997f0eb2d1892a766c72ef9
\ No newline at end of file
Modified: maven2/org/rhq/rhq-webdav/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-webdav/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-webdav/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160544</lastUpdated>
+ <lastUpdated>20100330213914</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/rhq-webdav/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-webdav/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-webdav/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-b39e09c61911276f5d659cb7584f3308
\ No newline at end of file
+9dcb849d9e62bcdb2ef33ad6edc393a2
\ No newline at end of file
Modified: maven2/org/rhq/rhq-webdav/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-webdav/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/rhq-webdav/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-c1fc83487be3c9047af2f7963d2907512d17190d
\ No newline at end of file
+0bf4437a4a9a2eeb1578caba7eef1695ec633c66
\ No newline at end of file
Added: maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.md5
===================================================================
--- maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.md5 (rev 0)
+++ maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+22365bf75c82fe2410859076ab098343
\ No newline at end of file
Added: maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.sha1
===================================================================
--- maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.sha1 (rev 0)
+++ maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.jar.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+a69cdc6c26df5a638a061099cf2372e81461ca10
\ No newline at end of file
Added: maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,50 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>safe-invoker</artifactId>
+ <packaging>jar</packaging>
+
+ <name>RHQ Enterprise Safe WebService Invoker</name>
+ <description>A webservice invoker that safely calls returns ejb3 pojo's with lazy attributes</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0...</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/enterprise/server/safe-invoker/</scm.module.path>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.jbossws</groupId>
+ <artifactId>jbossws-native-core</artifactId>
+ <version>${jbossws-native-dist.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ <version>1.1.1.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>hibernate</groupId>
+ <artifactId>hibernate3</artifactId>
+ <!-- NOTE: The version is defined in the root POM's dependencyManagement section. -->
+ <scope>provided</scope> <!-- by JBossAS -->
+ </dependency>
+
+ </dependencies>
+
+</project>
\ No newline at end of file
Added: maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c76d5f255bd5baacce617d258dc2c4c2
\ No newline at end of file
Added: maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/safe-invoker/1.3.0.EmbJopr.1.3.0-4/safe-invoker-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+1c0c13cf4138d7054e450b0f4bad192adcd43f88
\ No newline at end of file
Modified: maven2/org/rhq/safe-invoker/maven-metadata.xml
===================================================================
--- maven2/org/rhq/safe-invoker/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/safe-invoker/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -9,7 +9,8 @@
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
<version>3.0.0.B04</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20100325160519</lastUpdated>
+ <lastUpdated>20100330213838</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/safe-invoker/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/safe-invoker/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/safe-invoker/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-0baf399f1c9fc91e0528b99c42dc1460
\ No newline at end of file
+004d9622f5fd081c8d061ee86c5853c0
\ No newline at end of file
Modified: maven2/org/rhq/safe-invoker/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/safe-invoker/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/safe-invoker/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-6c97977320c043f78a3e886afb5495126fe8ddf4
\ No newline at end of file
+855936f2602e04cae1c8609665c1be0245c2ba32
\ No newline at end of file
Added: maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom
===================================================================
--- maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom (rev 0)
+++ maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1,79 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.rhq</groupId>
+ <artifactId>rhq-plugins-parent</artifactId>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
+ </parent>
+
+ <groupId>org.rhq</groupId>
+ <artifactId>validate-all-plugins</artifactId>
+ <packaging>pom</packaging>
+
+ <name>RHQ Validate All Plugins</name>
+ <description>Test POM that will validate all RHQ plugins</description>
+
+ <scm>
+ <connection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</connection>
+ <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_3_0_EmbJopr_1_3_0-4</developerConnection>
+ </scm>
+
+ <properties>
+ <scm.module.path>modules/plugins/validate-all-plugins/</scm.module.path>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>integration-test</phase>
+ <configuration>
+ <tasks>
+ <property name="test.classpath" refid="maven.test.classpath" />
+ <echo>Validating plugins...</echo>
+ <java classname="org.rhq.core.pc.plugin.PluginValidator" failonerror="true" fork="true">
+ <classpath>
+ <pathelement path="${test.classpath}" />
+ <pathelement location="../apache/target/rhq-apache-plugin-${project.version}.jar" />
+ <pathelement location="../apt/target/rhq-apt-plugin-${project.version}.jar" />
+ <pathelement location="../augeas/target/rhq-augeas-plugin-${project.version}.jar" />
+ <pathelement location="../database/target/rhq-database-plugin-${project.version}.jar" />
+ <pathelement location="../grub/target/rhq-grub-plugin-${project.version}.jar" />
+ <!--<pathelement location="../hardware/target/rhq-hardware-plugin-${project.version}.jar" />-->
+ <pathelement location="../hosts/target/rhq-hosts-plugin-${project.version}.jar" />
+ <pathelement location="../hudson/target/rhq-hudson-plugin-${project.version}.jar" />
+ <pathelement location="../iis/target/rhq-iis-plugin-${project.version}.jar" />
+ <!--<pathelement location="../jira/target/rhq-jira-plugin-${project.version}.jar" />-->
+ <pathelement location="../jmx/target/rhq-jmx-plugin-${project.version}.jar" />
+ <!--<pathelement location="../mysql/target/rhq-mysql-plugin-${project.version}.jar" />-->
+ <pathelement location="../netservices/target/rhq-netservices-plugin-${project.version}.jar" />
+ <!--<pathelement location="../onewire/target/rhq-onewire-plugin-${project.version}.jar" />-->
+ <pathelement location="../oracle/target/rhq-oracle-plugin-${project.version}.jar" />
+ <pathelement location="../perftest/target/rhq-perftest-plugin-${project.version}.jar" />
+ <pathelement location="../platform/target/rhq-platform-plugin-${project.version}.jar" />
+ <pathelement location="../postgres/target/rhq-postgres-plugin-${project.version}.jar" />
+ <pathelement location="../rhq-agent/target/rhq-agent-plugin-${project.version}.jar" />
+ <pathelement location="../snmptrapd/target/rhq-snmptrapd-plugin-${project.version}.jar" />
+ <pathelement location="../sshd/target/rhq-sshd-plugin-${project.version}.jar" />
+ </classpath>
+ <sysproperty key="org.apache.commons.logging.Log" value="org.apache.commons.logging.impl.SimpleLog" />
+ <!--
+ <jvmarg line="-Xdebug -Xrunjdwp:transport=dt_socket,address=8797,server=y,suspend=y" />
+ -->
+ </java>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.md5
===================================================================
--- maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.md5 (rev 0)
+++ maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+c69fbfbd656507b8a22cf6c3ae532051
\ No newline at end of file
Added: maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.sha1
===================================================================
--- maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.sha1 (rev 0)
+++ maven2/org/rhq/validate-all-plugins/1.3.0.EmbJopr.1.3.0-4/validate-all-plugins-1.3.0.EmbJopr.1.3.0-4.pom.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -0,0 +1 @@
+3faf0c93d8a9fdaf02a006528e5b8792a48dfa74
\ No newline at end of file
Modified: maven2/org/rhq/validate-all-plugins/maven-metadata.xml
===================================================================
--- maven2/org/rhq/validate-all-plugins/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/validate-all-plugins/maven-metadata.xml 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.rhq</groupId>
<artifactId>validate-all-plugins</artifactId>
<version>1.2.0.GA</version>
@@ -8,7 +9,8 @@
<version>1.2.0.GA</version>
<version>1.3.0.GA</version>
<version>1.4.0.B01</version>
+ <version>1.3.0.EmbJopr.1.3.0-4</version>
</versions>
- <lastUpdated>20091210224850</lastUpdated>
+ <lastUpdated>20100330213830</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/rhq/validate-all-plugins/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/validate-all-plugins/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/validate-all-plugins/maven-metadata.xml.md5 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-81f59f8552d4052f81e9e951d8e17640
\ No newline at end of file
+0c7722f1282405fe895b59b06d247ba9
\ No newline at end of file
Modified: maven2/org/rhq/validate-all-plugins/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/validate-all-plugins/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
+++ maven2/org/rhq/validate-all-plugins/maven-metadata.xml.sha1 2010-03-30 21:58:43 UTC (rev 35868)
@@ -1 +1 @@
-a02c7240268751360606366146327ca0f448b237
\ No newline at end of file
+033b29a18293de732b181277242ed0baf11369ec
\ No newline at end of file
14 years, 9 months
Repository SVN: r35867 - in maven2/org/jboss/logging/jboss-logging-logmanager: 2.2.0.CR2 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: jason.greene(a)jboss.com
Date: 2010-03-30 17:54:00 -0400 (Tue, 30 Mar 2010)
New Revision: 35867
Added:
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.md5
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.sha1
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.md5
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.sha1
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.md5
maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.sha1
Modified:
maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml
maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.md5
maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.sha1
Log:
Release jboss-logging-logmanager 2.2.0.CR2
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.md5
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.md5 2010-03-30 21:54:00 UTC (rev 35867)
@@ -0,0 +1 @@
+37eda8f39b3eaff20154ba073c7e9026
\ No newline at end of file
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.sha1
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2-sources.jar.sha1 2010-03-30 21:54:00 UTC (rev 35867)
@@ -0,0 +1 @@
+a911882c61e3283ffcf0e89d80b9f2b1110a4b1b
\ No newline at end of file
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.md5
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.md5 (rev 0)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.md5 2010-03-30 21:54:00 UTC (rev 35867)
@@ -0,0 +1 @@
+6a89b19523bb39d213f055fb9b822eca
\ No newline at end of file
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.sha1
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.sha1 (rev 0)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.jar.sha1 2010-03-30 21:54:00 UTC (rev 35867)
@@ -0,0 +1 @@
+776c31b71602e9c1a535fd910398ac78059eedd0
\ No newline at end of file
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom (rev 0)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom 2010-03-30 21:54:00 UTC (rev 35867)
@@ -0,0 +1,80 @@
+<!--
+ ~ JBoss, Home of Professional Open Source.
+ ~ Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ ~ as indicated by the @author tags. See the copyright.txt file 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.
+ -->
+
+<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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-logmanager</artifactId>
+ <name>JBoss Logging: JBoss Log Manager</name>
+ <version>2.2.0.CR2</version>
+ <packaging>jar</packaging>
+ <url>http://www.jboss.org</url>
+ <description>JBoss Logging LogManager Implementation</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>2.2.0.CR1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logmanager</groupId>
+ <artifactId>jboss-logmanager</artifactId>
+ <version>1.2.0.CR1</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <distributionManagement>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Maven2 Repository</name>
+ <url>file://${maven.repository.root}</url>
+ </repository>
+ </distributionManagement>
+</project>
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.md5
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.md5 (rev 0)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.md5 2010-03-30 21:54:00 UTC (rev 35867)
@@ -0,0 +1 @@
+10a1eb9f7b2c58e2ffc435f9fa56ba27
\ No newline at end of file
Added: maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.sha1
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.sha1 (rev 0)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/2.2.0.CR2/jboss-logging-logmanager-2.2.0.CR2.pom.sha1 2010-03-30 21:54:00 UTC (rev 35867)
@@ -0,0 +1 @@
+e8d3cbf29dcaf2435eaef457188b9bdc4e16541a
\ No newline at end of file
Modified: maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml 2010-03-30 17:04:28 UTC (rev 35866)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml 2010-03-30 21:54:00 UTC (rev 35867)
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<?xml version="1.0" encoding="UTF-8"?><metadata>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-logmanager</artifactId>
<version>1.0.0.CR1</version>
@@ -9,7 +7,8 @@
<version>1.0.0.CR1</version>
<version>1.0.0.CR2</version>
<version>2.2.0.CR1</version>
+ <version>2.2.0.CR2</version>
</versions>
- <lastUpdated>20090730021325</lastUpdated>
+ <lastUpdated>20100330215202</lastUpdated>
</versioning>
-</metadata>
+</metadata>
\ No newline at end of file
Modified: maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.md5 2010-03-30 17:04:28 UTC (rev 35866)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.md5 2010-03-30 21:54:00 UTC (rev 35867)
@@ -1 +1 @@
-2de6b0571993d8ae6a6dff838bd13d2f
\ No newline at end of file
+51df1618f0e7302439857ae8ff47fdc1
\ No newline at end of file
Modified: maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.sha1 2010-03-30 17:04:28 UTC (rev 35866)
+++ maven2/org/jboss/logging/jboss-logging-logmanager/maven-metadata.xml.sha1 2010-03-30 21:54:00 UTC (rev 35867)
@@ -1 +1 @@
-cac334308217973808b772e0eeee67daf854d3a3
\ No newline at end of file
+7bb7b8ee96562f1ff5787cd58bcd480d7392e0f7
\ No newline at end of file
14 years, 9 months
Repository SVN: r35864 - in maven2/org/jboss/ws/native: jbossws-native/3.3.0.CR1.SP2 and 12 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-03-30 10:11:10 -0400 (Tue, 30 Mar 2010)
New Revision: 35864
Added:
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.sha1
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.md5
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.sha1
Modified:
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1
Log:
[JBAS-7833] releasing JBossWS 3.3.0.CR1.SP2
Added: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1,633 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native</name>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <packaging>pom</packaging>
+
+ <version>3.3.0.CR1.SP2</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.4.GA</version>
+ </parent>
+
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
+ </scm>
+
+ <!-- Modules -->
+ <modules>
+ <module>modules/endorsed</module>
+ <module>modules/core</module>
+ <module>modules/client</module>
+ <module>modules/management</module>
+ <module>modules/resources</module>
+ <module>modules/services</module>
+ </modules>
+
+ <!-- Properties -->
+ <properties>
+ <jbossws.spi.version>1.3.0.CR1.SP1</jbossws.spi.version>
+ <jbossws.common.version>1.3.0.CR1.SP1</jbossws.common.version>
+ <jbossws.framework.version>3.3.0.CR1.SP1</jbossws.framework.version>
+ <jbossws.jboss501.version>3.3.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.jboss510.version>3.3.0-SNAPSHOT</jbossws.jboss510.version>
+ <jbossws.jboss600M2.version>3.3.0-SNAPSHOT</jbossws.jboss600M2.version>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
+ -->
+ <!-- END -->
+ <codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>
+ <commons.logging.version>1.1.1</commons.logging.version>
+ <javassist.version>3.6.0.GA</javassist.version>
+ <jaxws.api.version>2.2</jaxws.api.version>
+ <jaxrpc.api.version>1.1</jaxrpc.api.version>
+ <saaj.api.version>1.3</saaj.api.version>
+ <jsr181.api.version>1.0-MR1</jsr181.api.version>
+ <jaxb.api.version>2.2</jaxb.api.version>
+ <jaxb.impl.version>2.2</jaxb.impl.version>
+ <jboss.logging.version>2.2.0.CR1</jboss.logging.version>
+ <jboss.jaxr.version>2.0.1</jboss.jaxr.version>
+ <apache.scout.version>1.1.1</apache.scout.version>
+ <juddi.version>0.9RC4</juddi.version>
+ <netty.version>3.2.0.BETA1</netty.version>
+ <sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
+ <sun.jaxws.version>2.2</sun.jaxws.version>
+ <sun.policy.version>2.0-b01</sun.policy.version>
+ <woodstox.version>3.2.6</woodstox.version>
+ <wscommons.policy.version>1.0</wscommons.policy.version>
+ <wsdl4j.version>1.6.2</wsdl4j.version>
+ <xmlsec.version>1.4.3</xmlsec.version>
+ <xerces.version>2.9.1</xerces.version>
+ </properties>
+
+ <!-- DependencyManagement -->
+ <dependencyManagement>
+ <dependencies>
+ <!-- jbossws dependencies -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ <version>${jbossws.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ <version>${jbossws.spi.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <version>${jbossws.framework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <version>${jbossws.framework.version}</version>
+ <classifier>testsuite</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <version>${jbossws.jboss501.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <version>${jbossws.jboss501.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <version>${jbossws.jboss510.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <version>${jbossws.jboss510.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600M2</artifactId>
+ <version>${jbossws.jboss600M2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600M2</artifactId>
+ <version>${jbossws.jboss600M2.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <version>${jbossws.jboss601.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <version>${jbossws.jboss601.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ -->
+ <!-- END -->
+ <!-- provided apis -->
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <!-- jboss provided -->
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>${javassist.version}</version>
+ </dependency>
+
+ <!-- transitive dependencies -->
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>${commons.logging.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ <version>${sun.fastinfoset.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>policy</artifactId>
+ <version>${sun.policy.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.txw2</groupId>
+ <artifactId>txw2</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.istack</groupId>
+ <artifactId>istack-commons-runtime</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-tools</artifactId>
+ <version>${sun.jaxws.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ <version>${sun.jaxws.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.messaging.saaj</groupId>
+ <artifactId>saaj-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jvnet</groupId>
+ <artifactId>mimepull</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.glassfish.gmbal</groupId>
+ <artifactId>gmbal-api-only</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>${jsr181.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>${jaxws.api.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ <version>${jaxrpc.api.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ <version>${saaj.api.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${jaxb.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>${jaxb.impl.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ <version>${jaxb.impl.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jaxr</groupId>
+ <artifactId>juddi-service</artifactId>
+ <version>${jboss.jaxr.version}</version>
+ <type>sar</type>
+ </dependency>
+ <dependency>
+ <groupId>apache-scout</groupId>
+ <artifactId>scout</artifactId>
+ <version>${apache.scout.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>juddi</groupId>
+ <artifactId>juddi</artifactId>
+ <version>${juddi.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>${codehaus.jettison.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <version>${jboss.logging.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>${jboss.logging.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ws.policy</groupId>
+ <artifactId>wscommons-policy</artifactId>
+ <version>${wscommons.policy.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ <version>${woodstox.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>${wsdl4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>${xerces.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache</groupId>
+ <artifactId>xmlsec</artifactId>
+ <version>${xmlsec.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <escapeWindowsPaths>false</escapeWindowsPaths>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>validate-jboss-home</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <echo />
+ <echo message="profile=${jbossws.integration.target}" />
+ <echo message="jboss.home=${jboss.home}" />
+ <echo />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>deploy-artifacts</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <!--
+ Cannot bind to lifecycle with multiple modules
+ http://jira.codehaus.org/browse/MASSEMBLY-319
+ <executions>
+ <execution>
+ <id>build-deploy-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>directory-inline</goal>
+ </goals>
+ </execution>
+ </executions-->
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-deploy-artifacts.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <!-- Profiles -->
+ <profiles>
+
+ <!--
+ Name: bindist
+ Descr: Build the binary distribution
+ -->
+ <profile>
+ <id>bindist</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>jbossws-native-bin-dist</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-bin-dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: srcdist
+ Descr: Build the source distribution
+ -->
+ <profile>
+ <id>srcdist</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>jbossws-native-src-dist</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-src-dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: jboss501
+ Descr: JBoss-5.0.1 specific options
+ -->
+ <profile>
+ <id>jboss501</id>
+ <properties>
+ <jbossws.integration.target>jboss501</jbossws.integration.target>
+ <jboss.home>${jboss501.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: jboss510
+ Descr: JBoss-5.1.0 specific options
+ -->
+ <profile>
+ <id>jboss510</id>
+ <properties>
+ <jbossws.integration.target>jboss510</jbossws.integration.target>
+ <jboss.home>${jboss510.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: jboss600
+ Descr: JBoss-6.0.0 specific options
+ -->
+ <profile>
+ <id>jboss600</id>
+ <properties>
+ <jbossws.integration.target>jboss600</jbossws.integration.target>
+ <jboss.home>${jboss600.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: jboss601
+ Descr: JBoss-6.0.1 specific options
+ -->
+ <profile>
+ <id>jboss601</id>
+ <properties>
+ <jbossws.integration.target>jboss601</jbossws.integration.target>
+ <jboss.home>${jboss601.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: smoketest
+ Descr: Executes the smoke tests
+ -->
+ <profile>
+ <id>smoketest</id>
+ <modules>
+ <module>modules/testsuite</module>
+ </modules>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>org/jboss/test/ws/jaxws/samples/**/*TestCase.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: testsuite
+ Descr: Executes the testsuite
+ -->
+ <profile>
+ <id>testsuite</id>
+ <modules>
+ <module>modules/testsuite</module>
+ </modules>
+ </profile>
+ </profiles>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+8ba6c7236fcb20407044758a39dcf7f6
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP2/jbossws-native-3.3.0.CR1.SP2.pom.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+9147f5405243eec3f9a6e065413f5fd05514e340
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml 2010-03-30 14:11:10 UTC (rev 35864)
@@ -39,7 +39,8 @@
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
+ <version>3.3.0.CR1.SP2</version>
</versions>
- <lastUpdated>20100330113124</lastUpdated>
+ <lastUpdated>20100330140617</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-253db9f82f5551ec74f0135ae0678e63
\ No newline at end of file
+4c61d2b989b38024ed0415885476198e
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-541311d3371842659ce246c402dbfca71af2556a
\ No newline at end of file
+c9168fac36f1d8de0b718c963ec7c28c18bbd8e1
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+7957da771fe9bc2c305a65830c634b37
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2-sources.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+f5499bec14ab47839fc87350f73692c1f07eb26e
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+1a95f33c2909a099093396775cda26df
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+b074845a8273b03fb090977a70e3d5d2e886e0fa
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1,62 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native Client</name>
+ <artifactId>jbossws-native-client</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP2</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-core</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-factories</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-services</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Class-Path>jbossws-spi.jar jbossws-common.jar jbossws-framework.jar jbossws-native-core.jar jbossws-native-factories.jar jbossws-native-services.jar jaxrpc-api.jar jaxws-api.jar jsr181-api.jar saaj-api.jar activation.jar commons-logging.jar concurrent.jar javassist.jar jaxb-api.jar jaxb-impl.jar mail.jar jboss-logging-spi.jar jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar slf4j-jboss-logging.jar jbosssx-client.jar jboss-javaee.jar jboss-xml-binding.jar jbossxb.jar netty.jar wscommons-policy.jar stax-api.jar wsdl4j.jar</Class-Path>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+ba238c2824f2d91e37c215bbfa17e378
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP2/jbossws-native-client-3.3.0.CR1.SP2.pom.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+5452ed11de4beff4a035fe3c077b0359699e5a1b
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml 2010-03-30 14:11:10 UTC (rev 35864)
@@ -39,7 +39,8 @@
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
+ <version>3.3.0.CR1.SP2</version>
</versions>
- <lastUpdated>20100330113301</lastUpdated>
+ <lastUpdated>20100330140636</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-5a5bf1ff3644e4b36707100fc35d0552
\ No newline at end of file
+b1b053b612f344c14a73b595b5e090c0
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-514de2eff2a1b5d5fbd4f9333412870635bce8ed
\ No newline at end of file
+b45e4e63f121ffcb36ae30b767cc278da828f4fa
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+c842a9b0bde444dd7a6c00d49f4de7d5
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2-sources.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+4633d9f7900c0cc56efa8d5d322654959c98cd87
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+c8a00ca3ccc33ea0867bb082e96bf72f
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+2e965909de9eaf9bba630946c3a0dfb5c4541e28
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1,248 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Native Server</name>
+ <artifactId>jbossws-native-core</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP2</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <properties>
+ <jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
+ <jboss.microcontainer.version>2.0.2.GA</jboss.microcontainer.version>
+ <jboss.jbossxb.version>2.0.1.GA</jboss.jbossxb.version>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <!-- jbossws dependencies -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-factories</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <!-- provided apis -->
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- jboss provided -->
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbosssx</artifactId>
+ <scope>provided</scope>
+ <version>${jboss.jbosssx.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ <scope>provided</scope>
+ <version>${jboss.jbosssx.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ <scope>provided</scope>
+ <version>${jboss.jbossxb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- transitve dependencies -->
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-tools</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ws.policy</groupId>
+ <artifactId>wscommons-policy</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache</groupId>
+ <artifactId>xmlsec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Build -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <showDeprecation>false</showDeprecation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>org.jboss.ws:jbossws-jboss*:zip:resources</artifactItems>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <version>${jbossws.jboss501.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss501</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <version>${jbossws.jboss510.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss510</outputDirectory>
+ </artifactItem>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600</artifactId>
+ <version>${jbossws.jboss600.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss600</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <version>${jbossws.jboss601.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss601</outputDirectory>
+ </artifactItem>
+ -->
+ <!-- END -->
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- http://jira.codehaus.org/browse/MANTRUN-89 -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="src/main/scripts/antrun-beans-config.xml" />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+5266475d6b3c0bdd63eec3f5c5cc7fca
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP2/jbossws-native-core-3.3.0.CR1.SP2.pom.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+07b2690c6a3df0cdd5817c210d2d2d949406b383
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml 2010-03-30 14:11:10 UTC (rev 35864)
@@ -39,7 +39,8 @@
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
+ <version>3.3.0.CR1.SP2</version>
</versions>
- <lastUpdated>20100330113255</lastUpdated>
+ <lastUpdated>20100330140635</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-81b83f50b37596283b5de571ffcd467b
\ No newline at end of file
+5ee52e3d9865252a95bfbbd81baefd47
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-5d8ab439650736671731bfa1110b3e8012880ae6
\ No newline at end of file
+b4c34bb6bda3672907077977c7d42cf3eb981839
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+aecf0faa9a8c04b76eadd67e35f07eae
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2-sources.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+1b857cac46d3c5e54e5817908cb7b31a72c6f6b7
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+551c3281673b05ecff2a8089ba8a290c
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+53b1a51ad3f84e080e6d4ed814c256e11ada66e2
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1,16 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Endorsed JAX-WS, JAX-RPC and SAAJ factories</name>
+ <artifactId>jbossws-native-factories</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP2</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+8829cdf925f23c371765d68a9c4ba38e
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP2/jbossws-native-factories-3.3.0.CR1.SP2.pom.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+8df5fdafa6c15c392f118777d7382b8f74614096
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml 2010-03-30 14:11:10 UTC (rev 35864)
@@ -11,7 +11,8 @@
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
+ <version>3.3.0.CR1.SP2</version>
</versions>
- <lastUpdated>20100330113135</lastUpdated>
+ <lastUpdated>20100330140618</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-6a335a638c1c646204a687b23ee9c8e4
\ No newline at end of file
+83998eedf0994dedf5acc5c7252480c9
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-7aee113ac0a30bc0f2f784febb897b8a360cbb36
\ No newline at end of file
+d5a50e165c4ff01fd9de8720118f72bcdd0695d1
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+36aa0612c3c2a8f62c6f748c87eefdd5
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2-sources.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+918bfdf08c5723a899eb15dfd8ba891b9d0eec5b
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1,101 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native Management</name>
+ <artifactId>jbossws-native-management</artifactId>
+ <packaging>war</packaging>
+
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP2</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <!--
+ These dependencies are picked up by the assembly-deploy-artifacts
+ descriptor. They have no real and relevant meaning for this module
+ -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <scope>provided</scope>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600M2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ -->
+ <!-- END -->
+ <dependency>
+ <groupId>org.jboss.jaxr</groupId>
+ <artifactId>juddi-service</artifactId>
+ <scope>provided</scope>
+ <type>sar</type>
+ </dependency>
+ </dependencies>
+
+ <!-- Build -->
+ <build>
+ <plugins>
+ <plugin>
+ <!-- PRE: scm is correctly configured in parent pom -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <format>{0,date,yyyyMMddHHmm}</format>
+ <items>
+ <item>timestamp</item>
+ </items>
+ <doUpdate>false</doUpdate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>src/main/webapp</directory>
+ <filtering>true</filtering>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+7be4509ede8b97673a0443284898bd65
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.pom.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+0550030c4f38f89e44170c431e8b251e4d9878e8
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+7ae8df6945ac33f472e1262cd7435b16
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP2/jbossws-native-management-3.3.0.CR1.SP2.war.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+0c62f03831f9e2fb2bb7226e1c2b0d4a031178c9
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml 2010-03-30 14:11:10 UTC (rev 35864)
@@ -39,7 +39,8 @@
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
+ <version>3.3.0.CR1.SP2</version>
</versions>
- <lastUpdated>20100330113324</lastUpdated>
+ <lastUpdated>20100330140705</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-502f63ab63e732f3b288ff993bdce691
\ No newline at end of file
+a0a9487c1e77c1f3f6e06add51e6ae99
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-fa52e260a22f711c66e19919caab388a8008e32e
\ No newline at end of file
+38ef1ce43da9d094f53f9755712afd5ddf3ad00a
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+a5c5429f2cfcb66385b9bda6ffcf8d7e
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2-sources.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+7b8db124087219066a00adadc4579748909df9b7
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+53e91404c19beae22a43eefa7e77edca
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+14af2f8b780c29e25484c18d0e088197924409a1
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1,40 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native Resources</name>
+ <artifactId>jbossws-native-resources</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP2</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <!-- plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="src/main/scripts/zip-other-configs.xml">
+ <property name="project.build.finalName" value="${project.build.finalName}" />
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+0526954433f18d49eb55290af31518d0
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP2/jbossws-native-resources-3.3.0.CR1.SP2.pom.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+3b5d89264576231d9023bc38c0c84c3b25536f5c
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml 2010-03-30 14:11:10 UTC (rev 35864)
@@ -39,7 +39,8 @@
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
+ <version>3.3.0.CR1.SP2</version>
</versions>
- <lastUpdated>20100330113326</lastUpdated>
+ <lastUpdated>20100330140706</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-879a431ac8648b4dc24538384bc235e2
\ No newline at end of file
+fb778f488db7e341acd77ca0cdbcc769
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-0f42e19bc529d253f52641856bb59feb40df62f7
\ No newline at end of file
+160faf4c933344744ea675d123715cc5f1d514c1
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+73a571eec5fe92260ebe60e36a9bf9da
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2-sources.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+601211bffa8a911cda216293c151e1a222592cbf
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+f6512c0df3847523666747bd9bf4e166
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.jar.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+c1e3843991092299a5b3fca13990ab6bfcc2a6ee
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1,16 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Framework services configuration</name>
+ <artifactId>jbossws-native-services</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP2</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+e5609491f99489d76fb4a43311b4e2a3
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP2/jbossws-native-services-3.3.0.CR1.SP2.pom.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -0,0 +1 @@
+95b766ede63173be780bc906e55a1ccd7a52065c
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml 2010-03-30 14:11:10 UTC (rev 35864)
@@ -8,7 +8,8 @@
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
+ <version>3.3.0.CR1.SP2</version>
</versions>
- <lastUpdated>20100330113258</lastUpdated>
+ <lastUpdated>20100330140636</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-0cc2e33c5091e98d5320c895982cbbcb
\ No newline at end of file
+6c46498f51dda4e8a4bc6540aab82a47
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1 2010-03-30 14:03:16 UTC (rev 35863)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1 2010-03-30 14:11:10 UTC (rev 35864)
@@ -1 +1 @@
-49bb768b3813789e106337a427ec1ec0355c5032
\ No newline at end of file
+ba5cc1476458b394e97951b9d29f5d2162197bfb
\ No newline at end of file
14 years, 9 months
Repository SVN: r35859 - in maven2/org/jboss/ws/native: jbossws-native/3.3.0.CR1.SP1 and 12 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-03-30 07:43:22 -0400 (Tue, 30 Mar 2010)
New Revision: 35859
Modified:
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1
Log:
[JBAS-7833] fixing Netty issue
Modified: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom 2010-03-30 11:43:22 UTC (rev 35859)
@@ -70,7 +70,7 @@
<jboss.jaxr.version>2.0.1</jboss.jaxr.version>
<apache.scout.version>1.1.1</apache.scout.version>
<juddi.version>0.9RC4</juddi.version>
- <netty.version>3.1.5.GA</netty.version>
+ <netty.version>3.2.0.BETA1</netty.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
<sun.jaxws.version>2.2</sun.jaxws.version>
<sun.policy.version>2.0-b01</sun.policy.version>
Modified: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-6aeb78718fcfd3710c67c836e0050379
\ No newline at end of file
+862b3584b650fe7fbe402450c6b8ff04
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-879ea23263bb52258ed8b09a8882ae53b824b6df
\ No newline at end of file
+e4017b63d54486f651d93e3b5fc8eda45e423d32
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml 2010-03-30 11:43:22 UTC (rev 35859)
@@ -40,6 +40,6 @@
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100330103158</lastUpdated>
+ <lastUpdated>20100330113124</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-b5797546d65ca12d014e00a32679308a
\ No newline at end of file
+253db9f82f5551ec74f0135ae0678e63
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-8cccee681e00dcb7fbffb56a7efeba778eff2993
\ No newline at end of file
+541311d3371842659ce246c402dbfca71af2556a
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-347455f38af18ddb22de97776cdd1486
\ No newline at end of file
+a46a4c197ea2fa3f4248c21b20928b53
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-691ba22423cd3796e84db988e1b105bad08e5919
\ No newline at end of file
+11b146e761b7f18569a903c3fc8cbc108bf6f71e
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-87271ffeb9737e10a05d9446f4bd5df7
\ No newline at end of file
+e95241bc91fb038d75b26c2392b569f7
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-cfbd1d8e6d2dfe39fd1cfb513e3d9cdff798b573
\ No newline at end of file
+d0b7de37a94ab784271162bd3f2a54fcc8fec17f
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml 2010-03-30 11:43:22 UTC (rev 35859)
@@ -40,6 +40,6 @@
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100330103220</lastUpdated>
+ <lastUpdated>20100330113301</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-2d4f0793e460a1750a10c748bed7b9f9
\ No newline at end of file
+5a5bf1ff3644e4b36707100fc35d0552
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-7e3cecb0965bff31052e78451042cf1ba90898f4
\ No newline at end of file
+514de2eff2a1b5d5fbd4f9333412870635bce8ed
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-facea7d16a5e524cb23b13999ca28c09
\ No newline at end of file
+e5de368f35e26c9509ea1c4eda3fd3a7
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-6cb124aa135946a23e7ce95afa42476c239fb2c6
\ No newline at end of file
+351057a0d3675b3fc9f785eb9df053f295cb9dd5
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-76d2410541b14790a0471e3a8597e99e
\ No newline at end of file
+00a4c1903fb70c22f621e9dc535d941b
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-b16d07a62114f80f73a692d51ef2662a291867da
\ No newline at end of file
+71bebda8cf5966a632513471a76a32d2bd0f81d4
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml 2010-03-30 11:43:22 UTC (rev 35859)
@@ -40,6 +40,6 @@
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100330103220</lastUpdated>
+ <lastUpdated>20100330113255</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-619a44552d5400b1177da536e885c73f
\ No newline at end of file
+81b83f50b37596283b5de571ffcd467b
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-8fb131edeca87e1fd2a350983655ac95c686a1ab
\ No newline at end of file
+5d8ab439650736671731bfa1110b3e8012880ae6
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-98988d3be7eac699a7afdcd1765dd170
\ No newline at end of file
+9ab7f16eba9dac466bbb12aa234818a9
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-41d7188a79c57f13de079cb969201892b7d0e899
\ No newline at end of file
+1e5ef2a474d9ff03aa1b7c52461ab6ebe27bc34c
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-c30d5c8075450f2c3241fd86c074f2fd
\ No newline at end of file
+b9a137775d7edf3a568d6d8faf755427
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-2b653dcb48f8d3587fa437a3755ed5f5645e970f
\ No newline at end of file
+37a660d424d7d5f84a1bebaa4e3a5e39bdcde0fb
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml 2010-03-30 11:43:22 UTC (rev 35859)
@@ -12,6 +12,6 @@
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100330103200</lastUpdated>
+ <lastUpdated>20100330113135</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-bcd486eac290c55ab91a5017637347a9
\ No newline at end of file
+6a335a638c1c646204a687b23ee9c8e4
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-716b53e5c14ed463e52c16799b3a5c67073ec947
\ No newline at end of file
+7aee113ac0a30bc0f2f784febb897b8a360cbb36
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-40668970be18ca5830905bed0d388fdb
\ No newline at end of file
+b176253781f1185a90dcca09a1da8cf1
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-643fba6cb8621f926685d52b061ac4e2209447b1
\ No newline at end of file
+31cd319aeef906c4dd2ac68e414d75013c486c8e
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-dc5402827c39dac8e792d11b8d5e6113
\ No newline at end of file
+f8926f9360200292aefb746df511bc73
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-1020ffe17d2390684a741769634658de864e24c9
\ No newline at end of file
+b06e79f14c1452397b5d08273ce706869e126b08
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml 2010-03-30 11:43:22 UTC (rev 35859)
@@ -40,6 +40,6 @@
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100330103229</lastUpdated>
+ <lastUpdated>20100330113324</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-397e5be9af1a50e57dc39787cce5b10e
\ No newline at end of file
+502f63ab63e732f3b288ff993bdce691
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-f0369a907786499825c640de0dd5d715ade96782
\ No newline at end of file
+fa52e260a22f711c66e19919caab388a8008e32e
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-f0149d1a17984e04acca9311900be7a0
\ No newline at end of file
+31f5bdc86c0847351e0faca7393d50a7
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-28da6be1d9a91ccd98c0280610406a0816f77ea3
\ No newline at end of file
+314a6c5b71e26fc4524e1ed5c9b9d2c487729622
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-939398856e29d5a14c22c4e7cb675f16
\ No newline at end of file
+9c717d7f54a1bebe4e185d167eaeab77
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-d49ba6f3e069d90010c96cbabb28d7de3985753f
\ No newline at end of file
+b8fa06ce51bf26863af1243ab90484a7de0cc079
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml 2010-03-30 11:43:22 UTC (rev 35859)
@@ -40,6 +40,6 @@
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100330103230</lastUpdated>
+ <lastUpdated>20100330113326</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-f124e0a52cae8eac23dd4899f0e8e9c2
\ No newline at end of file
+879a431ac8648b4dc24538384bc235e2
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-a1528240c25a76634faec76e1f119cb473efe75d
\ No newline at end of file
+0f42e19bc529d253f52641856bb59feb40df62f7
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-27a2bbf643c6e16f349c78f1537bf8cb
\ No newline at end of file
+e0196c18cb0988899ac6393b04822a2a
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-555e8acf28df027767f7591173a5aae8fd69604a
\ No newline at end of file
+1b6261eca3db955e05d7216840bac9e736d938fe
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-4327b22dfa35d4f1ca3dc9eb1259273d
\ No newline at end of file
+1066c197cd7eb88eb53a69b9dd2aac92
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-ff09b306c38cf0fbf762b884b608cfba9d2e1064
\ No newline at end of file
+5a3363b66bf86a9b99bee1ac6da7d928fa268511
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml 2010-03-30 11:43:22 UTC (rev 35859)
@@ -9,6 +9,6 @@
<version>3.3.0.CR1</version>
<version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100330103220</lastUpdated>
+ <lastUpdated>20100330113258</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-c93f35dd69f095d6988413cfff85d7c2
\ No newline at end of file
+0cc2e33c5091e98d5320c895982cbbcb
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1 2010-03-30 11:43:22 UTC (rev 35859)
@@ -1 +1 @@
-5e8f5fb709f354ed4de6d1ec77e4a95dd189dd13
\ No newline at end of file
+49bb768b3813789e106337a427ec1ec0355c5032
\ No newline at end of file
14 years, 9 months
Repository SVN: r35858 - in maven2/org/jboss/ws: jbossws-common/1.3.0.CR1.SP1 and 18 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-03-30 06:38:11 -0400 (Tue, 30 Mar 2010)
New Revision: 35858
Added:
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.md5
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.sha1
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5
maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.sha1
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5
maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1
Modified:
maven2/org/jboss/ws/jbossws-common/maven-metadata.xml
maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.md5
maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.sha1
maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml
maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.md5
maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.sha1
maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml
maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.md5
maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5
maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1
Log:
[JBAS-7833] releasing SPI, COMMON, FRAMEWORK and NATIVE
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+5de85066b2d2f734fdb4c2e4f1eeb2d7
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+3f8bee68c3ef5cf849709b3359c040118dba7cf6
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+d998d8b2b95b2643ccbf2e66af33b164
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+0c5204db5ccea23e7d71e2a5348a9bf535df28d0
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Common</name>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ <packaging>jar</packaging>
+
+ <version>1.3.0.CR1.SP1</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.4.GA</version>
+ </parent>
+
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/common/tags/jbossws-common...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/common/jbossws-common-1.3.0.C...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/common/jbossws-common-1.3.0.CR1.SP1</url>
+ </scm>
+
+ <!-- Properties -->
+ <properties>
+ <jboss.jaxbintros.version>1.0.2.GA</jboss.jaxbintros.version>
+ <jaxws.api.version>2.2</jaxws.api.version>
+ <jboss.common.core.version>2.2.14.GA</jboss.common.core.version>
+ <jboss.ejb.api.version>3.0.0.GA</jboss.ejb.api.version>
+ <jboss.microcontainer.version>2.0.8.GA</jboss.microcontainer.version>
+ <jboss.web.version>2.1.3.GA</jboss.web.version>
+ <jbossws.spi.version>1.3.0.CR1.SP1</jbossws.spi.version>
+ <junit.version>3.8.2</junit.version>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <!-- jbossws dependencies -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ <version>${jbossws.spi.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jaxbintros</groupId>
+ <artifactId>jboss-jaxb-intros</artifactId>
+ <version>${jboss.jaxbintros.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- provided apis -->
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>${jaxws.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-ejb-api</artifactId>
+ <version>${jboss.ejb.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>${jboss.common.core.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <version>${jboss.microcontainer.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.web</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${jboss.web.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ </dependency>
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+e0df32e346ca26d3afc5fed160da47d1
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-common/1.3.0.CR1.SP1/jbossws-common-1.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+807631a12927c4b65049bc28dd975ec3e91bc541
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-common/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/jbossws-common/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-common/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-common</artifactId>
<version>1.0.5.GA</version>
@@ -37,7 +38,8 @@
<version>1.1.0.SP4</version>
<version>1.3.0.Beta3</version>
<version>1.3.0.CR1</version>
+ <version>1.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322164942</lastUpdated>
+ <lastUpdated>20100330102640</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-f5a34153f571bc7871c084b7988d0ebf
\ No newline at end of file
+3fa6ba9fce70f849a0bae04c6c7726ba
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-common/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-adc8bbe34f1a542cdecbdfd80c0573a2951fdf9f
\ No newline at end of file
+394a1e3354f6b0b820c879f132a6f15ecfeb395d
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+2b603b0c318fa0f64270ae8f1d0f91e4
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+75b99c34e3d2a03a2386bbf1b8a502d00602bf94
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+97d91e2da955c3d5114945d2ef29578c
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1-testsuite.zip.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+ae09b53f901ebc8e096f05f1db681dbd2f08b673
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+90036c44d97259f4e49d04fd23c607c6
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+8c0037ce62c74ce5eb70c31c688841b5e3a32f4a
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,124 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Framework Parent</name>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <packaging>jar</packaging>
+
+ <version>3.3.0.CR1.SP1</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.4.GA</version>
+ </parent>
+
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/framework/tags/jbossws-fra...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/framework/tags/jbossws-framew...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/framework/tags/jbossws-framework...</url>
+ </scm>
+
+ <!-- Properties -->
+ <properties>
+ <jbossws.spi.version>1.3.0.CR1.SP1</jbossws.spi.version>
+ <jbossws.common.version>1.3.0.CR1.SP1</jbossws.common.version>
+ <jaxrpc.api.version>1.1</jaxrpc.api.version>
+ <jaxws.api.version>2.2</jaxws.api.version>
+ <jboss.web.version>2.1.3.GA</jboss.web.version>
+ <jbossxb.version>2.0.1.GA</jbossxb.version>
+ <jms.api.version>1.1</jms.api.version>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <!-- jbossws dependencies -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ <version>${jbossws.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ <version>${jbossws.spi.version}</version>
+ </dependency>
+
+ <!-- provided apis -->
+ <dependency>
+ <groupId>jboss.web</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${jboss.web.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ <version>${jaxrpc.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>${jaxws.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ <version>${jms.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ <version>${jbossxb.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>testsuite</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-testsuite.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+d824d75c182785006ac09a60b6240732
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-framework/3.3.0.CR1.SP1/jbossws-framework-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+c9dd9586b100a5796351aeab0e8a25ba844ce681
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
<version>3.0.2.GA</version>
@@ -39,7 +40,8 @@
<version>3.3.0.Beta3</version>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322170429</lastUpdated>
+ <lastUpdated>20100330102728</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-a6a97ba91d062157b05715d74cbf9670
\ No newline at end of file
+593409108f7c21bbb418b6065413b823
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-framework/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-88ab0922cf907decb623a90261ba5a965f370984
\ No newline at end of file
+2016b0434f0e5149f690b9963241bf15a642f9dc
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+a87839ea286153e1ec770bd19fbd9ad8
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+fc95a90c217aec2da66beb18e879f72783eef3f4
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+0d89918161500e0e7fca630c255f69f2
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+d5ad8fe2782390be5c7ce0d1fca8879aec2e04f2
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,114 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - SPI</name>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ <packaging>jar</packaging>
+
+ <version>1.3.0.CR1.SP1</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.4.GA</version>
+ </parent>
+
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/spi/tags/jbossws-spi-1.3.0...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/spi/tags/jbossws-spi-1.3.0.CR...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/spi/tags/jbossws-spi-1.3.0.CR1.SP1</url>
+ </scm>
+
+ <!-- Properties -->
+ <properties>
+ <ant.version>1.7.1</ant.version>
+ <dom4j.version>1.6.1</dom4j.version>
+ <getopt.version>1.0.13</getopt.version>
+ <sun.jaxb.version>2.2</sun.jaxb.version>
+ <jaxws.api.version>2.2</jaxws.api.version>
+ <jms.api.version>1.1</jms.api.version>
+ <jboss.microcontainer.version>2.0.8.GA</jboss.microcontainer.version>
+ <jboss.web.version>2.1.3.GA</jboss.web.version>
+ <junit.version>3.8.2</junit.version>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <!-- provided apis -->
+ <dependency>
+ <groupId>jboss.web</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${jboss.web.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${sun.jaxb.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ <version>${jms.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>${jaxws.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <version>${jboss.microcontainer.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- transitive dependencies -->
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>${ant.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>${dom4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>gnu-getopt</groupId>
+ <artifactId>getopt</artifactId>
+ <version>${getopt.version}</version>
+ </dependency>
+
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+9f0c9745c89564a8dfee45ab4adc20e1
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-spi/1.3.0.CR1.SP1/jbossws-spi-1.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+05538d1594a492e4074178901c37ce9d4e7af1b2
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
<version>1.0.2.GA</version>
@@ -38,7 +39,8 @@
<version>1.3.0.Beta4</version>
<version>1.3.0.Beta5</version>
<version>1.3.0.CR1</version>
+ <version>1.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322162728</lastUpdated>
+ <lastUpdated>20100330102533</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-2e4d096051ae4ae0cb540d3051b21bca
\ No newline at end of file
+fbc40bcf06dfbb0a523c3a3d6e3bc02c
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/jbossws-spi/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-42b216c256e590777ba45a3be66bda51c3f29772
\ No newline at end of file
+b82dd8c75aad90c4743a5f65a5e298b3339a386a
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,633 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native</name>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <packaging>pom</packaging>
+
+ <version>3.3.0.CR1.SP1</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0.4.GA</version>
+ </parent>
+
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
+ </scm>
+
+ <!-- Modules -->
+ <modules>
+ <module>modules/endorsed</module>
+ <module>modules/core</module>
+ <module>modules/client</module>
+ <module>modules/management</module>
+ <module>modules/resources</module>
+ <module>modules/services</module>
+ </modules>
+
+ <!-- Properties -->
+ <properties>
+ <jbossws.spi.version>1.3.0.CR1.SP1</jbossws.spi.version>
+ <jbossws.common.version>1.3.0.CR1.SP1</jbossws.common.version>
+ <jbossws.framework.version>3.3.0.CR1.SP1</jbossws.framework.version>
+ <jbossws.jboss501.version>3.3.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.jboss510.version>3.3.0-SNAPSHOT</jbossws.jboss510.version>
+ <jbossws.jboss600M2.version>3.3.0-SNAPSHOT</jbossws.jboss600M2.version>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
+ -->
+ <!-- END -->
+ <codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>
+ <commons.logging.version>1.1.1</commons.logging.version>
+ <javassist.version>3.6.0.GA</javassist.version>
+ <jaxws.api.version>2.2</jaxws.api.version>
+ <jaxrpc.api.version>1.1</jaxrpc.api.version>
+ <saaj.api.version>1.3</saaj.api.version>
+ <jsr181.api.version>1.0-MR1</jsr181.api.version>
+ <jaxb.api.version>2.2</jaxb.api.version>
+ <jaxb.impl.version>2.2</jaxb.impl.version>
+ <jboss.logging.version>2.2.0.CR1</jboss.logging.version>
+ <jboss.jaxr.version>2.0.1</jboss.jaxr.version>
+ <apache.scout.version>1.1.1</apache.scout.version>
+ <juddi.version>0.9RC4</juddi.version>
+ <netty.version>3.1.5.GA</netty.version>
+ <sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
+ <sun.jaxws.version>2.2</sun.jaxws.version>
+ <sun.policy.version>2.0-b01</sun.policy.version>
+ <woodstox.version>3.2.6</woodstox.version>
+ <wscommons.policy.version>1.0</wscommons.policy.version>
+ <wsdl4j.version>1.6.2</wsdl4j.version>
+ <xmlsec.version>1.4.3</xmlsec.version>
+ <xerces.version>2.9.1</xerces.version>
+ </properties>
+
+ <!-- DependencyManagement -->
+ <dependencyManagement>
+ <dependencies>
+ <!-- jbossws dependencies -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ <version>${jbossws.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ <version>${jbossws.spi.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <version>${jbossws.framework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <version>${jbossws.framework.version}</version>
+ <classifier>testsuite</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <version>${jbossws.jboss501.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <version>${jbossws.jboss501.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <version>${jbossws.jboss510.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <version>${jbossws.jboss510.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600M2</artifactId>
+ <version>${jbossws.jboss600M2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600M2</artifactId>
+ <version>${jbossws.jboss600M2.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <version>${jbossws.jboss601.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <version>${jbossws.jboss601.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ </dependency>
+ -->
+ <!-- END -->
+ <!-- provided apis -->
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <!-- jboss provided -->
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>${javassist.version}</version>
+ </dependency>
+
+ <!-- transitive dependencies -->
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>${commons.logging.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ <version>${sun.fastinfoset.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>policy</artifactId>
+ <version>${sun.policy.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.txw2</groupId>
+ <artifactId>txw2</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.istack</groupId>
+ <artifactId>istack-commons-runtime</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-tools</artifactId>
+ <version>${sun.jaxws.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ <version>${sun.jaxws.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.messaging.saaj</groupId>
+ <artifactId>saaj-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jvnet</groupId>
+ <artifactId>mimepull</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.glassfish.gmbal</groupId>
+ <artifactId>gmbal-api-only</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>${jsr181.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>${jaxws.api.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ <version>${jaxrpc.api.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ <version>${saaj.api.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${jaxb.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>${jaxb.impl.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ <version>${jaxb.impl.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jaxr</groupId>
+ <artifactId>juddi-service</artifactId>
+ <version>${jboss.jaxr.version}</version>
+ <type>sar</type>
+ </dependency>
+ <dependency>
+ <groupId>apache-scout</groupId>
+ <artifactId>scout</artifactId>
+ <version>${apache.scout.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>juddi</groupId>
+ <artifactId>juddi</artifactId>
+ <version>${juddi.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>${codehaus.jettison.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <version>${jboss.logging.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>${jboss.logging.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ws.policy</groupId>
+ <artifactId>wscommons-policy</artifactId>
+ <version>${wscommons.policy.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ <version>${woodstox.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>${wsdl4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>${xerces.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache</groupId>
+ <artifactId>xmlsec</artifactId>
+ <version>${xmlsec.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <escapeWindowsPaths>false</escapeWindowsPaths>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>validate-jboss-home</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <echo />
+ <echo message="profile=${jbossws.integration.target}" />
+ <echo message="jboss.home=${jboss.home}" />
+ <echo />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>deploy-artifacts</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <!--
+ Cannot bind to lifecycle with multiple modules
+ http://jira.codehaus.org/browse/MASSEMBLY-319
+ <executions>
+ <execution>
+ <id>build-deploy-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>directory-inline</goal>
+ </goals>
+ </execution>
+ </executions-->
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-deploy-artifacts.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <!-- Profiles -->
+ <profiles>
+
+ <!--
+ Name: bindist
+ Descr: Build the binary distribution
+ -->
+ <profile>
+ <id>bindist</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>jbossws-native-bin-dist</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-bin-dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: srcdist
+ Descr: Build the source distribution
+ -->
+ <profile>
+ <id>srcdist</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>jbossws-native-src-dist</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-src-dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: jboss501
+ Descr: JBoss-5.0.1 specific options
+ -->
+ <profile>
+ <id>jboss501</id>
+ <properties>
+ <jbossws.integration.target>jboss501</jbossws.integration.target>
+ <jboss.home>${jboss501.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: jboss510
+ Descr: JBoss-5.1.0 specific options
+ -->
+ <profile>
+ <id>jboss510</id>
+ <properties>
+ <jbossws.integration.target>jboss510</jbossws.integration.target>
+ <jboss.home>${jboss510.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: jboss600
+ Descr: JBoss-6.0.0 specific options
+ -->
+ <profile>
+ <id>jboss600</id>
+ <properties>
+ <jbossws.integration.target>jboss600</jbossws.integration.target>
+ <jboss.home>${jboss600.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: jboss601
+ Descr: JBoss-6.0.1 specific options
+ -->
+ <profile>
+ <id>jboss601</id>
+ <properties>
+ <jbossws.integration.target>jboss601</jbossws.integration.target>
+ <jboss.home>${jboss601.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
+ Name: smoketest
+ Descr: Executes the smoke tests
+ -->
+ <profile>
+ <id>smoketest</id>
+ <modules>
+ <module>modules/testsuite</module>
+ </modules>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>org/jboss/test/ws/jaxws/samples/**/*TestCase.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: testsuite
+ Descr: Executes the testsuite
+ -->
+ <profile>
+ <id>testsuite</id>
+ <modules>
+ <module>modules/testsuite</module>
+ </modules>
+ </profile>
+ </profiles>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+6aeb78718fcfd3710c67c836e0050379
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native/3.3.0.CR1.SP1/jbossws-native-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+879ea23263bb52258ed8b09a8882ae53b824b6df
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2.GA</version>
@@ -37,7 +38,8 @@
<version>3.3.0.Beta3</version>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322182216</lastUpdated>
+ <lastUpdated>20100330103158</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-82a6d8fba33462843468ead24e01390f
\ No newline at end of file
+b5797546d65ca12d014e00a32679308a
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-7b01ad0a506ae35a63f91cac287e6da7e9d44a5e
\ No newline at end of file
+8cccee681e00dcb7fbffb56a7efeba778eff2993
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+347455f38af18ddb22de97776cdd1486
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+691ba22423cd3796e84db988e1b105bad08e5919
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+87271ffeb9737e10a05d9446f4bd5df7
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+cfbd1d8e6d2dfe39fd1cfb513e3d9cdff798b573
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,62 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native Client</name>
+ <artifactId>jbossws-native-client</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP1</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-core</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-factories</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-services</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Class-Path>jbossws-spi.jar jbossws-common.jar jbossws-framework.jar jbossws-native-core.jar jbossws-native-factories.jar jbossws-native-services.jar jaxrpc-api.jar jaxws-api.jar jsr181-api.jar saaj-api.jar activation.jar commons-logging.jar concurrent.jar javassist.jar jaxb-api.jar jaxb-impl.jar mail.jar jboss-logging-spi.jar jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar slf4j-jboss-logging.jar jbosssx-client.jar jboss-javaee.jar jboss-xml-binding.jar jbossxb.jar netty.jar wscommons-policy.jar stax-api.jar wsdl4j.jar</Class-Path>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+833b9bb03f8e7ea6f6ad85c66011a7d2
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-client/3.3.0.CR1.SP1/jbossws-native-client-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+1135c1dd66cdc75fc442d9de395d267733fb6a92
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-client</artifactId>
<version>3.0.2.GA</version>
@@ -37,7 +38,8 @@
<version>3.3.0.Beta3</version>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322182224</lastUpdated>
+ <lastUpdated>20100330103220</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-0cc03539be5fdb20997c568a907db255
\ No newline at end of file
+2d4f0793e460a1750a10c748bed7b9f9
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-client/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-c7465b5c91d54069b273a18925e6ec00aa03b727
\ No newline at end of file
+7e3cecb0965bff31052e78451042cf1ba90898f4
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+facea7d16a5e524cb23b13999ca28c09
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+6cb124aa135946a23e7ce95afa42476c239fb2c6
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+76d2410541b14790a0471e3a8597e99e
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+b16d07a62114f80f73a692d51ef2662a291867da
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,248 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Native Server</name>
+ <artifactId>jbossws-native-core</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP1</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <properties>
+ <jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
+ <jboss.microcontainer.version>2.0.2.GA</jboss.microcontainer.version>
+ <jboss.jbossxb.version>2.0.1.GA</jboss.jbossxb.version>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <!-- jbossws dependencies -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-factories</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <!-- provided apis -->
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- jboss provided -->
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbosssx</artifactId>
+ <scope>provided</scope>
+ <version>${jboss.jbosssx.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ <scope>provided</scope>
+ <version>${jboss.jbosssx.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ <scope>provided</scope>
+ <version>${jboss.jbossxb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- transitve dependencies -->
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-tools</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ws.policy</groupId>
+ <artifactId>wscommons-policy</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache</groupId>
+ <artifactId>xmlsec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Build -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <showDeprecation>false</showDeprecation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>org.jboss.ws:jbossws-jboss*:zip:resources</artifactItems>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <version>${jbossws.jboss501.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss501</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <version>${jbossws.jboss510.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss510</outputDirectory>
+ </artifactItem>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600</artifactId>
+ <version>${jbossws.jboss600.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss600</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <version>${jbossws.jboss601.version}</version>
+ <classifier>resources</classifier>
+ <type>zip</type>
+ <outputDirectory>${project.build.directory}/resources/jbossws-jboss601</outputDirectory>
+ </artifactItem>
+ -->
+ <!-- END -->
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- http://jira.codehaus.org/browse/MANTRUN-89 -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="src/main/scripts/antrun-beans-config.xml" />
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+d0b2fa9dc3f6870375493f99159c97ab
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-core/3.3.0.CR1.SP1/jbossws-native-core-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+5eca63c85ea8d01d5bc09049dfda6091e8faee33
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-core</artifactId>
<version>3.0.2.GA</version>
@@ -37,7 +38,8 @@
<version>3.3.0.Beta3</version>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322182223</lastUpdated>
+ <lastUpdated>20100330103220</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-2daf85288898ccd6dadb80f308c81f08
\ No newline at end of file
+619a44552d5400b1177da536e885c73f
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-core/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-14572591aca3f065fb9a6a49d9f19a2acda8f44a
\ No newline at end of file
+8fb131edeca87e1fd2a350983655ac95c686a1ab
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+98988d3be7eac699a7afdcd1765dd170
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+41d7188a79c57f13de079cb969201892b7d0e899
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+c30d5c8075450f2c3241fd86c074f2fd
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+2b653dcb48f8d3587fa437a3755ed5f5645e970f
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,16 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Endorsed JAX-WS, JAX-RPC and SAAJ factories</name>
+ <artifactId>jbossws-native-factories</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP1</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+c1370b86ff613e85703ad4162f6fd785
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/3.3.0.CR1.SP1/jbossws-native-factories-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+d0c4f14b988da7ba8cf6038a3a970261c64de7f7
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-factories</artifactId>
<version>3.3.0.Beta1</version>
@@ -9,7 +10,8 @@
<version>3.3.0.Beta3</version>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322182217</lastUpdated>
+ <lastUpdated>20100330103200</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-8dc6df36bfb5190cc3b3783a4c06d362
\ No newline at end of file
+bcd486eac290c55ab91a5017637347a9
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-factories/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-369d3bfb6863f28cf267424cce721202c3470467
\ No newline at end of file
+716b53e5c14ed463e52c16799b3a5c67073ec947
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+40668970be18ca5830905bed0d388fdb
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+643fba6cb8621f926685d52b061ac4e2209447b1
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,101 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native Management</name>
+ <artifactId>jbossws-native-management</artifactId>
+ <packaging>war</packaging>
+
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP1</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <!--
+ These dependencies are picked up by the assembly-deploy-artifacts
+ descriptor. They have no real and relevant meaning for this module
+ -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <scope>provided</scope>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss510</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600M2</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- [JBWS-2505] -->
+ <!-- START -->
+ <!--
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600x</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ -->
+ <!-- END -->
+ <dependency>
+ <groupId>org.jboss.jaxr</groupId>
+ <artifactId>juddi-service</artifactId>
+ <scope>provided</scope>
+ <type>sar</type>
+ </dependency>
+ </dependencies>
+
+ <!-- Build -->
+ <build>
+ <plugins>
+ <plugin>
+ <!-- PRE: scm is correctly configured in parent pom -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <format>{0,date,yyyyMMddHHmm}</format>
+ <items>
+ <item>timestamp</item>
+ </items>
+ <doUpdate>false</doUpdate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>src/main/webapp</directory>
+ <filtering>true</filtering>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+202cb4584497a5628b382b59809b5be6
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+eee5782ac47922285773e36142a7663bc863ee24
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+dc5402827c39dac8e792d11b8d5e6113
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-management/3.3.0.CR1.SP1/jbossws-native-management-3.3.0.CR1.SP1.war.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+1020ffe17d2390684a741769634658de864e24c9
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-management</artifactId>
<version>3.0.2.GA</version>
@@ -37,7 +38,8 @@
<version>3.3.0.Beta3</version>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322182227</lastUpdated>
+ <lastUpdated>20100330103229</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-fafc3ba7719ee4bee08066b5a89bbca0
\ No newline at end of file
+397e5be9af1a50e57dc39787cce5b10e
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-management/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-92b50639dc97559f8def8fed4d477dfb6f38b9d9
\ No newline at end of file
+f0369a907786499825c640de0dd5d715ade96782
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+f0149d1a17984e04acca9311900be7a0
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+28da6be1d9a91ccd98c0280610406a0816f77ea3
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+939398856e29d5a14c22c4e7cb675f16
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+d49ba6f3e069d90010c96cbabb28d7de3985753f
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,40 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native Resources</name>
+ <artifactId>jbossws-native-resources</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP1</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <!-- plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="src/main/scripts/zip-other-configs.xml">
+ <property name="project.build.finalName" value="${project.build.finalName}" />
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+1149c1efbf7c7ae99d6446a921ce9f69
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/3.3.0.CR1.SP1/jbossws-native-resources-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+4c2fb3f02113fcce51a0d65c8b09437372662e6e
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-resources</artifactId>
<version>3.0.2.GA</version>
@@ -37,7 +38,8 @@
<version>3.3.0.Beta3</version>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322182228</lastUpdated>
+ <lastUpdated>20100330103230</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-aee216a51fd91b3a7ed861453cf4c57f
\ No newline at end of file
+f124e0a52cae8eac23dd4899f0e8e9c2
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-resources/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-d5026de75ba30fc67e127263f8b1e3b863578b7d
\ No newline at end of file
+a1528240c25a76634faec76e1f119cb473efe75d
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+27a2bbf643c6e16f349c78f1537bf8cb
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1-sources.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+555e8acf28df027767f7591173a5aae8fd69604a
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+4327b22dfa35d4f1ca3dc9eb1259273d
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.jar.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+ff09b306c38cf0fbf762b884b608cfba9d2e1064
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1,16 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Framework services configuration</name>
+ <artifactId>jbossws-native-services</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0.CR1.SP1</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+</project>
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+8750a20826ec97e7078cdc8e638ad7ae
\ No newline at end of file
Added: maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/native/jbossws-native-services/3.3.0.CR1.SP1/jbossws-native-services-3.3.0.CR1.SP1.pom.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -0,0 +1 @@
+e279c71b8dd4f326fef39d78b4fa7cdb5b73398e
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-services</artifactId>
<version>3.3.0.Beta4</version>
@@ -6,7 +7,8 @@
<versions>
<version>3.3.0.Beta4</version>
<version>3.3.0.CR1</version>
+ <version>3.3.0.CR1.SP1</version>
</versions>
- <lastUpdated>20100322182224</lastUpdated>
+ <lastUpdated>20100330103220</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.md5 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-7d0e5cfa83810bc7265b89bf3498dbd8
\ No newline at end of file
+c93f35dd69f095d6988413cfff85d7c2
\ No newline at end of file
Modified: maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
+++ maven2/org/jboss/ws/native/jbossws-native-services/maven-metadata.xml.sha1 2010-03-30 10:38:11 UTC (rev 35858)
@@ -1 +1 @@
-e179091133822132580d3d1d881076aea61db43e
\ No newline at end of file
+5e8f5fb709f354ed4de6d1ec77e4a95dd189dd13
\ No newline at end of file
14 years, 9 months
Repository SVN: r35857 - in maven2/org/jboss/bpm: gwt-console/2.0.1 and 29 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2010-03-30 06:07:00 -0400 (Tue, 30 Mar 2010)
New Revision: 35857
Added:
maven2/org/jboss/bpm/gwt-console-gui/2.0.3/
maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-parent/2.0.3/
maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/
maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.md5
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.sha1
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.md5
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.sha1
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.3/
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.sha1
maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/
maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console-shared/2.0.3/
maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom
maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console/2.0.3/
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.md5
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.sha1
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.md5
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.sha1
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.md5
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.md5
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.sha1
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.md5
maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.sha1
Modified:
maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.md5
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.sha1
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar
maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar
maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.md5
maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.sha1
maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.md5
maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.sha1
maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip
maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.sha1
maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar
maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.md5
maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.sha1
maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar
maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.md5
maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.sha1
maven2/org/jboss/bpm/gwt-console/maven-metadata.xml
maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.md5
maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.sha1
Log:
bpm console 2.0.3
Modified: maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-e7c9d1ab565e45a627517db350fcd23e
\ No newline at end of file
+3b066207dcaeff928aae565e39ceb3ef
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console/2.0.1/gwt-console-2.0.1-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-55729d442ebbd6cb42d0be2a4cf525c9c9d24dd5
\ No newline at end of file
+d685895865b749d96d3f175f80a93e17160679fa
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+f8b7aef7ce26426ea063c86d8ebcef7c
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-drools.war.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+e61da16f105973d0babc7538c7effce7d2f65ba4
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+f7bb67d646926cec7b929f827ec2a5b5
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-riftsaw.war.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+586c259d2e68a69c67bd53b046eeac31e74a049e
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+c2dd7adea85833ca341cbe006274c362
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+60459c5b8f34c5beae51fd9144e353c30de1d043
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,625 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::GUI::Webapp</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console</artifactId>
+ <packaging>war</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-gui</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <properties>
+ <gwt-maven.version>2.0-RC1</gwt-maven.version>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <version>${errai.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-widgets</artifactId>
+ <version>${errai.version}</version>
+ <classifier>sources</classifier>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-workspaces</artifactId>
+ <version>${errai.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-rpc</artifactId>
+ <classifier>sources</classifier>
+ <version>${version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-rpc</artifactId>
+ <version>${version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>report-shared</artifactId>
+ <classifier>sources</classifier>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>report-shared</artifactId>
+ </dependency>
+
+ <!-- GWT -->
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-servlet</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <scope>provided</scope>
+ <version>${gwt.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.mvel</groupId>
+ <artifactId>mvel2</artifactId>
+ <version>${mvel.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <version>${guice.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <version>${guice.version}</version>
+ <classifier>aopalliance</classifier>
+ </dependency>
+
+ <!-- GWT extensions -->
+
+ <!-- Mosaic -->
+ <!--dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-mosaic</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-beans-binding</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-dnd</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwtx</artifactId>
+ <scope>provided</scope>
+ </dependency-->
+
+ <dependency>
+ <groupId>com.googlecode.mvc4g</groupId>
+ <artifactId>mvc4g</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- 3rd party -->
+
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-configuration</groupId>
+ <artifactId>commons-configuration</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${javax.jaxb.version}</version>
+ <classifier>sources</classifier>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>${slf4j.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.9</version>
+ </dependency>
+
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <finalName>gwt-console</finalName>
+ <outputDirectory>war/WEB-INF/classes</outputDirectory>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>gwt-maven-plugin</artifactId>
+ <version>${gwt.maven}</version>
+ <configuration>
+ <inplace>true</inplace>
+ <logLevel>DEBUG</logLevel>
+ <runTarget>app.html</runTarget>
+ <warSourceDirectory>war</warSourceDirectory>
+ <extraJvmArgs>-Xmx512m</extraJvmArgs>
+ <localWorkers>2</localWorkers>
+ <soyc>false</soyc>
+ <style>OBF</style>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compile</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <warSourceDirectory>war</warSourceDirectory>
+ <webappDirectory>war</webappDirectory>
+ <warSourceExcludes>.gwt-tmp/**</warSourceExcludes>
+ <webResources>
+ <resource>
+ <!-- this is relative to the pom.xml directory -->
+ <directory>src/main/templates</directory>
+ <filtering>true</filtering>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.2</version>
+ <executions>
+ <execution>
+ <id>clean.war</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <!--
+ The gwt-maven-plugin use the war source folder
+ as it's build directory. We need to cleanup after we'd run
+ the plugin and remove all GWT related artifacts that are required
+ to run the hosted mode.
+ -->
+ <delete dir="war/WEB-INF/classes"/>
+ <delete dir="war/WEB-INF/lib"/>
+ <delete file="war/WEB-INF/jboss-web.xml"/>
+ <delete dir="war/app"/>
+ <delete dir="target"/>
+
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>generate-version-class</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="scripts/antrun-version.xml" inheritAll="false" inheritRefs="false">
+ <property name="version" value="${version}" />
+ <property name="src.dir" value="${project.build.directory}/generated-sources" />
+ </ant>
+ </tasks>
+ <sourceRoot>
+ ${project.build.directory}/generated-sources
+ </sourceRoot>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>quick-hosted-mode</id>
+ <activation>
+ <property>
+ <name>hosted</name>
+ </property>
+ </activation>
+ <properties>
+ <google.webtoolkit.compileSkip>true</google.webtoolkit.compileSkip>
+ <o>true</o> <!-- offline -->
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>gwt-maven-plugin</artifactId>
+ <version>${gwt.maven}</version>
+ <configuration>
+ <draftCompile>true</draftCompile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ =======================================================
+ jBPM Profile (default)
+ =======================================================
+ -->
+ <profile>
+ <id>jbpm-console.profile</id>
+ <activation>
+ <property>
+ <name>!console.profile</name>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-jbpm</artifactId>
+ <version>${version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <console.app.webcontext>jbpm-console</console.app.webcontext>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack-profile-jbpm</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-jbpm</artifactId>
+ <version>${version}</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>war/app</outputDirectory>
+ <includes>**/*</includes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ <!-- the war:war goal removes the unpacked config
+ hence the redundant call here -->
+ <execution>
+ <id>unpack-profile-jbpm2</id>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-jbpm</artifactId>
+ <version>${version}</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>war/app</outputDirectory>
+ <includes>**/*</includes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <classifier>jbpm</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ </build>
+ </profile>
+
+ <!--
+ =======================================================
+ Drools Profile
+ =======================================================
+ -->
+ <profile>
+ <id>drools-console.profile</id>
+ <activation>
+ <property>
+ <name>console.profile</name>
+ <value>drools</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-drools</artifactId>
+ <version>${version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <console.app.webcontext>gwt-console</console.app.webcontext>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+
+ <execution>
+ <id>unpack-profile-drools</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-drools</artifactId>
+ <version>${version}</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>war/app</outputDirectory>
+ <includes>**/*</includes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ <execution>
+ <id>unpack-profile-drools2</id>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-drools</artifactId>
+ <version>${version}</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>war/app</outputDirectory>
+ <includes>**/*</includes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <classifier>drools</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ =======================================================
+ Riftsaw Profile
+ =======================================================
+ -->
+ <profile>
+ <id>riftsaw-console.profile</id>
+ <activation>
+ <property>
+ <name>console.profile</name>
+ <value>riftsaw</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-riftsaw</artifactId>
+ <version>${version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <console.app.webcontext>bpel-console</console.app.webcontext>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+
+ <execution>
+ <id>unpack-profile-riftsaw</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-riftsaw</artifactId>
+ <version>${version}</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>war/app</outputDirectory>
+ <includes>**/*</includes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ <execution>
+ <id>unpack-profile-riftsaw2</id>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-riftsaw</artifactId>
+ <version>${version}</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>war/app</outputDirectory>
+ <includes>**/*</includes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <classifier>riftsaw</classifier>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+17e900cb3929bd9766ddcea1e80c2843
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+d9393f1c34118fb8d0983cc9d66a4a8115b3dd56
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+08112a699118778cb19dd8e7906b4b3c
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console/2.0.3/gwt-console-2.0.3.war.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+164e9c36f095d5de4582ef1379d6203ee6be8821
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.bpm</groupId>
<artifactId>gwt-console</artifactId>
<version>1.0.0.Beta3M1</version>
@@ -9,7 +11,8 @@
<version>1.0.0.Beta3</version>
<version>1.0.0.CR1</version>
<version>1.0.0.GA</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20090709105012</lastUpdated>
+ <lastUpdated>20100330093249</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-2396bac98bcb36fe8530d767c7e50a0c
\ No newline at end of file
+39fef8c33a03b4bd61d69f94e9afced1
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-c2d9ab89f6d976ec6f04e5af4f36d9dc6b6a6a06
\ No newline at end of file
+72942db97ac958d4f364128d639e30b9e8bad6a8
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,23 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::GUI</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-gui</artifactId>
+ <packaging>pom</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-parent</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <modules>
+ <module>profiles</module>
+ <module>war</module>
+ </modules>
+</project>
Added: maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+6c9e4e36cd2288a3ce9cebe62026fb01
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-gui/2.0.3/gwt-console-gui-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+23d927042882759ce456f471872c3b07ec6d9106
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -11,7 +11,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223618</lastUpdated>
+ <lastUpdated>20100330093333</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-1e34c5a1644b974c0b6fba67736d814f
\ No newline at end of file
+719a6456c962876405bb8b090e339535
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-gui/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-ff156a9bbf5754b9867cb0856b4bb2fd7ee8a36f
\ No newline at end of file
+b7c296c90cc8bdd10d27717962124e87341d50d0
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,486 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-parent</artifactId>
+ <version>2.0.3</version>
+ <packaging>pom</packaging>
+
+ <scm>
+ <connection>scm:svn:https://svn.jboss.org/repos/soag/bpm-console/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/soag/bpm-console/trunk</developerConnection>
+ <url>https://svn.jboss.org/repos/soag/bpm-console/trunk</url>
+ </scm>
+
+ <organization>
+ <name>JBoss, a division of Red Hat</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+
+ <!-- IssueManagement -->
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.jboss.org/jira/browse/BPMC</url>
+ </issueManagement>
+
+ <!-- licenses -->
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <commons.fileupload.version>1.2.1</commons.fileupload.version>
+ <commons.io.version>1.3.2</commons.io.version>
+ <commons.logging.version>1.1.1</commons.logging.version>
+ <commons-lang.version>2.4</commons-lang.version>
+ <commons-config.version>1.6</commons-config.version>
+ <gson.version>1.2.2</gson.version>
+ <gwt.version>2.0.0</gwt.version>
+
+ <gwt.maven>1.2.0-11137</gwt.maven>
+ <jaf.version>1.1</jaf.version>
+ <javax.ejb.version>3.0</javax.ejb.version>
+ <javax.jaxb.version>2.1</javax.jaxb.version>
+ <jboss.common.version>2.2.7.GA</jboss.common.version>
+ <junit.version>3.8.1</junit.version>
+ <mvc4g.version>1.0.0-jboss</mvc4g.version>
+ <!--mosaic.version>0.4.0-rc4</mosaic.version-->
+ <resteasy.version>1.0.2.GA</resteasy.version>
+ <stax-api.version>1.0-2</stax-api.version>
+ <report.server.version>1.2.0</report.server.version>
+
+ <errai.version>1.0.1</errai.version>
+ <mvel.version>2.0.17</mvel.version>
+ <guice.version>2.0</guice.version>
+ <slf4j.version>1.5.2</slf4j.version>
+ </properties>
+
+ <modules>
+ <module>server</module>
+ <module>gui</module>
+ <module>shared</module>
+ </modules>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-configuration</groupId>
+ <artifactId>commons-configuration</artifactId>
+ <version>1.6</version>
+ </dependency>
+
+ <!-- GWT related -->
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-servlet</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gchart</artifactId>
+ <version>${gchart.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>1.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.mvc4g</groupId>
+ <artifactId>mvc4g</artifactId>
+ <version>1.0.0-jboss</version>
+ </dependency>
+
+
+ <!-- Mosaic -->
+ <!--dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-mosaic</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-beans-binding</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-dnd</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwtx</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency-->
+
+ <!-- Other -->
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ <version>1.0-2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>2.2.7.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>resteasy-jaxrs</artifactId>
+ <version>1.0.2.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>resteasy-multipart-provider</artifactId>
+ <version>1.0.2.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>report-core</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>report-shared</artifactId>
+ <classifier>sources</classifier>
+ <version>1.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>report-shared</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+
+ <!-- Errai -->
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-workspaces</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-workspaces</artifactId>
+ <version>1.0.1</version>
+ <classifier>sources</classifier>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-common</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-common</artifactId>
+ <version>1.0.1</version>
+ <classifier>sources</classifier>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <version>1.0.1</version>
+ <classifier>sources</classifier>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ <failIfNoTests>false</failIfNoTests>
+ <trimStackTrace>false</trimStackTrace>
+ <systemProperties>
+ <property>
+ <name>log4j.output.dir</name>
+ <value>${project.build.directory}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <showDeprecation>false</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <optimize>true</optimize>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-7</version>
+ <configuration>
+ <tagBase>http://svn.jboss.org/repos/soag/bpm-console/tags</tagBase>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ <!-- PluginManagement -->
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>com.sun.tools.jxc.maven2</groupId>
+ <artifactId>maven-jaxb-schemagen-plugin</artifactId>
+ <version>1.2</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ <version>2.1.7</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2.SP1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>net.sourceforge.maven-taglib</groupId>
+ <artifactId>maven-taglib-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ </build>
+
+ <!-- Reporting -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <!-- Profiles -->
+ <profiles>
+
+ <profile>
+ <id>enableTests</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>false</skipTests>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>maven2.java.net</id>
+ <name>Java.net Repository for Maven 2</name>
+ <url>http://download.java.net/maven/2/</url>
+ </repository>
+ <repository>
+ <id>maven1.java.net</id>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>repository.codehaus.org</id>
+ <url>http://repository.codehaus.org</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>gwt-maven</id>
+ <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>maven2.java.net</id>
+ <name>Java.net Repository for Maven 2</name>
+ <url>http://download.java.net/maven/2/</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>gwt-maven</id>
+ <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+ </pluginRepository>
+
+ </pluginRepositories>
+
+ <!-- DistributionManagement -->
+ <distributionManagement>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Maven Repository</name>
+ <url>file://${jboss.maven.repository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+</project>
Added: maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+0535e29d9090f7440f5f7c72a6ea0dd4
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-parent/2.0.3/gwt-console-parent-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+15eee8d964c9cfc6eb0719116e6ad1c8c805f61e
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -16,7 +16,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223602</lastUpdated>
+ <lastUpdated>20100330093322</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-1830a49fa367ebee2b73cbfdc59927d0
\ No newline at end of file
+6190f6ad11186c612badc0d9bb1fc2cc
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-parent/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-aebb502c02db54ab8f9ba0c538ce90ffcb283bbb
\ No newline at end of file
+c78feeabbd2edf57afa1f9e08ac11da8e056f527
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-c74848c0fb3825f6bafa96a1bbcc4c5a
\ No newline at end of file
+3a0d439266beaa20c9b18efa471e4cf7
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-f42879e6b03e26be8d81fec5aa380c02634bf611
\ No newline at end of file
+49606e343030e04cb8372a65f47e0a6494a721df
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-0dc4bbf8397f60d8ac3e30d337af4569
\ No newline at end of file
+6dd8e3070c7c2da6b9c893c2b0a38ba8
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.1/gwt-console-profile-drools-2.0.1.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-f9e5674b729c942257fa674863434abba30e3e4c
\ No newline at end of file
+bbf9adc5554994d174d33da187f5eacf9ff095f0
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+33db6b29dad73e74911cbc47118222a8
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+e6372e85a4974785cde3ae337b6dd3f79876ea9f
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+b15efa34075baf26d1623e2d39b443b1
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+90b8d6ea8b5d1a590deb6559f7d73ca8f0c60797
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,19 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::GUI::Profile::Drools</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-drools</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profiles</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+</project>
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+d140c667df39826939fc41ca012c008e
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/2.0.3/gwt-console-profile-drools-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+cbb67f8d75ac9b2fa674c3486a028ed6988497f0
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -13,7 +13,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223619</lastUpdated>
+ <lastUpdated>20100330093334</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-554f52a933924b27801b923376571561
\ No newline at end of file
+e61656f8f5f6a2289ba5f3375c6010f5
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-drools/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-2c5ea61ca469f95f35ef53a8b81b4222f14ec5bf
\ No newline at end of file
+24b0d7d86ffe62d72bb458f902d7cf58a425114c
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-e3e9fb5d3d333602865d924be97057de
\ No newline at end of file
+412dd175d07fcb4e35cefb8b6206d24f
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-6b7354f355ea6fc9855a6e033d4e77760115d0b1
\ No newline at end of file
+d0c3261e0d63473477a4fa80b93f0698912c3a5c
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-004272a559a00ea39f27104d252706a1
\ No newline at end of file
+8991d89df63a144d37ca2a00d54a2a02
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.1/gwt-console-profile-jbpm-2.0.1.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-e1b1768a70bb1e2be560682e035f5ef2d04e0276
\ No newline at end of file
+64267de2e3bdf37ec96ce7edf689fe8d64930469
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+c1e5b80ab9ee57d1c4756c7e3474fb04
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+d87d11c06d1de47c68508bf0596f012a3d52f961
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+a3b3cad196a139f61ff59c95dd1d90a2
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+bcd7b8b61da9a4852d98815f32a920edbbb0f23f
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,19 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::GUI::Profile::jbpm</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-jbpm</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profiles</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+</project>
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+8ac4bb27e641b927ddb1d03c64b1777a
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/2.0.3/gwt-console-profile-jbpm-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+302d41e287d36e5f67728ec7379bd49fdfff363d
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -13,7 +13,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223619</lastUpdated>
+ <lastUpdated>20100330093333</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-be28a37e6c5d103ece4b7aba79ec310d
\ No newline at end of file
+a163518fbe5ebd3cc43a56f35ea2e450
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-jbpm/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-28c32cd2ece36416d1ed989436b2369da015b3dd
\ No newline at end of file
+18fa210702897224894c33407c1f4dbbb5830859
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-5eab53a50279d64ce70ce4b13dd1fd81
\ No newline at end of file
+fdc55af874aee19ab155b0b2fbdfcb3c
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-4861c9cf5423b9c4b52b1b12845bb50fb5646446
\ No newline at end of file
+1b08d36847b221c8b57091af360478b055259479
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-bfc834e1828d5d713098e759c21cc39d
\ No newline at end of file
+b2892a1a1135c74564f9c5b57b0207d9
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.1/gwt-console-profile-riftsaw-2.0.1.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-eb495316b694e2896f0b7021c42968048cf1f735
\ No newline at end of file
+9186c130061dcd306edaae70a595ae616a25120f
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+9da4aafefbd01cff4ec65f1da0598556
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+7f7106640643142374147976c179684b75b871e0
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+9a2faca6efe8a2cec5fc5e40e619d69d
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+95db33bfdf3eb444ac5e1dd33c41d7a573ea1d56
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,19 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::GUI::Profile::RiftSaw</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profile-riftsaw</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profiles</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+</project>
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+a198ccba25ae737fe00bf618fce44447
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/2.0.3/gwt-console-profile-riftsaw-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+838119dd16d32e3e84f5ad58d772631c864a2b45
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -11,7 +11,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223619</lastUpdated>
+ <lastUpdated>20100330093334</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-0e24385b27927fec6aebd7cb8936f935
\ No newline at end of file
+9add8d8e5c5b4eb879319e068b6ac1d4
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profile-riftsaw/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-bbbe72b9cbc5e7c07f0f71787a11dca2cf98fb08
\ No newline at end of file
+a3eb8df2d606bdcce794f20cb92a574b350de428
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,26 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::GUI:Profiles</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-profiles</artifactId>
+ <packaging>pom</packaging>
+
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-gui</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+
+ <modules>
+ <module>jbpm</module>
+ <module>drools</module>
+ <module>riftsaw</module>
+ </modules>
+</project>
Added: maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+1e8d3544adb576bb2053b7ac3ec43773
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-profiles/2.0.3/gwt-console-profiles-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+d6e576db60adb36e50bf4188f26fb0f04fbb8e3f
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -13,7 +13,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223618</lastUpdated>
+ <lastUpdated>20100330093333</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-2bd97f377e12c6003a9273a37d87d1e8
\ No newline at end of file
+9c99c10fff964905a6ab470f29e2c6a9
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-profiles/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-1037edaafde466ac7c73d5e0b68b574cdfd588f4
\ No newline at end of file
+d8bafb42dea4efcb8d47f7e15c36bf7ba776e880
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-335115f64153aca3b53b84e80fd0b614
\ No newline at end of file
+4723089c7dc3fbdf90b736a1b4a057de
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-e9efdad424a8a0ae0b1cada5478a0e3ec17867fd
\ No newline at end of file
+4750d3c531b2740a6ce008c6a739c667109019a7
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-da6a1ddc2a0a4f4ca6c53bbbc344c200
\ No newline at end of file
+9655ff2d3829d13a62b061596a706cea
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.1/gwt-console-rpc-2.0.1.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-95a88100ca06e99354ac87e96a1f8b1a693b5e2a
\ No newline at end of file
+25d10c689baf279f19c893cdede39ff85536b86e
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+fc35d1e3cbd7f4de9e9f0df989339c8e
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+a3850e649bb81298dd1feac47cc9165866af712b
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+9eda1e87c5d44afba5bc981930ee6d0e
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+1358e9b22df1ff307dcddc32912a345147f58180
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,55 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::Shared::RPC</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-rpc</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-shared</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <version>${gwt.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <!-- Include SOURCE in output artifact for GWT (GWT libraries must include source) -->
+ <!--resources>
+ <resource>
+ <directory>src/main/java</directory>
+ </resource>
+ </resources-->
+ </build>
+</project>
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+b036d370ccde88d86ad000a2a9d7444e
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-rpc/2.0.3/gwt-console-rpc-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+ee210bd252cb5d01d540a66432828f853fcd607c
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -16,7 +16,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223606</lastUpdated>
+ <lastUpdated>20100330093325</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-05066f4a581900db14f07213597a5441
\ No newline at end of file
+b2411f272fc1d4ff5b318bf15f44041a
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-rpc/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-13606cf93037a598555fc61a0770973592fcc829
\ No newline at end of file
+86c51de248e4e5ef4c7134b79e1b486b612b467c
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-25b273408c5845411760622630c0f819
\ No newline at end of file
+d492e6878197cfb97df29d7e9010ca0d
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-report.zip.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-c96da2376e315209688828649c9180e1873b37c7
\ No newline at end of file
+d7fd71e234c69bf2c02f6d71e19aeb37f07a4add
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-afedeeb3ba688c5486ce2f25e1922506
\ No newline at end of file
+5beb1c969b00e78c07cbb3229a2b74b4
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.1/gwt-console-server-2.0.1-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-689a6c37e3dc98bc88f523cf1764043ad6c4cab0
\ No newline at end of file
+6bcc0033de1376777bc6e3c677941e964c73604a
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+ebce88673a52cceb1ca63ac0f4c21379
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-drools.war.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+d0980343a38cb40ea87bf48c31d60c9f7830b71f
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+71eeed61be93fc482ff49c93b4e86d0f
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-report.zip.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+c25777c0e7e7c863e902ef8a87a7669d43ec001b
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+6d8a56e4b9348fdcaea559860d8010f3
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-riftsaw.war.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+7f833897b53fda3ffe7219418c6f19948a318d0d
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+22de68c88a5e236ee558b3f69b4d04cf
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+81851c4d176525c8f471146c3220543782744042
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,350 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::Server::Webapp</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-server</artifactId>
+ <packaging>war</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-servermodule</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <!-- Properties -->
+ <properties>
+ <json-lib.version>2.2.3</json-lib.version>
+ <slf4j.version>1.5.2</slf4j.version>
+ </properties>
+
+ <dependencies>
+ <!-- Module -->
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-server-integration</artifactId>
+ <version>${version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- GWT related -->
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-servlet</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Other -->
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>resteasy-jaxrs</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>tjws</groupId>
+ <artifactId>webserver</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ </exclusion>
+
+ <exclusion>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ </exclusion>
+
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.6.0.GA</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>resteasy-multipart-provider</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>tjws</groupId>
+ <artifactId>webserver</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.json-lib</groupId>
+ <artifactId>json-lib</artifactId>
+ <version>2.2.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>report-core</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <!-- Include SOURCE in output artifact for GWT (GWT libraries must include source) -->
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <finalName>${project.build.finalName}</finalName>
+ <appendAssemblyId>true</appendAssemblyId>
+ <descriptors>
+ <descriptor>scripts/assembly-config.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+ <!-- this is relative to the pom.xml directory -->
+ <directory>src/main/templates</directory>
+ <filtering>true</filtering>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ <finalName>gwt-console-server</finalName>
+ </build>
+
+ <!--
+ jBPM profile
+ -->
+ <profiles>
+ <profile>
+ <id>jbpm-server.profile</id>
+ <activation>
+ <property>
+ <name>!console.profile</name>
+ </property>
+ </activation>
+ <properties>
+ <server.jaas.domain>java:/jaas/jbpm-console</server.jaas.domain>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <classifier>jbpm</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>drools-server.profile</id>
+ <activation>
+ <property>
+ <name>console.profile</name>
+ <value>drools</value>
+ </property>
+ </activation>
+ <properties>
+ <server.jaas.domain>java:/jaas/drools-console</server.jaas.domain>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <classifier>drools</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>riftsaw-server.profile</id>
+ <activation>
+ <property>
+ <name>console.profile</name>
+ <value>riftsaw</value>
+ </property>
+ </activation>
+ <properties>
+ <server.jaas.domain>java:/jaas/bpel-console</server.jaas.domain>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <classifier>riftsaw</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project>
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+9bfc486d76d06699273aa94ceb905568
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+5c05148c8f2824b19118dedf42d055636664105b
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+83eaed1d864a4392c94c4f8ea3d375b7
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server/2.0.3/gwt-console-server-2.0.3.war.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+f15e98ab20c3be154d9da6ec82332f643d9bf485
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jboss.bpm</groupId>
<artifactId>gwt-console-server</artifactId>
<version>1.0.0.Beta3M1</version>
@@ -9,7 +11,8 @@
<version>1.0.0.Beta3</version>
<version>1.0.0.CR1</version>
<version>1.0.0.GA</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20090709104801</lastUpdated>
+ <lastUpdated>20100330092954</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-d9bb070de9123fd660aecf3970443d0a
\ No newline at end of file
+6bd52dce88c9e81d24f29ad9da59b772
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-73e9ea25d56e7e5d06c033ca270aeefbb72ef52f
\ No newline at end of file
+457b43877268cff638e475d859df518a21681af9
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-15fa1d0999392f05181e6490fbd5566f
\ No newline at end of file
+4015e5f7d40adf9a4f7ef7e779762d3f
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-bda7466ced7f53d84ac6f6fb3caa8cbb239ba66e
\ No newline at end of file
+051fca5f2e8875f55dc864c5d8e6d411722c6828
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar
===================================================================
(Binary files differ)
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-06c4566ae18dcb4e8a7d54f41056f079
\ No newline at end of file
+abd4228d7e252c47059a7f85a0ced578
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.1/gwt-console-server-integration-2.0.1.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-9279b8c5dfb225ffe6f63f624d12a161afa4616d
\ No newline at end of file
+5cc4e421e7e1bd990b560f6cb7ac4e65583b9088
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+994d5fe1ddfccff0f10699f82ad7371e
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3-sources.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+6c5082231042be17de5f2ce459f1ff233bcfafb9
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+46b420845c9c5b59ece34a08277cf769
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.jar.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+36f4854560cebd9c1bb36d7032ce8f707163037a
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,74 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::Server::Integration</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-server-integration</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-servermodule</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <!-- Module -->
+ <dependency>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-rpc</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <version>5.0.0.GA</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <!-- Include SOURCE in output artifact for GWT (GWT libraries must include source) -->
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ <finalName>gwt-console-server-integration</finalName>
+ </build>
+</project>
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+74a09da84e39fd061ba6f2ffac65a269
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/2.0.3/gwt-console-server-integration-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+92d776a84cd226631c108de683052f619de8a81f
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -16,7 +16,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223607</lastUpdated>
+ <lastUpdated>20100330093326</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-111cc7c7a658db7cfdb9d28843ed50f2
\ No newline at end of file
+583d8c054a24f6649987180638d340e2
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-server-integration/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-28cec9cb4514e2132226c8fc898b0287a1959887
\ No newline at end of file
+ebf0b26f0c1ae8a3c3c516f27c08084c05624f89
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,23 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::Server</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-servermodule</artifactId>
+ <packaging>pom</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-parent</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <modules>
+ <module>war</module>
+ <module>integration</module>
+ </modules>
+</project>
Added: maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+11b66ff48f4126f81b49df5ead58738f
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-servermodule/2.0.3/gwt-console-servermodule-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+c35be35a979484fae07817b878f27e12ad24abe4
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -14,7 +14,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223606</lastUpdated>
+ <lastUpdated>20100330093325</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-9ad6364f549c4f1fcc13967b83c56e2f
\ No newline at end of file
+a88970baf38943d00d4b987aabea1be6
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-servermodule/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-c8cd0d94f4bcc921f57478b3d4a121ba150d4265
\ No newline at end of file
+b4f20e0a7520ca5b568c0a7426429ed2d33520b7
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom
===================================================================
--- maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1,23 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss BPM - Console::Shared</name>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-shared</artifactId>
+ <packaging>pom</packaging>
+
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bpm</groupId>
+ <artifactId>gwt-console-parent</artifactId>
+ <version>2.0.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <modules>
+ <module>rpc</module>
+ </modules>
+</project>
Added: maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.md5 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+b6812d174b1d5066fb44070fe7c93ac6
\ No newline at end of file
Added: maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.sha1 (rev 0)
+++ maven2/org/jboss/bpm/gwt-console-shared/2.0.3/gwt-console-shared-2.0.3.pom.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -0,0 +1 @@
+bcc8584e057ad3b6a259ee6d3d5f570cf43670f8
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml
===================================================================
--- maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml 2010-03-30 10:07:00 UTC (rev 35857)
@@ -11,7 +11,8 @@
<version>1.2.1</version>
<version>1.3.0</version>
<version>2.0.1</version>
+ <version>2.0.3</version>
</versions>
- <lastUpdated>20100221223602</lastUpdated>
+ <lastUpdated>20100330093322</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.md5 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-deaaeb7fff2fc20bb81e364ad37a8d89
\ No newline at end of file
+de1bdd4f810173361f6a335ff116f5a1
\ No newline at end of file
Modified: maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
+++ maven2/org/jboss/bpm/gwt-console-shared/maven-metadata.xml.sha1 2010-03-30 10:07:00 UTC (rev 35857)
@@ -1 +1 @@
-57db02a746e0335066c4261ca4e028c0b7983fd6
\ No newline at end of file
+f9fdc6f9e511c26bbf57ddd63aa6ec780e8906d0
\ No newline at end of file
14 years, 9 months
Repository SVN: r35856 - in maven2/org/jboss/errai: errai-bus and 13 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2010-03-30 05:21:29 -0400 (Tue, 30 Mar 2010)
New Revision: 35856
Added:
maven2/org/jboss/errai/errai-bus/1.0.1/
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.md5
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.sha1
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.md5
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.sha1
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.md5
maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.sha1
maven2/org/jboss/errai/errai-common/1.0.1/
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.md5
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.sha1
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.md5
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.sha1
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.md5
maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.sha1
maven2/org/jboss/errai/errai-parent/1.0.1/
maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom
maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.md5
maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.sha1
maven2/org/jboss/errai/errai-persistence/1.0.1/
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.md5
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.sha1
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.md5
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.sha1
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.md5
maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.sha1
maven2/org/jboss/errai/errai-tools/
maven2/org/jboss/errai/errai-tools/1.0.1/
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.md5
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.sha1
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.md5
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.sha1
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.md5
maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.sha1
maven2/org/jboss/errai/errai-tools/maven-metadata.xml
maven2/org/jboss/errai/errai-tools/maven-metadata.xml.md5
maven2/org/jboss/errai/errai-tools/maven-metadata.xml.sha1
maven2/org/jboss/errai/errai-widgets/1.0.1/
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.md5
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.sha1
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.md5
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.sha1
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.md5
maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.sha1
maven2/org/jboss/errai/errai-workspaces/1.0.1/
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.md5
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.sha1
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.md5
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.sha1
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.md5
maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.sha1
Modified:
maven2/org/jboss/errai/errai-bus/maven-metadata.xml
maven2/org/jboss/errai/errai-bus/maven-metadata.xml.md5
maven2/org/jboss/errai/errai-bus/maven-metadata.xml.sha1
maven2/org/jboss/errai/errai-common/maven-metadata.xml
maven2/org/jboss/errai/errai-common/maven-metadata.xml.md5
maven2/org/jboss/errai/errai-common/maven-metadata.xml.sha1
maven2/org/jboss/errai/errai-parent/maven-metadata.xml
maven2/org/jboss/errai/errai-parent/maven-metadata.xml.md5
maven2/org/jboss/errai/errai-parent/maven-metadata.xml.sha1
maven2/org/jboss/errai/errai-persistence/maven-metadata.xml
maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.md5
maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.sha1
maven2/org/jboss/errai/errai-widgets/maven-metadata.xml
maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.md5
maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.sha1
maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml
maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.md5
maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.sha1
Log:
Added errai 1.0.1
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+a59f7d87f7ed61a30f574b3c6b48244a
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+cce981db0963c1e1f5f28bd7ea389a92f493aed1
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+af3aab107c037ead9a1f5bf121040b6c
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+870ab927e25b06a8f5923221e5ca5756d90b7267
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom
===================================================================
--- maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom (rev 0)
+++ maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,146 @@
+<!--
+ ~ Copyright 2009 JBoss, a divison Red Hat, Inc
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Errai::Bus</name>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <packaging>jar</packaging>
+ <description>Errai Bus</description>
+ <url>http://www.jboss.org/errai/erraibus</url>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-parent</artifactId>
+ <version>1.0.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-common</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <classifier>aopalliance</classifier>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-servlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.mvel</groupId>
+ <artifactId>mvel2</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-servlet</artifactId>
+ <version>2.0</version>
+ <!--<scope>provided</scope>-->
+ </dependency>
+
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.10</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.10</version>
+ </dependency>
+
+
+ <!-- Appserver implementation dependencies -->
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <scope>provided</scope>
+ <version>6.1.9</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>catalina</artifactId>
+ <scope>provided</scope>
+ <version>6.0.20</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.grizzly</groupId>
+ <artifactId>grizzly-comet</artifactId>
+ <scope>provided</scope>
+ <version>1.9.19-beta1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.grizzly</groupId>
+ <artifactId>grizzly-nio-framework</artifactId>
+ <scope>provided</scope>
+ <version>1.9.19-beta1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss.web</groupId>
+ <artifactId>jbossweb</artifactId>
+ <scope>provided</scope>
+ <version>2.1.6.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>provided</scope>
+ <version>4.3.1</version>
+ </dependency>
+
+
+ </dependencies>
+
+</project>
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.md5
===================================================================
--- maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+c35da26c1898b576e31b3313a50dde02
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.sha1
===================================================================
--- maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-bus/1.0.1/errai-bus-1.0.1.pom.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+457ff64b51c2c466ff7424895d4d9db4bff55ad3
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-bus/maven-metadata.xml
===================================================================
--- maven2/org/jboss/errai/errai-bus/maven-metadata.xml 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-bus/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
@@ -8,7 +8,8 @@
<versions>
<version>1.0-Beta1</version>
<version>1.0.0</version>
+ <version>1.0.1</version>
</versions>
- <lastUpdated>20100221221350</lastUpdated>
+ <lastUpdated>20100330084353</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/errai/errai-bus/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/errai/errai-bus/maven-metadata.xml.md5 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-bus/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-824b9647977eca55d3f90be3869cf369
\ No newline at end of file
+ed78e5ebb941a991192f7dd2806b3910
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-bus/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/errai/errai-bus/maven-metadata.xml.sha1 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-bus/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-e50b14a3abb6798dcfe7faf6db727dab873e24d0
\ No newline at end of file
+24cfaf1bf4112cba0f57f737775972384b06be29
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+97ce993e0a9dee841d481a30d2f6596c
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+06a6388d0bb5aed2c5ffa4c86c315235ca6566e8
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+c30d7b247c81d433b47dd3c7cb4b2305
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+cec49ac646a06ec7712764edf8761adc9ed661ba
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom
===================================================================
--- maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom (rev 0)
+++ maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,45 @@
+<!--
+ ~ Copyright 2009 JBoss, a divison Red Hat, Inc
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Errai::Common</name>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-common</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-parent</artifactId>
+ <version>1.0.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.md5
===================================================================
--- maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+a3fdbf5aee97fc192a024947051e7eef
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.sha1
===================================================================
--- maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-common/1.0.1/errai-common-1.0.1.pom.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+6a8d88e30b6273c0413e67d619296a05379a7067
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-common/maven-metadata.xml
===================================================================
--- maven2/org/jboss/errai/errai-common/maven-metadata.xml 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-common/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
@@ -8,7 +8,8 @@
<versions>
<version>1.0-Beta1</version>
<version>1.0.0</version>
+ <version>1.0.1</version>
</versions>
- <lastUpdated>20100221221349</lastUpdated>
+ <lastUpdated>20100330084352</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/errai/errai-common/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/errai/errai-common/maven-metadata.xml.md5 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-common/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-af868dd48ee09e1b1762a07277877ed3
\ No newline at end of file
+4be597e93c3fb92efe14fac82724b493
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-common/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/errai/errai-common/maven-metadata.xml.sha1 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-common/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-f4a55f69acae31c99e0320507b05c241b88887e3
\ No newline at end of file
+be92ef29b2b72fde308470950f3bff07f5fc2f05
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom
===================================================================
--- maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom (rev 0)
+++ maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,389 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Errai</name>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-parent</artifactId>
+ <version>1.0.1</version>
+ <packaging>pom</packaging>
+
+ <scm>
+ <connection>scm:svn:https://svn.jboss.org/repos/jbossworkspace/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossworkspace/trunk</developerConnection>
+ <url>https://svn.jboss.org/repos/jbossworkspace/trunk</url>
+ </scm>
+
+ <organization>
+ <name>JBoss, a division of Red Hat</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+
+ <!-- IssueManagement -->
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.jboss.org/jira/browse/ERRAI</url>
+ </issueManagement>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <gwt.version>2.0.0</gwt.version>
+ <gwt.maven>1.2.0-11137</gwt.maven>
+ <gwt-log.version>3.0.1</gwt-log.version>
+ <guice.version>2.0</guice.version>
+ <mvel.version>2.0.17</mvel.version>
+ <mosaic.version>0.4.0-rc4</mosaic.version>
+ </properties>
+
+ <modules>
+ <module>errai-common</module>
+ <module>errai-workspaces</module>
+ <module>errai-widgets</module>
+ <module>errai-bus</module>
+ <module>errai-persistence</module>
+ <module>errai-tools</module>
+ </modules>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-servlet</artifactId>
+ <version>2.0.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev-oophm</artifactId>
+ <version>2.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <classifier>aopalliance</classifier>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-servlet</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mvel</groupId>
+ <artifactId>mvel2</artifactId>
+ <version>2.0.17</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <!--<dependency>-->
+ <!--<groupId>org.hibernate</groupId>-->
+ <!--<artifactId>hibernate-entitymanager</artifactId>-->
+ <!--<version>3.3.1.ga</version>-->
+ <!--</dependency>-->
+ <!--<dependency>-->
+ <!--<groupId>org.hibernate</groupId>-->
+ <!--<artifactId>hibernate-core</artifactId>-->
+ <!--<version>3.3.1.GA</version>-->
+ <!--</dependency>-->
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+
+ <!--
+ include module descriptors from src/main/java
+ in order not to break the Intellij GWT plugin
+ -->
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ </resource>
+ </resources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ <failIfNoTests>false</failIfNoTests>
+ <trimStackTrace>false</trimStackTrace>
+ <systemProperties>
+ <property>
+ <name>log4j.output.dir</name>
+ <value>${project.build.directory}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-7</version>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/errai/tags/</tagBase>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ <!-- PluginManagement -->
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2.SP1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>net.sourceforge.maven-taglib</groupId>
+ <artifactId>maven-taglib-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ </build>
+
+ <!-- Reporting -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.6.1</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ <show>public</show>
+
+ <groups>
+ <group>
+ <title>Bus</title>
+ <packages>org.jboss.errai.bus.*</packages>
+ </group>
+ <group>
+ <title>Workspaces</title>
+ <packages>org.jboss.errai.workspaces.*</packages>
+ </group>
+ </groups>
+ <subpackages>org.jboss.errai.bus.client.api:org.jboss.errai.bus.client.framework:org.jboss.errai.workspaces.client.api:org.jboss.errai.workspaces.client.framework</subpackages>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ </reporting>
+
+ <!-- Profiles -->
+ <profiles>
+
+ <profile>
+ <id>enableTests</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>false</skipTests>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>quick-hosted-mode</id>
+ <activation>
+ <property>
+ <name>hosted</name>
+ </property>
+ </activation>
+ <properties>
+ <google.webtoolkit.compileSkip>true</google.webtoolkit.compileSkip>
+ <o>true</o>
+ <!-- offline -->
+ </properties>
+ </profile>
+
+ <profile>
+ <id>distro</id>
+ <modules>
+ <module>userguide</module>
+ <module>dist</module>
+ <module>errai-bus-demos</module>
+ <module>quickstart</module>
+ </modules>
+ </profile>
+ </profiles>
+
+
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>maven2.java.net</id>
+ <name>Java.net Repository for Maven 2</name>
+ <url>http://download.java.net/maven/2/</url>
+ </repository>
+ <repository>
+ <id>maven1.java.net</id>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>repository.codehaus.org</id>
+ <url>http://repository.codehaus.org</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository><!-- used by mvel to publish snapshots -->
+ <id>codehaus-snapshot</id>
+ <url>http://snapshots.repository.codehaus.org</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>gwt-maven</id>
+ <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>maven2.java.net</id>
+ <name>Java.net Repository for Maven 2</name>
+ <url>http://download.java.net/maven/2/</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>gwt-maven</id>
+ <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+ </pluginRepository>
+
+ </pluginRepositories>
+
+ <!-- DistributionManagement -->
+ <distributionManagement>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Maven Repository</name>
+ <url>file://${jboss.maven.repository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+</project>
Added: maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.md5
===================================================================
--- maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+8b4ffe2be6fd522c70db666d1da97188
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.sha1
===================================================================
--- maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-parent/1.0.1/errai-parent-1.0.1.pom.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+a92161357119b315bf6dce05e1333087573c8cd3
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/errai/errai-parent/maven-metadata.xml 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-parent/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
@@ -8,7 +8,8 @@
<versions>
<version>1.0-Beta1</version>
<version>1.0.0</version>
+ <version>1.0.1</version>
</versions>
- <lastUpdated>20100221221347</lastUpdated>
+ <lastUpdated>20100330084351</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/errai/errai-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/errai/errai-parent/maven-metadata.xml.md5 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-parent/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-61869df93155ef3044238b827bca7664
\ No newline at end of file
+7cb90b388a8fc12e3152603d97d07e16
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/errai/errai-parent/maven-metadata.xml.sha1 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-parent/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-fedf2f1a277ea4bfe145b37485bb7c4ed9ced0c3
\ No newline at end of file
+c53254d27ffaeac32b8d3cf2a30be557b7f91fb3
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+93b94b039cfd3f081789828efe007e51
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+9b3655d8f2ef1582e1e31a000552ed058aed4f58
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+72e7d9173fb281c23ad212ae8b53ad5d
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+f17605e54d3b0a42319d559f0547acde4087b5c2
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom
===================================================================
--- maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom (rev 0)
+++ maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,90 @@
+<!--
+ ~ Copyright 2009 JBoss, a divison Red Hat, Inc
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Errai::Persistence</name>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-persistence</artifactId>
+ <version>1.0.1</version>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-parent</artifactId>
+ <version>1.0.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ <version>3.2.4.ga</version>
+ <!-- For Glassfish, cglib-nodep included below -->
+ <exclusions>
+ <exclusion>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <version>3.3.1.ga</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-nodep</artifactId>
+ <version>2.1_3</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.md5
===================================================================
--- maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+9f882c5bf037b4759f17aaff9537cd82
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.sha1
===================================================================
--- maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-persistence/1.0.1/errai-persistence-1.0.1.pom.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+e28674d43c82ba3177c00c12b7f365050d805364
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-persistence/maven-metadata.xml
===================================================================
--- maven2/org/jboss/errai/errai-persistence/maven-metadata.xml 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-persistence/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
@@ -8,7 +8,8 @@
<versions>
<version>1.0-Beta1</version>
<version>1.0.0</version>
+ <version>1.0.1</version>
</versions>
- <lastUpdated>20100221221355</lastUpdated>
+ <lastUpdated>20100330084356</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.md5 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-ba5cd3e0970fb6fd97228d930960564f
\ No newline at end of file
+c9a8f7330af0d1643f953acaa26a405b
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.sha1 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-persistence/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-7dc6da93de8f1b64f27915d0600d6ad9821d8da3
\ No newline at end of file
+eb88568e6b7096e38567fb75549a5b0309c7e21e
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+d7a5a52da5a28ffae3a761a3f2df68f9
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+7e9cd00c326a39d6b6761343779737b9307384f8
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+66095edf0f4b0688726911df2c12c547
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+d60ec2d7db971b6afd3a982b736ae6e3178e678f
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom
===================================================================
--- maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom (rev 0)
+++ maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,115 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Errai::Tools</name>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-tools</artifactId>
+ <version>1.0.1</version>
+ <packaging>jar</packaging>
+
+
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-parent</artifactId>
+ <version>1.0.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <properties>
+ <hsqldb.version>1.8.0.7</hsqldb.version>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.7</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <outputDirectory>war/WEB-INF/classes</outputDirectory>
+ <plugins>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>gwt-maven-plugin</artifactId>
+ <version>${gwt.maven}</version>
+ <configuration>
+ <inplace>true</inplace>
+ <logLevel>DEBUG</logLevel>
+ <runTarget>ClientService.html</runTarget>
+ <warSourceDirectory>war</warSourceDirectory>
+ <extraJvmArgs>-Xmx512m</extraJvmArgs>
+ <soyc>false</soyc>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compile</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>ideauidesigner-maven-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <warSourceDirectory>war</warSourceDirectory>
+ <webappDirectory>war</webappDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.2</version>
+ <executions>
+ <execution>
+ <id>clean.war</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <!--
+ The gwt-maven-plugin use the war source folder
+ as it's build directory. We need to cleanup after we'd run
+ the plugin and remove all GWT related artifacts that are required
+ to run the hosted mode.
+ -->
+ <delete dir="war/WEB-INF/classes"/>
+ <delete dir="war/WEB-INF/lib"/>
+ <delete dir="war/ClientService"/>
+ <delete dir="target"/>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.md5
===================================================================
--- maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+731b589d3006c92eaf0f3605602659a7
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.sha1
===================================================================
--- maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/1.0.1/errai-tools-1.0.1.pom.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+afb28b413d6024209fec5b78a68114ce2fe99911
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/maven-metadata.xml
===================================================================
--- maven2/org/jboss/errai/errai-tools/maven-metadata.xml (rev 0)
+++ maven2/org/jboss/errai/errai-tools/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-tools</artifactId>
+ <version>1.0.1</version>
+ <versioning>
+ <versions>
+ <version>1.0.1</version>
+ </versions>
+ <lastUpdated>20100330084358</lastUpdated>
+ </versioning>
+</metadata>
Added: maven2/org/jboss/errai/errai-tools/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/errai/errai-tools/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+5f5d486ab3a66f396d2879a8c356c989
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-tools/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/errai/errai-tools/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-tools/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+d810fe0a3d990e31e30ad778e261e2f42bab5663
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+107b829b3a3c34717451a727aaa32895
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+fd7b53077dff03793eabfc61f516288aa4c433f5
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+cd7ac53bb4c188ebea9d4deeb5880262
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+6203667d0c7e1668a72b3475029690b5a22a5d0e
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom
===================================================================
--- maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom (rev 0)
+++ maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,82 @@
+<!--
+ ~ Copyright 2009 JBoss, a divison Red Hat, Inc
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Errai::Widgets</name>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-widgets</artifactId>
+ <version>1.0.1</version>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-parent</artifactId>
+ <version>1.0.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <!-- Errai -->
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+
+
+ <!-- Mosaic -->
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-mosaic</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-beans-binding</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-dnd</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwtx</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+
+ </dependencies>
+
+</project>
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.md5
===================================================================
--- maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+696ae7472337cfe2054e10a1e24fd6ea
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.sha1
===================================================================
--- maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-widgets/1.0.1/errai-widgets-1.0.1.pom.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+ed3ea01e69744836df2c89972657fdf3e629e9c9
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-widgets/maven-metadata.xml
===================================================================
--- maven2/org/jboss/errai/errai-widgets/maven-metadata.xml 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-widgets/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
@@ -8,7 +8,8 @@
<versions>
<version>1.0-Beta1</version>
<version>1.0.0</version>
+ <version>1.0.1</version>
</versions>
- <lastUpdated>20100221221351</lastUpdated>
+ <lastUpdated>20100330084354</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.md5 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-d569dc69484d963eebdb66d29deec676
\ No newline at end of file
+c051393e56ff9291a81f2be0952dc644
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.sha1 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-widgets/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-883204f9c5f46f536c30fba10323f947119199c3
\ No newline at end of file
+6015496c93a24345151ad17d9b4cd3b3a3448312
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+1db14d231148457cc4b9727c4aba858c
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1-sources.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+3dfdc7947a73992919710a7efaa8ba179949eaef
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.md5
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+ad0876a10d06908344fb3ef8e2d73838
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.sha1
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.jar.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+f69e18eb23e2305081bea976dd0ded87c3eff39a
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom (rev 0)
+++ maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1,91 @@
+<!--
+ ~ Copyright 2009 JBoss, a divison Red Hat, Inc
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Errai::Workspaces</name>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-workspaces</artifactId>
+ <version>1.0.1</version>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-parent</artifactId>
+ <version>1.0.1</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+
+ <!-- Errai -->
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-bus</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.errai</groupId>
+ <artifactId>errai-widgets</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <!-- This should not be packaged with the Errai Distro. There are no runtime dependencies on it
+ and it breaks deployment on JBoss AS and Tomcat -->
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Mosaic -->
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-mosaic</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-beans-binding</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwt-dnd</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.googlecode.gwtmosaic</groupId>
+ <artifactId>gwtx</artifactId>
+ <version>${mosaic.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gwt-log</groupId>
+ <artifactId>gwt-log</artifactId>
+ <version>${gwt-log.version}</version>
+ </dependency>
+ </dependencies>
+
+</project>
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.md5
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.md5 (rev 0)
+++ maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+f62e7d16bbcd8d1cab22a27d045c92a1
\ No newline at end of file
Added: maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.sha1
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.sha1 (rev 0)
+++ maven2/org/jboss/errai/errai-workspaces/1.0.1/errai-workspaces-1.0.1.pom.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -0,0 +1 @@
+896021fe947d86351af88e5c6dcb6941875beb44
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml 2010-03-30 09:21:29 UTC (rev 35856)
@@ -8,7 +8,8 @@
<versions>
<version>1.0-Beta1</version>
<version>1.0.0</version>
+ <version>1.0.1</version>
</versions>
- <lastUpdated>20100221221354</lastUpdated>
+ <lastUpdated>20100330084355</lastUpdated>
</versioning>
</metadata>
Modified: maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.md5 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.md5 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-adff5942043c6597a2861715c3bfd2d9
\ No newline at end of file
+71da7131e28c6acbf9fda6a2af26f199
\ No newline at end of file
Modified: maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.sha1 2010-03-30 05:57:03 UTC (rev 35855)
+++ maven2/org/jboss/errai/errai-workspaces/maven-metadata.xml.sha1 2010-03-30 09:21:29 UTC (rev 35856)
@@ -1 +1 @@
-e746edab7671480bbee4c55a91a2ea4f97793fbe
\ No newline at end of file
+a459b1cc68ecfd06ee0ce277ad5a14d8699911eb
\ No newline at end of file
14 years, 9 months