Author: sisbell
Date: Mon Feb  4 10:29:39 2008
New Revision: 618370

URL: http://svn.apache.org/viewvc?rev=618370&view=rev
Log:
Toolchain model.

Added:
    incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/
    incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/pom.xml   
(with props)
    
incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/toolchains.xml   
(with props)

Added: incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/pom.xml?rev=618370&view=auto
==============================================================================
--- incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/pom.xml 
(added)
+++ incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/pom.xml Mon 
Feb  4 10:29:39 2008
@@ -0,0 +1,60 @@
+<?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 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>org.apache.maven.dotnet</groupId>
+    <version>0.15-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.dotnet</groupId>
+  <artifactId>maven-dotnet-toolchain-model</artifactId>
+  <name>maven-dotnet-toolchain-model</name>
+  <description>NMaven</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>java</goal>
+              <goal>xsd</goal>
+              <goal>xpp3-reader</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <version>1.0.0</version>
+          <model>toolchains.xml</model>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: 
incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/toolchains.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/toolchains.xml?rev=618370&view=auto
==============================================================================
--- 
incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/toolchains.xml 
(added)
+++ 
incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/toolchains.xml 
Mon Feb  4 10:29:39 2008
@@ -0,0 +1,79 @@
+<?xml version="1.0"?>
+
+<!--
+  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.
+
+-->
+<model>
+    <id>maven-toolchains</id>
+    <name>MavenToolchains</name>
+    <description><![CDATA[
+
+    ]]></description>
+    <defaults>
+        <default>
+            <key>package</key>
+            <value>org.apache.maven.toolchain.model</value>
+        </default>
+    </defaults>
+    <classes>
+        <class rootElement="true" xml.tagName="toolchains">
+            <name>PersistedToolchains</name>
+            <description><![CDATA[
+         The <code>&lt;project&gt;</code> element is the root of the 
descriptor.
+         The following table lists all of the possible child elements.
+            ]]></description>
+            <version>1.0.0+</version>
+            <fields>
+                <field xml.listStyle="flat">
+                    <name>toolchains</name>
+                    <version>1.0.0+</version>
+                    <description><![CDATA[The toolchain 
definition.]]></description>
+                    <association>
+                        <type>ToolchainModel</type>
+                        <multiplicity>*</multiplicity>
+                    </association>
+                </field>
+            </fields>
+        </class>
+        <class>
+            <name>ToolchainModel</name>
+            <version>1.0.0+</version>
+            <fields>
+                <field>
+                    <name>type</name>
+                    <version>1.0.0+</version>
+                    <description>
+                    <![CDATA[Type of toolchain]]></description>
+                    <type>String</type>
+                </field>
+                <field>
+                    <name>provides</name>
+                    <version>1.0.0+</version>
+                    <type>DOM</type>
+                </field>
+                <field>
+                    <name>configuration</name>
+                    <version>1.0.0+</version>
+                    <type>DOM</type>
+                </field>
+            </fields>
+        </class>
+    </classes>
+</model>
+

Propchange: 
incubator/nmaven/trunk/components/maven-dotnet-toolchain-model/toolchains.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to