You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:48:07 UTC

[myfaces-tobago] 02/04: [maven-scm] copy for tag tobago-1.0.8

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

deki pushed a commit to tag tobago-1.0.8
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 6bdcbf1b0abf7fd2e5975811680fe3bcdd73e159
Merge: 65a5c42 74fa74c
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Tue Sep 12 07:15:41 2006 +0000

    [maven-scm] copy for tag tobago-1.0.8

 contrib/facelets/pom.xml                  |   8 +-
 contrib/pom.xml                           |   8 +-
 example/addressbook/pom.xml               |   8 +-
 example/blank/pom.xml                     |   8 +-
 example/demo/pom.xml                      |   8 +-
 example/facelets/pom.xml                  |   8 +-
 example/foreach/pom.xml                   |   8 +-
 example/nonfacesrequest/pom.xml           |   8 +-
 example/pom.xml                           |   8 +-
 example/security/pom.xml                  |   8 +-
 example/test/pom.xml                      |   8 +-
 example/tobago-example-assembly/pom.xml   |   2 +-
 proposal-tobago.txt                       | 168 ------------------------------
 tobago-assembly/pom.xml                   |  12 ++-
 tobago-assembly/src/main/assembly/dep.xml |  12 +--
 tobago-tool/gendoc/pom.xml                |   2 +-
 16 files changed, 59 insertions(+), 225 deletions(-)

diff --cc contrib/facelets/pom.xml
index 9ff315a,9ff315a..ac8bd35
--- a/contrib/facelets/pom.xml
+++ b/contrib/facelets/pom.xml
@@@ -3,16 -3,16 +3,16 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-contrib</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-facelets</artifactId>
    <packaging>jar</packaging>
    <name>Tobago Facelets</name>
    <description>Tobago Faclets</description>
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/facelets</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/facelets</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/contrib/facelets</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <build>
diff --cc contrib/pom.xml
index 93a3581,93a3581..cd274b7
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@@ -3,15 -3,15 +3,15 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <packaging>pom</packaging>
    <name>Tobago Contrib</name>
    <artifactId>tobago-contrib</artifactId>
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/contrib</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
    <modules>
      <module>facelets</module>
diff --cc example/addressbook/pom.xml
index 501e8d6,501e8d6..a573b79
--- a/example/addressbook/pom.xml
+++ b/example/addressbook/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-addressbook</artifactId>
    <packaging>war</packaging>
@@@ -25,9 -25,9 +25,9 @@@
    </build>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/addressbook</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <dependencies>
diff --cc example/blank/pom.xml
index a4b3716,a4b3716..88993c5
--- a/example/blank/pom.xml
+++ b/example/blank/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-blank</artifactId>
    <packaging>war</packaging>
@@@ -25,9 -25,9 +25,9 @@@
    </build>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/blank</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/blank</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/blank</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
    
    <dependencies>
diff --cc example/demo/pom.xml
index 7ed57e3,7ed57e3..ca7eef7
--- a/example/demo/pom.xml
+++ b/example/demo/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-demo</artifactId>
    <packaging>war</packaging>
@@@ -48,9 -48,9 +48,9 @@@
      </plugins>
    </build>
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/demo</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/demo</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/demo</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <dependencies>
diff --cc example/facelets/pom.xml
index 13d1f5a,13d1f5a..7711aa2
--- a/example/facelets/pom.xml
+++ b/example/facelets/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-facelets</artifactId>
    <packaging>war</packaging>
@@@ -25,9 -25,9 +25,9 @@@
    </build>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/facelets</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/facelets</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/facelets</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <dependencies>
diff --cc example/foreach/pom.xml
index 48495bb,48495bb..c3e1752
--- a/example/foreach/pom.xml
+++ b/example/foreach/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-foreach</artifactId>
    <packaging>war</packaging>
@@@ -27,9 -27,9 +27,9 @@@
    </build>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/foreach</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/foreach</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/foreach</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <dependencies>
diff --cc example/nonfacesrequest/pom.xml
index ca323dd,ca323dd..9e84b30
--- a/example/nonfacesrequest/pom.xml
+++ b/example/nonfacesrequest/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-nonfacesrequest</artifactId>
    <packaging>war</packaging>
