Author: buildbot
Date: Thu Apr 25 21:17:16 2013
New Revision: 859920
Log:
Staging update by buildbot for tomee
Modified:
websites/staging/tomee/trunk/cgi-bin/ (props changed)
websites/staging/tomee/trunk/content/ (props changed)
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/README.html
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/pom.xml
Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 25 21:17:16 2013
@@ -1 +1 @@
-1475956
+1475962
Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 25 21:17:16 2013
@@ -1 +1 @@
-1475956
+1475962
Modified:
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/README.html
==============================================================================
---
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/README.html
(original)
+++
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/README.html
Thu Apr 25 21:17:16 2013
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
- <title></title>
+ <title>MyFaces CODI Demo
</title>
<meta name="description" content="">
<meta name="author" content="">
@@ -33,7 +33,7 @@
};
function twshare () {
window.open(
-
"https://twitter.com/intent/tweet?url="+document.URL+"&text=",
+
"https://twitter.com/intent/tweet?url="+document.URL+"&text=MyFaces CODI Demo
",
'Share on Twitter',
'width=800,height=526');
};
@@ -121,7 +121,7 @@
</div>
<div class="page-header">
-<h1>
+<h1>MyFaces CODI Demo
<div style="float: right; position: relative; bottom: -10px; ">
<a onclick="javascript:gpshare()" class="gp-share sprite" title="share
on Google+">share [gp]</a>
@@ -132,25 +132,6 @@
</h1>
</div>
-<p>/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */</p>
-
<p>Build and start the demo:</p>
<pre><code>mvn clean package tomee:run
@@ -158,7 +139,7 @@
<p>Open:</p>
-<pre><code>http://localhost:8080/myfaces-stack001-1.0.0/
+<pre><code>http://localhost:8080/myfaces-codi-1.0-SNAPSHOT/
</code></pre>
Modified:
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/pom.xml
==============================================================================
---
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/pom.xml
(original)
+++
websites/staging/tomee/trunk/content/examples-trunk/myfaces-codi-demo/pom.xml
Thu Apr 25 21:17:16 2013
@@ -15,7 +15,7 @@
<artifactId>myfaces-stack001</artifactId>
<name>OpenEJB :: Examples :: JSF2/CDI/BV/JPA/CODI</name>
- <version>1.0.0</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
@@ -40,7 +40,7 @@
<plugin>
<groupId>org.apache.openejb.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>1.5.2</version>
+ <version>1.6.0-SNAPSHOT</version>
</plugin>
</plugins>
</build>