You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/05/12 01:09:04 UTC

svn commit: r943334 - in /myfaces/current11: ./ pom.xml

Author: lu4242
Date: Tue May 11 23:09:03 2010
New Revision: 943334

URL: http://svn.apache.org/viewvc?rev=943334&view=rev
Log:
add external branches

Added:
    myfaces/current11/pom.xml
Modified:
    myfaces/current11/   (props changed)

Propchange: myfaces/current11/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Tue May 11 23:09:03 2010
@@ -0,0 +1,2 @@
+core https://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x
+shared https://svn.apache.org/repos/asf/myfaces/shared/trunk_2.0.x

Propchange: myfaces/current11/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue May 11 23:09:03 2010
@@ -0,0 +1,4 @@
+target
+myfaces-base.iml
+myfaces-base.ipr
+myfaces-base.iws

Added: myfaces/current11/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current11/pom.xml?rev=943334&view=auto
==============================================================================
--- myfaces/current11/pom.xml (added)
+++ myfaces/current11/pom.xml Tue May 11 23:09:03 2010
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+  <groupId>org.apache.myfaces</groupId>
+  <artifactId>myfaces-base</artifactId>
+  <packaging>pom</packaging>
+  <version>1.1.8-SNAPSHOT</version>
+  <name>Build Project</name>
+  <url>http://myfaces.apache.org</url>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current11</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current11</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current11</url>
+  </scm>
+
+  <modules>
+    <module>shared</module>
+    <module>core</module>
+  </modules>
+
+  <build>
+  	<defaultGoal>install</defaultGoal>
+  </build>
+
+</project>
\ No newline at end of file