@@@ -25,9 -25,9 +25,9 @@@
    </build>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/nonfacesrequest</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/nonfacesrequest</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/nonfacesrequest</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
    
    <dependencies>
diff --cc example/pom.xml
index 18af877,18af877..9a7266f
--- a/example/pom.xml
+++ b/example/pom.xml
@@@ -3,16 -3,16 +3,16 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <packaging>pom</packaging>
    <name>Tobago Examples</name>
    <artifactId>tobago-example</artifactId>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <repositories>
diff --cc example/security/pom.xml
index 0fb5497,0fb5497..5f91258
--- a/example/security/pom.xml
+++ b/example/security/pom.xml
@@@ -21,7 -21,7 +21,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-security</artifactId>
    <packaging>war</packaging>
@@@ -43,9 -43,9 +43,9 @@@
    </build>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/security</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/security</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/security</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <dependencies>
diff --cc example/test/pom.xml
index a452a25,a452a25..37b1f95
--- a/example/test/pom.xml
+++ b/example/test/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>tobago-example-test</artifactId>
    <packaging>war</packaging>
@@@ -32,9 -32,9 +32,9 @@@
    </build>
  
    <scm>
--    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</connection>
--    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</developerConnection>
--    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/test</url>
++    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</connection>
++    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.8</developerConnection>
++    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.8</url>
    </scm>
  
    <dependencies>
