You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by jm...@apache.org on 2006/10/12 03:04:15 UTC

svn commit: r463094 - in /shale/framework/trunk: ./ shale-apps/ shale-core/ shale-remoting/src/main/java/org/apache/shale/remoting/ src/main/logo-sources/ src/main/logo-sources/Fonts/ src/main/logo-sources/PSDz/ src/main/logo-sources/Vector/ src/site/ ...

Author: jmitchell
Date: Wed Oct 11 18:04:14 2006
New Revision: 463094

URL: http://svn.apache.org/viewvc?view=rev&rev=463094
Log:
SHALE-306
 - update site for new logo
 - remove stray ending italics in javadoc



Added:
    shale/framework/trunk/src/main/logo-sources/
    shale/framework/trunk/src/main/logo-sources/Fonts/
    shale/framework/trunk/src/main/logo-sources/Fonts/Fonts.jpg   (with props)
    shale/framework/trunk/src/main/logo-sources/Fonts/Thumbs.db   (with props)
    shale/framework/trunk/src/main/logo-sources/Fonts/avgr45w.ttf   (with props)
    shale/framework/trunk/src/main/logo-sources/Fonts/avgr46w.ttf   (with props)
    shale/framework/trunk/src/main/logo-sources/Fonts/avgr65w.ttf   (with props)
    shale/framework/trunk/src/main/logo-sources/Fonts/avgr66w.ttf   (with props)
    shale/framework/trunk/src/main/logo-sources/Fonts/microgbe.ttf   (with props)
    shale/framework/trunk/src/main/logo-sources/Fonts/microgme.ttf   (with props)
    shale/framework/trunk/src/main/logo-sources/PSDz/
    shale/framework/trunk/src/main/logo-sources/PSDz/Powered.psd   (with props)
    shale/framework/trunk/src/main/logo-sources/PSDz/Thumbs.db   (with props)
    shale/framework/trunk/src/main/logo-sources/PSDz/main.psd   (with props)
    shale/framework/trunk/src/main/logo-sources/Powered.jpg   (with props)
    shale/framework/trunk/src/main/logo-sources/Vector/
    shale/framework/trunk/src/main/logo-sources/Vector/Main Logo.swf   (with props)
    shale/framework/trunk/src/main/logo-sources/Vector/Powered By.swf   (with props)
    shale/framework/trunk/src/main/logo-sources/main.jpg   (with props)
    shale/framework/trunk/src/site/resources/images/shale-logo.jpg   (with props)
Modified:
    shale/framework/trunk/pom.xml
    shale/framework/trunk/shale-apps/pom.xml
    shale/framework/trunk/shale-core/README.html
    shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/package.html
    shale/framework/trunk/src/site/site.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=463094&r1=463093&r2=463094
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Wed Oct 11 18:04:14 2006
@@ -50,6 +50,46 @@
 
     <!-- http://jira.codehaus.org/browse/MNG-2136 -->
     <profiles>
+	  <profile>
+	
+		<!-- 
+			http://mojo.codehaus.org/retrotranslator-maven-plugin/translate-mojo.html
+			
+			mod the final output
+	     	<finalName>${finalName}-j4</finalName>
+			
+		 -->
+		<activation>
+	      <property>
+	        <name>j4</name>
+	      </property>
+	    </activation>
+	    <build>
+		    <plugins>
+				<plugin>
+				    <groupId>org.codehaus.mojo</groupId>
+				    <artifactId>retrotranslator-maven-plugin</artifactId>
+				    <executions>
+				        <execution>
+				            <phase>process-classes</phase>
+				            <goals>
+				                <goal>translate</goal>
+				            </goals>
+				            <configuration>
+				                <includes>
+				                    <include>
+				                        <directory>${pom.basedir}/target/classes</directory>
+				                    </include>
+				                </includes>
+				            </configuration>
+				        </execution>
+				    </executions>
+				</plugin>
+		    </plugins>
+	    </build>
+	  </profile>
+
+    
 <!-- shale-designtime is not part of 1.0.3, even as a profile
         <profile>
             <id>designtime</id>

Modified: shale/framework/trunk/shale-apps/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/pom.xml?view=diff&rev=463094&r1=463093&r2=463094
==============================================================================
--- shale/framework/trunk/shale-apps/pom.xml (original)
+++ shale/framework/trunk/shale-apps/pom.xml Wed Oct 11 18:04:14 2006
@@ -31,6 +31,7 @@
     <name>Apache Shale Framework Sample Apps</name>
     <url>http://shale.apache.org</url>
 
+
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</developerConnection>
@@ -40,7 +41,6 @@
     <distributionManagement>
         <site>
             <id>apache-site</id>
-            <!--url>scp://people.apache.org/www/shale.apache.org/shale-apps</url-->
             <url>scp://people.apache.org/www/shale.apache.org/shale-apps</url>
         </site>
     </distributionManagement>
@@ -95,6 +95,32 @@
     <!-- TODO:  Move the 'itest' profile and dependencies to this pom when MNG-2221 is fixed. -->
 
     <profiles>
