Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update to 0.5M1
  • Loading branch information
grant-g committed Apr 20, 2012
1 parent d0ec55f commit 870d29c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions bundles/org.eclipse.orion.client.console/about.html
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
Expand All @@ -8,20 +8,20 @@
<body lang="EN-US">
<h2>About This Content</h2>

<p>Februari 17, 2011</p>
<p>April 26, 2011</p>
<h3>License</h3>

<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
<a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License Version 1.0</a>
(&quot;EPL&quot;), and the <a href="http://www.eclipse.org/org/documents/edl-v10.html">
Eclipse Distribution License Version 1.0</a> (&quot;EDL&quot;).
For purposes of the EPL and EDL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>

Expand Down
Expand Up @@ -19,7 +19,7 @@
provider.registerServiceProvider("orion.page.link", serviceImpl, {
name: "Console",
id: "orion.gcli",
href: qualifyURL("orion-gcli-console.html#")
uriTemplate: "{OrionHome}/console/orion-gcli-console.html"
});
provider.connect();
};
Expand Down
Expand Up @@ -12,7 +12,7 @@
packages: [{ name: 'dojo', location: 'org.dojotoolkit/dojo', main: 'lib/main-browser', lib: '.' },
{ name: 'dijit', location: 'org.dojotoolkit/dijit', main: 'lib/main',lib: '.' },
{ name: 'dojox', location: 'org.dojotoolkit/dojox', main: 'lib/main', lib: '.' } ],
paths: { text: 'requirejs/text', i18n: 'requirejs/i18n' },
paths: { text: 'requirejs/text', i18n: 'requirejs/i18n', domReady: 'requirejs/domReady' },
packagePaths: {
"console/gcli/lib": [
{ name: "gcli", main: "index", lib: "." }
Expand All @@ -22,7 +22,7 @@
]
}
});
require(["./orion-gcli-console"]);
require(["console/orion-gcli-console"]);
</script>
<body style="visibility:hidden" class="nihilo">
<div id="orion.console" class="orionPage" dojoType="dijit.layout.BorderContainer" design="headline" gutters="false">
Expand Down
Expand Up @@ -11,7 +11,7 @@
packages: [{ name: 'dojo', location: 'org.dojotoolkit/dojo', main: 'lib/main-browser', lib: '.' },
{ name: 'dijit', location: 'org.dojotoolkit/dijit', main: 'lib/main',lib: '.' },
{ name: 'dojox', location: 'org.dojotoolkit/dojox', main: 'lib/main', lib: '.' } ],
paths: { text: 'requirejs/text', i18n: 'requirejs/i18n' }
paths: { text: 'requirejs/text', i18n: 'requirejs/i18n', domReady: 'requirejs/domReady' }
});

require(['dojo', 'vmware/console/vmware-console'], function () {
Expand Down

0 comments on commit 870d29c

Please sign in to comment.