Mail Archive Home | fractal-commits List | March 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
pom proposal;
--- branches/mavenization/fractaljmx/examples/comanche/pom.xml 2007-03-30 13:29:43 UTC (rev 2060)
+++ branches/mavenization/fractaljmx/examples/comanche/pom.xml 2007-03-30 13:34:33 UTC (rev 2061)
@@ -0,0 +1,80 @@
+<?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.fractaljmx.examples</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.1.7-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.objectweb.fractal.fractaljmx.examples</groupId>
+ <artifactId>comanche</artifactId>
+ <name>Fractal JMX Comanche example</name>
+
+ <description>TComanche is the minimal HTTP server described in the Fractal tutorial. </description>
+
+ <scm>
+ <connection>
+ scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/fractaljmx/examples/comanche
+ </connection>
+ <developerConnection>
+ scm:svn:svn+ssh://developername@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/fractal/fractaljmx/examples/comanche
+ </developerConnection>
+ <url>
+ http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/
+ </url>
+ </scm>
+
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>maven-fractaladl-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <configuration>
+ <definition>comanche.Comanche</definition>
+ <runnableItf>r</runnableItf>
+ <factory>
+ org.objectweb.fractal.adl.BasicFactory
+ </factory>
+ <backend>
+ org.objectweb.fractal.adl.FractalBackend
+ </backend>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.objectweb.fractal</groupId>
+ <artifactId>fractal-api</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ </dependency>
+
+ </dependencies>
+
+
+</project>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.