diff --cc example/tobago-example-assembly/pom.xml
index 1a5de5b,1a5de5b..2871fea
--- a/example/tobago-example-assembly/pom.xml
+++ b/example/tobago-example-assembly/pom.xml
@@@ -8,7 -8,7 +8,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-example</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
  
  
diff --cc proposal-tobago.txt
index 0a34b0c,0a34b0c..0000000
deleted file mode 100644,100644
--- a/proposal-tobago.txt
+++ /dev/null
@@@ -1,168 -1,168 +1,0 @@@
--Proposal for new sub-project Tobago (of MyFaces)
--
--18th August 2005, the Tobago Team (contributions by: Udo Schnurpfeil, Volker
--Weber, Philippe Hennes, Arvid Hülsebus, Bernd Bohmann, Detlef Bartetzko)
--
--(0) Rational
--
--The goal of Tobago is to provide the community with a well designed set of user 
--interface components based on JSF and run on MyFaces.
--
--Tobago is more than just a tag library. The following statements characterize 
--Tobago and make it different from other frameworks:
--
--The focus of Tobago is to create business applications without the need for HTML 
--design. The development of Tobago pages follows more the development of 
--conventional user interfaces than the creation of web pages. 
--
--The UI components are abstracted from HTML and any layout information that does
--not belong to the general page structure. The final output format is determined 
--by the client/user-agent.
--
--A theming mechanism makes it easy to change the look and feel and to provide 
--special implementations for certain browsers. A fallback solution ensures that 
--as much code is reused for new themes as possible.
--
--A layout manager is used to arrange the components automatically. This means, no
--manual layouting with HTML tables or other constructs is needed.
--
--A life demo can be found here: http://tobago.atanion.net
--
--The development of Tobago started in 2002.
--
--(0.1) Criteria
--
--Meritocracy
--
--The Tobago project will be meritocratic. The project will therefore follow the
--guidelines of the Apache Foundation.
--
--We use defined roles and responsibilities like contributors and commiters.
--
--We believe in teamwork and in the consens brought by discussions that are done
--on a mailing list. Votings will establish the final 'will' of the community.
--
--Community
--
--We believe that Tobago will attract a stable community sufficient in size. All 
--MyFaces users/developers are potential Tobago users/developers. Tobago will make 
--MyFaces even more attractive.
--
--Core Developers:
--
--Tobago was mainly developed by six employees of Atanion while working (if
--applicable) and in spare time. However, at the moment two of them could be
--counted as real experts or core developers and the others have a good knowledge
--of the project.
--
--All developers will file the Contribution License Agreement. Atanion GmbH will 
--file the Corporate Contribution License Agreement.
--
--Two PMC members from the MyFaces project also want to become Tobago committers:
--Martin Marinschek and Matthias Wessendorf (both PMCs Myfaces).
--
--Alignment:
--
--Tobago is a framework built on top of JSF and therefore works well with MyFaces.
--The project makes use of several Apache libraries like Commons, Taglibs and Ant.
--
--(0.2) Warning signs
--
--Orphaned products:
--
--All active developers would like to become Tobago Committers or PMC members and
--plan to remain active in the project.
--
--Inexperience with open source:
--
--The current Tobago developers have experience with open source projects. However
--in the past this was restricted by using open source projects and participating
--on there mailing lists. No active development was done.
--
--Martin Marinschek and Matthias Wessendorf do have a lot of experience with open
--source.
--
--Homogenous developers:
--
--From scratch the project will start with six developers of one company and two
--additional developers from other companies. We hope to attract more
--individual developers soon.
--
--Reliance on salaried developers:
--
--Tobago was developed in working and spare time and does not rely on salaried
--developers. However Atanion will support the project in the future by dedicating
--'work time' to Tobago.
--
--No ties to other Apache products:
--
--Tobago makes excessive use of serveral components of the Jakarta Commons. It is
--developed on the Tomcat JSP/Servlet container. (However it runs also on other
--containers.) Tobago is the ideal addition for MyFaces.
--
--A fascination with the Apache brand:
--
--We respect and admire the work done by the Apache Foundation. Various open
--source projects of the foundation have saved us an almost unlimited amount of
--development time or money in case of not using commercial products. We want to
--give something back to the community and become part of it.
--
--(1) Scope of subprojects
--
--As mentioned above Tobago is the ideal addition for MyFaces. Therefore we prefer to
--become a subproject of MyFaces.
--
--(2) Initial source
--
--The source code can be found under:
--
--  http://www.atanion.net/repos/asf/tobago/trunk/
--
--The source code is provided under the Apache License, version 2.0.
--
--A precompiled WAR for the demo can be found at:
--
--  http://www.atanion.com/tobago/tobago-example-demo.war
--
--(3) ASF resource to be created
--
--(3.1) Mailling-list
--
--At the moment the existing mailing lists of the MyFaces project should be 
--sufficient to discuss and announce Tobago topics. If not, we need the following 
--lists:
--
--  * tobago-dev
--  * tobago-user
--  * tobago-pmc
--
--(3.2) Subversion
--
--A subversion repository with one module 'incubator-tobago'.
--
--(3.3) Issue tracking
--
--At the moment the MyFaces JIRA module could be used.
--
--(4) initial set of committers
--
--(4.1) Already ASF committers
--
--  * Martin Marinschek, martin.marinschek@gmail.com (PMC MyFaces)
--  * Matthias Wessendorf, mwessendorf@gmail.com (PMC MyFaces)
--
--(4.2) Other committers
--
--  * Udo Schnurpfeil, udo@schnurpfeil.de
--  * Volker Weber, asf@weber-oldenburg.de
--  * Philippe Hennes, philippe.hennes@philstar.de
--  * Arvid Hülsebus, idus@krelon.com
--  * Bernd Bohmann, bernd.bohmann@atanion.com
--  * Detlef Bartetzko, detlef.bartetzko@atanion.com
--
--(5) Apache sponsoring individuals
--
--Tobago is sponsored by MyFaces. Mentors are Martin Marinschek and Matthias 
--Wessendorf from the MyFaces project (both PMCs). Champion is potentially
--Manfred Geiler (MyFaces PMC Chair), if an official (and not a member) of
--the ASF can be champion.
diff --cc tobago-assembly/pom.xml
index c9ce32c,c1742c0..335484f
--- a/tobago-assembly/pom.xml
+++ b/tobago-assembly/pom.xml
@@@ -8,7 -8,7 +8,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
  
  
diff --cc tobago-tool/gendoc/pom.xml
index 4a12833,4a12833..66d5d35
--- a/tobago-tool/gendoc/pom.xml
+++ b/tobago-tool/gendoc/pom.xml
@@@ -3,7 -3,7 +3,7 @@@
    <parent>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>tobago-tool</artifactId>
--    <version>1.0.8-SNAPSHOT</version>
++    <version>1.0.8</version>
    </parent>
    <artifactId>gendoc</artifactId>
    <packaging>war</packaging>

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