You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/01/09 00:29:07 UTC

svn commit: r494251 - in /incubator/tuscany/java/sca/services: management/jmx/pom.xml management/pom.xml pom.xml

Author: meerajk
Date: Mon Jan  8 15:29:06 2007
New Revision: 494251

URL: http://svn.apache.org/viewvc?view=rev&rev=494251
Log:
added services.management.jmx

Added:
    incubator/tuscany/java/sca/services/management/jmx/pom.xml   (with props)
    incubator/tuscany/java/sca/services/management/pom.xml   (with props)
Modified:
    incubator/tuscany/java/sca/services/pom.xml

Added: incubator/tuscany/java/sca/services/management/jmx/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/management/jmx/pom.xml?view=auto&rev=494251
==============================================================================
--- incubator/tuscany/java/sca/services/management/jmx/pom.xml (added)
+++ incubator/tuscany/java/sca/services/management/jmx/pom.xml Mon Jan  8 15:29:06 2007
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+
+    <parent>
+        <groupId>org.apache.tuscany.sca.services.management</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>management-jmx</artifactId>
+    <packaging>jar</packaging>
+    <name>Apache Tuscany JMX Management</name>
+    <description>Apache Tuscany JMX Management</description>
+
+    <dependencies>    
+        <dependency>
+            <groupId>org.apache.tuscany.sca.kernel</groupId>
+            <artifactId>tuscany-spi</artifactId>
+            <version>${sca.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: incubator/tuscany/java/sca/services/management/jmx/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/services/management/jmx/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/sca/services/management/jmx/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/sca/services/management/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/management/pom.xml?view=auto&rev=494251
==============================================================================
--- incubator/tuscany/java/sca/services/management/pom.xml (added)
+++ incubator/tuscany/java/sca/services/management/pom.xml Mon Jan  8 15:29:06 2007
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+    <parent>
+        <groupId>org.apache.tuscany.sca.services</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.sca.services.management</groupId>
+    <artifactId>parent</artifactId>
+    <packaging>pom</packaging>
+    <name>Tuscany SCA Management Services</name>
+
+    <modules>
+        <module>jmx</module>
+    </modules>
+</project>

Propchange: incubator/tuscany/java/sca/services/management/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/services/management/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/sca/services/management/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: incubator/tuscany/java/sca/services/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/pom.xml?view=diff&rev=494251&r1=494250&r2=494251
==============================================================================
--- incubator/tuscany/java/sca/services/pom.xml (original)
+++ incubator/tuscany/java/sca/services/pom.xml Mon Jan  8 15:29:06 2007
@@ -63,6 +63,7 @@
         <module>maven</module>
         <module>persistence</module>
         <module>transaction</module>
+        <module>management</module>
 <!--
         <module>transports/http.jetty</module>
 -->



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org