+    <!-- 
+    	A helpful profile when creating Eclipse configuration 
+    	files for the Eclipse Web Tools project.
+    	
+    	For example:
+    	 $ cd shale/framework
+    	 $ mvn -Papps -Dwtpversion=1.0 eclipse:eclipse
+    	
+     -->
+        <profile>
+            <id>wtp-myfaces</id>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.myfaces.core</groupId>
+                <artifactId>myfaces-api</artifactId>
+                <version>1.1.4</version>
+                <scope>runtime</scope>
+              </dependency>
+              <dependency>
+                <groupId>org.apache.myfaces.core</groupId>
+                <artifactId>myfaces-impl</artifactId>
+                <version>1.1.4</version>
+                <scope>runtime</scope>
+              </dependency>
+            </dependencies>
+        </profile>
 
         <profile>
             <id>myfaces</id>

Modified: shale/framework/trunk/shale-core/README.html
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-core/README.html?view=diff&rev=463094&r1=463093&r2=463094
==============================================================================
--- shale/framework/trunk/shale-core/README.html (original)
+++ shale/framework/trunk/shale-core/README.html Wed Oct 11 18:04:14 2006
@@ -345,7 +345,7 @@
         This method is only called for a postback request, and is useful for
         acquiring references to model data that will be needed during the
         processing of the postback (in JSF terms, <em>Apply Request Values</em>
-        through <em>Invoke Application</em> phases).</i>
+        through <em>Invoke Application</em> phases).
     <li><strong>prerender()</strong> - Called immediate before the currently
         selected view is rendered (in JSF terms, this happens at the beginning
         of <em>Render Response</em> phase, before the <code>encode()</code>

Modified: shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/package.html
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/package.html?view=diff&rev=463094&r1=463093&r2=463094
==============================================================================
--- shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/package.html (original)
+++ shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/package.html Wed Oct 11 18:04:14 2006
@@ -137,7 +137,8 @@
 calling:
 <blockquote><pre>
 String viewId = FacesContext.getCurrentInstance().getViewRoot().getViewId();
-</pre></blockquote></p>
+</pre></blockquote>
+</p>
 
 <p>This view identifier is then compared to a set of matching patterns which,
 like servlet mappings, can be either prefix matched (<code>/foo/*</code>) or
@@ -178,7 +179,8 @@
     /webapp/*:org.apache.shale.remoting.impl.WebResourceProcessor
   &lt;/param-value&gt;
 &lt;/context-param&gt;
-</pre></blockquote></p>
+</pre></blockquote>
+</p>
 
 <p>In addition, you can configure the following additional context initialization
 parameters:</p>

Added: shale/framework/trunk/src/main/logo-sources/Fonts/Fonts.jpg
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/Fonts.jpg?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/Fonts.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/Fonts.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Fonts/Thumbs.db
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/Thumbs.db?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/Thumbs.db
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/Thumbs.db
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Fonts/avgr45w.ttf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/avgr45w.ttf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr45w.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr45w.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Fonts/avgr46w.ttf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/avgr46w.ttf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr46w.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr46w.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Fonts/avgr65w.ttf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/avgr65w.ttf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr65w.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr65w.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Fonts/avgr66w.ttf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/avgr66w.ttf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr66w.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/avgr66w.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Fonts/microgbe.ttf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/microgbe.ttf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/microgbe.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/microgbe.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Fonts/microgme.ttf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Fonts/microgme.ttf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/microgme.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Fonts/microgme.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/PSDz/Powered.psd
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/PSDz/Powered.psd?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/PSDz/Powered.psd
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/PSDz/Powered.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/PSDz/Thumbs.db
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/PSDz/Thumbs.db?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/PSDz/Thumbs.db
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/PSDz/Thumbs.db
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/PSDz/main.psd
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/PSDz/main.psd?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/PSDz/main.psd
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/PSDz/main.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Powered.jpg
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Powered.jpg?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Powered.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Powered.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Vector/Main Logo.swf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Vector/Main%20Logo.swf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Vector/Main Logo.swf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Vector/Main Logo.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/Vector/Powered By.swf
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/Vector/Powered%20By.swf?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/Vector/Powered By.swf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/Vector/Powered By.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/main/logo-sources/main.jpg
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/main/logo-sources/main.jpg?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/main/logo-sources/main.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/framework/trunk/src/main/logo-sources/main.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: shale/framework/trunk/src/site/resources/images/shale-logo.jpg
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/resources/images/shale-logo.jpg?view=auto&rev=463094
==============================================================================
Binary file - no diff available.

Propchange: shale/framework/trunk/src/site/resources/images/shale-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: shale/framework/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/site.xml?view=diff&rev=463094&r1=463093&r2=463094
==============================================================================
--- shale/framework/trunk/src/site/site.xml (original)
+++ shale/framework/trunk/src/site/site.xml Wed Oct 11 18:04:14 2006
@@ -7,7 +7,7 @@
     </bannerLeft>
     <bannerRight>
         <name>Apache Shale</name>
-        <src>shale-logo-contest.jpg</src>
+        <src>images/shale-logo.jpg</src>
         <href>http://shale.apache.org</href>
     </bannerRight>
     <body>