[jbosstools-commits] JBoss Tools SVN: r35947 - trunk/documentation/whatsnew/openshift.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 24 12:10:04 EDT 2011


Author: adietish
Date: 2011-10-24 12:10:03 -0400 (Mon, 24 Oct 2011)
New Revision: 35947

Added:
   trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M4.html
Removed:
   trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html
Log:
[JBIDE-10011] created N&N for AS

Deleted: trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html	2011-10-24 15:38:17 UTC (rev 35946)
+++ trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html	2011-10-24 16:10:03 UTC (rev 35947)
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Language" content="en-us" />
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<link rel="stylesheet" href="../whatsnew.css" />
-<title>OpenShift Tools 0.1.0.M4 What's New</title>
-<script type="text/javascript">
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-17645367-5']);
-  _gaq.push(['_trackPageview']);
-
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-
-</script></head>
-<body>
-<h1>OpenShift 0.1.0.M4 What's New</h1>
-
-<p align="right"><a href="../index.html">&lt; Main Index</a> <a
-	 href="../modeshape/modeshape-news-3.3.0.M4.html">Modeshape Tools
-	&gt;</a></p> 
-	<table border="0" cellpadding="10" cellspacing="0" width="80%"> 
-		<tr> 
-			<td colspan="2">
-	    	  <hr/>
-				<h3>OpenShift Express Application Wizard</h3>
-		      <hr/>
-			</td> 
-		</tr> 
-		<tr> 
-			<td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>New Wizard</b></td> 
-			<td valign="top"> 
-				We developed a wizard that allows you to create an application on OpenShift Express and import it to your Eclipse workspace. 
-				The wizard holds all operations involved in creating a new application on OpenShift Express.
-				<p></p><img src="images/new-openshift-express-wizard.png" alt="new openshift express application"/></p> 
-				the first page requires you to privide your OpenShift Express credentials. If you have no account yet, you may get to the signup page by clicking the link on  the top of this page.<p></p><img src="images/credentials.png" alt="credentials"/></p> 
-				You may eventually have to create a domain first.
-				<p></p><img src="images/domain.png" alt="domain"/></p>
-				Once you have a domain, the wizard allows you  to create a new application.  
-				<p></p><img src="images/new-application.png" alt="new application"/></p>
-				And then lists all your applications.
-				<p></p><img src="images/applications.png" alt="applications"/></p>
-				A dialog lists the details for your new application.  
-				<p></p><img src="images/application-info.png" alt="application info"/></p>
-				The last step involved determines to what local location the git repository is cloned to. 
-				You may also instruct the tooling to create an  Eclipse WTP server adapter for your application. It will  allow you to publish changes to the
-				OpenShift Express PaaS.
-				<p></p><img src="images/import-project.png" alt="import project"/></p>
-				The wizard will then clone the repo...
-				<p></p><img src="images/git-repository.png" alt="git repository"/></p>
-				...import the OpenShift Express application to your workspace...
-				<p></p><img src="images/imported-project.png" alt="imported project"/></p>
-				...and create the Eclipse WTP server adapter for you.
-				<p></p><img src="images/server-adapter.png" alt="server adapter"/></p>
-				<p></p><img src="images/server-adapter-editor.png" alt="server adapter editor"/></p>
-				<p><small><a href="https://issues.jboss.org/browse/JBIDE-9793">Related Jira</a></small></p>
-			</td>
-		</tr>	
-		<tr> 
-			<td colspan="2">
-      			<hr/>
-				<h3>OpenShift Express REST client</h3>
-		      	<hr/>
-			</td> 
-		</tr> 
-		<tr> 
-			<td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>REST Client</b></td> 
-			<td valign="top">
-			We also developed a client for the OpenShift Express REST service. It pretty much offers all features that
-			are currently available in the rhc-* command line tools (create/rename a domain, create/destroy applications, 
-			list all existing applications, available cartridges, read the application log etc.). <br/>
-			Even though it's pretty new, it's code base is pretty well tested since it's well covered by unit-tests and 
-			used in our application wizard and the <a href="https://github.com/forge/plugin-openshift-express">Forge OpenShift Express plugin</a>.
-			The plug-in is currently still an osgi bundle, but we will strip its Eclipse dependencies and move it to github
-			at some point.</br>
-			You may check the current code in our <a href="http://anonsvn.jboss.org/repos/jbosstools/trunk/openshift/plugins/org.jboss.tools.openshift.express.client/">SVN</a>. 
-			<p><small><a href="https://issues.jboss.org/browse/JBIDE-9591">Related Jira</a></small></p>
-			</td>
-		</tr>
-	</table>
-</body>
-
-</html>
-
-

