[jboss-cvs] Repository SVN: r10198 - in maven2/org/rhq: rhq-core-comm-api and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 6 11:22:04 EDT 2008


Author: ispringer
Date: 2008-06-06 11:22:03 -0400 (Fri, 06 Jun 2008)
New Revision: 10198

Added:
   maven2/org/rhq/rhq-core-comm-api/
   maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/
   maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar
   maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.md5
   maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.sha1
   maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom
   maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.md5
   maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.sha1
Log:
RHQ core comm api jar


Added: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/java-archive

Added: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.md5
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.md5	                        (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.md5	2008-06-06 15:22:03 UTC (rev 10198)
@@ -0,0 +1 @@
+1de439e35a229744e2da5b032b4a84c7


Property changes on: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.md5
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.sha1	                        (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.sha1	2008-06-06 15:22:03 UTC (rev 10198)
@@ -0,0 +1 @@
+f1fd01029f492f9f956afee966b55c6a521c67e0


Property changes on: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.jar.sha1
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom	                        (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom	2008-06-06 15:22:03 UTC (rev 10198)
@@ -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.0.0.GA</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_0_0_GA/modules/core/comm-api</connection>
+     <developerConnection>scm:svn:http://svn.rhq-project.org/repos/rhq/tags/RHQ_1_0_0_GA/modules/core/comm-api</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


Property changes on: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.md5
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.md5	                        (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.md5	2008-06-06 15:22:03 UTC (rev 10198)
@@ -0,0 +1 @@
+1f352f29d3b2b00e14494f0fdd19ba91


Property changes on: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.md5
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.sha1	                        (rev 0)
+++ maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.sha1	2008-06-06 15:22:03 UTC (rev 10198)
@@ -0,0 +1 @@
+ec8578eff656805cdd434d60f17952bc497634c8


Property changes on: maven2/org/rhq/rhq-core-comm-api/1.0.0.GA/rhq-core-comm-api-1.0.0.GA.pom.sha1
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF




More information about the jboss-cvs-commits mailing list