You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/10/30 10:23:57 UTC

svn commit: r1195136 - in /myfaces/tobago/trunk: pom.xml src/site/apt/release-checklist.apt tobago-example11/

Author: bommel
Date: Sun Oct 30 09:23:56 2011
New Revision: 1195136

URL: http://svn.apache.org/viewvc?rev=1195136&view=rev
Log:
(TOBAGO-1045)
Remove Tobago examples for jsf 1.1

Removed:
    myfaces/tobago/trunk/tobago-example11/
Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/src/site/apt/release-checklist.apt

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1195136&r1=1195135&r2=1195136&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Oct 30 09:23:56 2011
@@ -1039,12 +1039,6 @@
       <id>jdk14retro</id>
     </profile>
     <profile>
-      <id>example11</id>
-      <modules>
-        <module>tobago-example11</module>
-      </modules>
-    </profile>
-    <profile>
       <id>apache-release</id>
       <!--
       NOTE: To use you need to enable this profile and pass in the passphrase:

Modified: myfaces/tobago/trunk/src/site/apt/release-checklist.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/release-checklist.apt?rev=1195136&r1=1195135&r2=1195136&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/release-checklist.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/release-checklist.apt Sun Oct 30 09:23:56 2011
@@ -36,7 +36,7 @@ Release Checklist
   * You need to add your GPG keys in {{https://svn.apache.org/repos/asf/myfaces/maven/trunk/KEYS}} before a release.
 
   * Prepare the release with mvn release:prepare -Pall-modules
-    For 1.5: mvn release:prepare -Pall-modules,example11
+    For 1.5: mvn release:prepare -Pall-modules
 
   * Deploy the release to the nexus repository with the apache-release profile\
     cd checkout-of-release\