Mail Archive Home | fractal-commits List | March 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
pom proposal for jmx examples
--- branches/mavenization/fractaljmx/examples/pom.xml 2007-03-30 13:13:20 UTC (rev 2059)
+++ branches/mavenization/fractaljmx/examples/pom.xml 2007-03-30 13:29:43 UTC (rev 2060)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This library 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 of the License, or (at your option) any later version.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+-->
+
+<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.objectweb.fractal.fractaladl</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.1.7-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>parent</artifactId>
+ <name>FractalJMX examples parent project</name>
+ <packaging>pom</packaging>
+
+ <!-- the submodules -->
+ <modules>
+ <module>comanche</module>
+<!-- <module>host</module>-->
+
+ </modules>
+
+
+ <scm>
+ <connection>
+ scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/fractaljmx/examples
+ </connection>
+ <developerConnection>
+ scm:svn:svn+ssh://developername@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/fractal/fractaljmx/examples
+ </developerConnection>
+ <url>
+ http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/
+ </url>
+ </scm>
+
+ <dependencies>
+
+ </dependencies>
+</project>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.