SF.net SVN: mx4j: [2246] trunk/mx4j

[email protected] Thu, 23 Nov 2006 13:54:36 -0800
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Revision: 2246
          http://svn.sourceforge.net/mx4j/?rev=2246&view=rev
Author:   simonebordet
Date:     2006-11-23 13:54:36 -0800 (Thu, 23 Nov 2006)

Log Message:
-----------
Moved sources from the Ant structure to the Maven2 structure.

Added Paths:
-----------
    trunk/mx4j/examples/
    trunk/mx4j/examples/pom.xml
    trunk/mx4j/examples/src/
    trunk/mx4j/examples/src/main/
    trunk/mx4j/examples/src/main/java/
    trunk/mx4j/examples/src/main/java/mx4j/

Added: trunk/mx4j/examples/pom.xml
===================================================================
--- trunk/mx4j/examples/pom.xml	                        (rev 0)
+++ trunk/mx4j/examples/pom.xml	2006-11-23 21:54:36 UTC (rev 2246)
@@ -0,0 +1,64 @@
+<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>mx4j</groupId>
+        <artifactId>mx4j</artifactId>
+        <version>3.1.0-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>mx4j</groupId>
+    <artifactId>mx4j-examples</artifactId>
+    <name>MX4J :: Examples</name>
+    <packaging>jar</packaging>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>xdoclet-maven-plugin</artifactId>
+                <version>1.0-alpha-2</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>xdoclet</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <jmxdoclet destdir="src/main/java">
+                                    <fileset dir="src/main/java">
+                                        <include name="mx4j/examples/tools/xdoclet/MyService.java" />
+                                    </fileset>
+                                    <mbeanInterface />
+                                    <mx4jDescription />
+                                    <mlet destinationfile="mbeans.mlet" destdir="src/main/java/mx4j/examples/tools/xdoclet" />
+                                </jmxdoclet>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>mx4j</groupId>
+            <artifactId>mx4j-jsr003</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>mx4j</groupId>
+            <artifactId>mx4j-jsr160</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>mx4j</groupId>
+            <artifactId>mx4j-tools</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+
+</project>


Property changes on: trunk/mx4j/examples/pom.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Copied: trunk/mx4j/examples/src/main/java/mx4j (from rev 2244, trunk/mx4j/src/examples/mx4j)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV