Author: sisbell Date: Wed Sep 26 19:20:04 2007 New Revision: 579870 URL: http://svn.apache.org/viewvc?rev=579870&view=rev Log: Reformatting.
Modified: incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml incubator/nmaven/trunk/components/pom.xml Modified: incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml?rev=579870&r1=579869&r2=579870&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml (original) +++ incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml Wed Sep 26 19:20:04 2007 @@ -70,12 +70,12 @@ <groupId>org.openrdf</groupId> <artifactId>openrdf-rio-rdfxml</artifactId> <version>2.0-beta5</version> - </dependency> - <dependency> - <groupId>info.aduna</groupId> - <artifactId>aduna-iteration</artifactId> - <version>1.2</version> - </dependency> + </dependency> + <dependency> + <groupId>info.aduna</groupId> + <artifactId>aduna-iteration</artifactId> + <version>1.2</version> + </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> Modified: incubator/nmaven/trunk/components/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/pom.xml?rev=579870&r1=579869&r2=579870&view=diff ============================================================================== --- incubator/nmaven/trunk/components/pom.xml (original) +++ incubator/nmaven/trunk/components/pom.xml Wed Sep 26 19:20:04 2007 @@ -18,55 +18,54 @@ 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.14-SNAPSHOT</version> - <artifactId>dotnet-project</artifactId> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven.dotnet</groupId> - <artifactId>dotnet-components</artifactId> - <packaging>pom</packaging> - <name>dotnet-components</name> - <url>http://incubator.apache.org/nmaven</url> - <description>NMaven provides Maven 2.x plugins to support building of .NET applications</description> - <modules> - <module>dotnet-artifact</module> - <module>dotnet-assembler</module> - <module>dotnet-core</module> - <module>dotnet-dao/project</module> - <module>dotnet-embedder</module> - <module>dotnet-executable</module> - <module>dotnet-jetty</module> - <module>dotnet-model</module> - <module>dotnet-plugin</module> - <module>dotnet-registry</module> - <module>dotnet-repository</module> - <module>dotnet-service/embedder</module> - <module>dotnet-vendor</module> - </modules> - <profiles> - <profile> - <activation> - <property> - <name>Rdf</name> - </property> - </activation> - <repositories> - <repository> - <id>aduna.org</id> - <url>http://repository.aduna-software.org/maven2</url> - </repository> - </repositories> - </profile> - </profiles> - <distributionManagement> - <site> - <id>nmaven-apache-site</id> - <name>NMaven Site</name> - <url>file://${basedir}/../../www</url> - </site> - </distributionManagement> +<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.14-SNAPSHOT</version> + <artifactId>dotnet-project</artifactId> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.maven.dotnet</groupId> + <artifactId>dotnet-components</artifactId> + <packaging>pom</packaging> + <name>dotnet-components</name> + <url>http://incubator.apache.org/nmaven</url> + <description>NMaven provides Maven 2.x plugins to support building of .NET applications</description> + <modules> + <module>dotnet-artifact</module> + <module>dotnet-assembler</module> + <module>dotnet-core</module> + <module>dotnet-dao/project</module> + <module>dotnet-embedder</module> + <module>dotnet-executable</module> + <module>dotnet-jetty</module> + <module>dotnet-model</module> + <module>dotnet-plugin</module> + <module>dotnet-registry</module> + <module>dotnet-repository</module> + <module>dotnet-service/embedder</module> + <module>dotnet-vendor</module> + </modules> + <profiles> + <profile> + <activation> + <property> + <name>Rdf</name> + </property> + </activation> + <repositories> + <repository> + <id>aduna.org</id> + <url>http://repository.aduna-software.org/maven2</url> + </repository> + </repositories> + </profile> + </profiles> + <distributionManagement> + <site> + <id>nmaven-apache-site</id> + <name>NMaven Site</name> + <url>file://${basedir}/../../www</url> + </site> + </distributionManagement> </project>