You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/07 13:37:58 UTC

svn commit: r493707 - in /jakarta/commons/proper/commons-build/trunk/samples: ./ pom.xml.sample sandbox-pom.xml.sample

Author: dennisl
Date: Sun Jan  7 04:37:57 2007
New Revision: 493707

URL: http://svn.apache.org/viewvc?view=rev&rev=493707
Log:
Add sample pom.xml files for proper and sandbox components.

Added:
    jakarta/commons/proper/commons-build/trunk/samples/
    jakarta/commons/proper/commons-build/trunk/samples/pom.xml.sample   (with props)
    jakarta/commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample   (with props)

Added: jakarta/commons/proper/commons-build/trunk/samples/pom.xml.sample
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/samples/pom.xml.sample?view=auto&rev=493707
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/samples/pom.xml.sample (added)
+++ jakarta/commons/proper/commons-build/trunk/samples/pom.xml.sample Sun Jan  7 04:37:57 2007
@@ -0,0 +1,65 @@
+<?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="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>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>commons-foo</artifactId>
+  <name>Commons Foo</name>
+  <version>1.0-SNAPSHOT</version>
+  <description>Describe how wonderful this proper component is.</description>
+  <url>http://jakarta.apache.org/commons/foo/</url>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/FOO</url>
+  </issueManagement>
+  <inceptionYear>2007</inceptionYear>
+  <developers/>
+  <contributors/>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/foo/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/foo/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/foo/trunk/</url>
+  </scm>
+  <build/>
+  <profiles/>
+  <modules/>
+  <dependencies/>
+  <reporting/>
+  <dependencyManagement/>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Website</name>
+      <url>scp://people.apache.org/www/jakarta.apache.org/commons/foo/</url>
+    </site>
+  </distributionManagement>
+  <!-- Compiler source and target JVM (see parent pom) -->
+  <properties>
+    <maven.compile.source>1.3</maven.compile.source>
+    <maven.compile.target>1.3</maven.compile.target>
+  </properties>
+</project>

Propchange: jakarta/commons/proper/commons-build/trunk/samples/pom.xml.sample
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jakarta/commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample?view=auto&rev=493707
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample (added)
+++ jakarta/commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample Sun Jan  7 04:37:57 2007
@@ -0,0 +1,61 @@
+<?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="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>org.apache.commons</groupId>
+    <artifactId>commons-sandbox</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>commons-foo</artifactId>
+  <name>Commons Foo</name>
+  <version>1.0-SNAPSHOT</version>
+  <description>Describe how wonderful this sandbox component is.</description>
+  <url>http://jakarta.apache.org/commons/sandbox/foo/</url>
+  <inceptionYear>2007</inceptionYear>
+  <developers/>
+  <contributors/>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/foo/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/foo/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/foo/trunk/</url>
+  </scm>
+  <build/>
+  <profiles/>
+  <modules/>
+  <dependencies/>
+  <reporting/>
+  <dependencyManagement/>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Website</name>
+      <url>scp://people.apache.org/www/jakarta.apache.org/commons/sandbox/foo/</url>
+    </site>
+  </distributionManagement>
+  <!-- Compiler source and target JVM (see parent pom) -->
+  <properties>
+    <maven.compile.source>1.3</maven.compile.source>
+    <maven.compile.target>1.3</maven.compile.target>
+  </properties>
+</project>

Propchange: jakarta/commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org