You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/09/14 09:44:34 UTC

[myfaces-tobago] branch tobago-2.0.x updated (3057057 -> f5b4767)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a change to branch tobago-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 3057057  TOBAGO-1772 - ResourceServlet: Resource not found if resourceDirs have the same prefix
     new 12e1d85  TOBAGO-1800: Moving codebase from Subversion to GIT changed some links from Svn to Git
     new f5b4767  TOBAGO-1800: Moving codebase from Subversion to GIT added .gitingore

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 14 ++++++++++++++
 pom.xml    | 14 +++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)
 create mode 100644 .gitignore

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].

[myfaces-tobago] 02/02: TOBAGO-1800: Moving codebase from Subversion to GIT added .gitingore

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit f5b4767ca6257e991116455680510700ccdde17b
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Sep 8 09:57:03 2017 +0200

    TOBAGO-1800: Moving codebase from Subversion to GIT
    added .gitingore
    
    (cherry picked from commit 248cb9e)
    
    (cherry picked from commit 45c90b5)
---
 .gitignore | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e3716b0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+.idea/
+.mvn/
+*.iml
+*.ipr
+*.iws
+.checkstyle
+.classpath
+.pmd
+.eclipse-pmd
+.project
+.ruleset
+.settings/
+target/
+*.log

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.

[myfaces-tobago] 01/02: TOBAGO-1800: Moving codebase from Subversion to GIT changed some links from Svn to Git

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 12e1d85ece537b09dcaabfeb5d2da6d06f85af8e
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Sep 8 10:52:18 2017 +0200

    TOBAGO-1800: Moving codebase from Subversion to GIT
    changed some links from Svn to Git
    
    (cherry picked from commit 09cfa9d)
    
    (cherry picked from commit bd0e400)
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd2230e..156cee5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@
           <allowCommentedBlocks>true</allowCommentedBlocks>
 -->
         </configuration>
-      </plugin>                              
+      </plugin>
 
       <!-- TODO test dashboard plugin  -->
       <!--plugin>
@@ -578,9 +578,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x</developerConnection>
-    <url>http://svn.eu.apache.org/viewvc/myfaces/tobago/branches/tobago-2.0.x</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=myfaces-tobago.git</url>
   </scm>
 
   <build>
@@ -1277,10 +1277,10 @@
     Attention: The next profiles should only be changed by a clean build.
     They define the JSF version which are generally incompatible.
     They also define the JSF implementation used to compile and for runtime.
-    
+
     Usage for a standard build (jsf-2.0):
-    mvn 
-    
+    mvn
+
     Usage for specific build:
     mvn -Pjsf-2.1
     mvn -Pjsf-2.2

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.