Copied: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M4.html (from rev 35946, trunk/documentation/whatsnew/openshift/openshift-news-0.1.0.M4.html)
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M4.html	                        (rev 0)
+++ trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M4.html	2011-10-24 16:10:03 UTC (rev 35947)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>OpenShift Tools 2.3.0.M4 What's New</title>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-17645367-5']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script></head>
+<body>
+<h1>OpenShift 2.3.0.M4 What's New</h1>
+
+<p align="right"><a href="../index.html">&lt; Main Index</a> <a
+	 href="../modeshape/modeshape-news-3.3.0.M4.html">Modeshape Tools
+	&gt;</a></p> 
+	<table border="0" cellpadding="10" cellspacing="0" width="80%"> 
+		<tr> 
+			<td colspan="2">
+	    	  <hr/>
+				<h3>OpenShift Express Application Wizard</h3>
+		      <hr/>
+			</td> 
+		</tr> 
+		<tr> 
+			<td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>New Wizard</b></td> 
+			<td valign="top"> 
+				We developed a wizard that allows you to create an application on OpenShift Express and import it to your Eclipse workspace. 
+				The wizard holds all operations involved in creating a new application on OpenShift Express.
+				<p></p><img src="images/new-openshift-express-wizard.png" alt="new openshift express application"/></p> 
+				the first page requires you to privide your OpenShift Express credentials. If you have no account yet, you may get to the signup page by clicking the link on  the top of this page.<p></p><img src="images/credentials.png" alt="credentials"/></p> 
+				You may eventually have to create a domain first.
+				<p></p><img src="images/domain.png" alt="domain"/></p>
+				Once you have a domain, the wizard allows you  to create a new application.  
+				<p></p><img src="images/new-application.png" alt="new application"/></p>
+				And then lists all your applications.
+				<p></p><img src="images/applications.png" alt="applications"/></p>
+				A dialog lists the details for your new application.  
+				<p></p><img src="images/application-info.png" alt="application info"/></p>
+				The last step involved determines to what local location the git repository is cloned to. 
+				You may also instruct the tooling to create an  Eclipse WTP server adapter for your application. It will  allow you to publish changes to the
+				OpenShift Express PaaS.
+				<p></p><img src="images/import-project.png" alt="import project"/></p>
+				The wizard will then clone the repo...
+				<p></p><img src="images/git-repository.png" alt="git repository"/></p>
+				...import the OpenShift Express application to your workspace...
+				<p></p><img src="images/imported-project.png" alt="imported project"/></p>
+				...and create the Eclipse WTP server adapter for you.
+				<p></p><img src="images/server-adapter.png" alt="server adapter"/></p>
+				<p></p><img src="images/server-adapter-editor.png" alt="server adapter editor"/></p>
+				<p><small><a href="https://issues.jboss.org/browse/JBIDE-9793">Related Jira</a></small></p>
+			</td>
+		</tr>	
+		<tr> 
+			<td colspan="2">
+      			<hr/>
+				<h3>OpenShift Express REST client</h3>
+		      	<hr/>
+			</td> 
+		</tr> 
+		<tr> 
+			<td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>REST Client</b></td> 
+			<td valign="top">
+			We also developed a client for the OpenShift Express REST service. It pretty much offers all features that
+			are currently available in the rhc-* command line tools (create/rename a domain, create/destroy applications, 
+			list all existing applications, available cartridges, read the application log etc.). <br/>
+			Even though it's pretty new, it's code base is pretty well tested since it's well covered by unit-tests and 
+			used in our application wizard and the <a href="https://github.com/forge/plugin-openshift-express">Forge OpenShift Express plugin</a>.
+			The plug-in is currently still an osgi bundle, but we will strip its Eclipse dependencies and move it to github
+			at some point.</br>
+			You may check the current code in our <a href="http://anonsvn.jboss.org/repos/jbosstools/trunk/openshift/plugins/org.jboss.tools.openshift.express.client/">SVN</a>. 
+			<p><small><a href="https://issues.jboss.org/browse/JBIDE-9591">Related Jira</a></small></p>
+			</td>
+		</tr>
+	</table>
+</body>
+
+</html>
+
+


Property changes on: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.M4.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list