Skip to content
Snippets Groups Projects
Commit 0ef8eda2 authored by ndai's avatar ndai
Browse files

Initial commit for WTP Intro pages for the galileo release

parent 3038f0a7
No related branches found
No related tags found
No related merge requests found
Showing
with 285 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.wtp.intro</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
#Mon May 11 09:52:55 EEST 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wtp.intro; singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Vendor: %pluginProvider
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.intro
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<head>
<title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>
<BODY lang="EN-US">
<H3>About This Content</H3>
<P>June, 2008</P>
<H3>License</H3>
<P>The Eclipse Foundation makes available all content in this plug-in
("Content"). Unless otherwise indicated below, the Content is provided to you
under the terms and conditions of the Eclipse Public License Version 1.0
("EPL"). A copy of the EPL is available at
<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
For purposes of the EPL, "Program" will mean the Content.</P>
<P>If you did not receive this Content directly from the Eclipse Foundation, the
Content is being redistributed by another party ("Redistributor") 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 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>
</BODY>
</HTML>
source.. = .
output.. = bin/
bin.includes = META-INF/,\
.,\
introContent.xml,\
content/,\
plugin.xml,\
about.html,\
newsExtension.xml,\
overviewExtension.xml,\
plugin.properties,\
tutorialsExtension.xml,\
css/,\
images/
src.includes = content/,\
introContent.xml,\
newsExtension.xml,\
overviewExtension.xml,\
plugin.properties,\
plugin.xml,\
tutorialsExtension.xml,\
images/,\
css/,\
build.properties,\
about.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Web Tools Project</title>
<style type="text/css">
body {margin: 0 auto; background: #eeecf0 url(../images/bg.png) repeat-x; padding: 0; height: 100%; border: none;}
img {border: none;}
td img {display: block;}
</style>
<script type="text/javascript">
<!-- //
function initRollovers() {
if (!document.getElementById) return
var aPreLoad = new Array();
var sTempSrc;
var aImages = document.getElementsByTagName('img');
for (var i = 0; i < aImages.length; i++) {
if (aImages[i].className == 'imgover') {
var src = aImages[i].getAttribute('src');
var ftype = src.substring(src.lastIndexOf('.'), src.length);
var hsrc = src.replace(ftype, '_o'+ftype);
aImages[i].setAttribute('hsrc', hsrc);
aPreLoad[i] = new Image();
aPreLoad[i].src = hsrc;
aImages[i].onmouseover = function() {
sTempSrc = this.getAttribute('src');
this.setAttribute('src', this.getAttribute('hsrc'));
}
aImages[i].onmouseout = function() {
if (!sTempSrc) sTempSrc = this.getAttribute('src').replace('_o'+ftype, ftype);
this.setAttribute('src', sTempSrc);
}
}
}
}
window.onload = initRollovers;
// -->
</script>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td><img src="../images/01.png"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="../images/02a.png"/></td>
<td><a href="http://www.eclipse.org/webtools/community/new"><img src="../images/02b.png" class="imgover"/></a></td>
<td><img src="../images/02c.png"/></td>
<td><a href="http://www.eclipse.org/webtools/community/education"><img src="../images/02d.png" class="imgover"/></a></td>
<td><img src="../images/02e.png"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../images/03.png"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="../images/04a.png"/></td>
<td><a href="http://www.eclipse.org/webtools/sse"><img src="../images/04b.png" class="imgover"/></a></td>
<td><img src="../images/04c.png"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../images/05.png"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="../images/06a.png"/></td>
<td><a href="http://www.eclipse.org/webtools/sse"><img src="../images/06b.png" class="imgover"/></a></td>
<td><img src="../images/06c.png"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../images/07.png"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="../images/08a.png"/></td>
<td><a href="http://www.eclipse.org/webtools/sse"><img src="../images/08b.png" class="imgover"/></a></td>
<td><img src="../images/08c.png"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../images/09.png"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="../images/10a.png"/></td>
<td><a href="http://www.eclipse.org/webtools/jee"><img src="../images/10b.png" class="imgover"/></a></td>
<td><img src="../images/10c.png"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../images/11.png"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="../images/12a.png"/></td>
<td><a href="http://www.eclipse.org/webtools/jsf"><img src="../images/12b.png" class="imgover"/></a></td>
<td><img src="../images/12c.png"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../images/13.png"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="../images/14a.png"/></td>
<td><a href="http://www.eclipse.org/webtools/dali/main.php"><img src="../images/14b.png" class="imgover"/></a></td>
<td><img src="../images/14c.png"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../images/15.png"/></td>
</tr>
</tbody>
</table>
</body>
</html>
\ No newline at end of file
a#wtp img { background-image : url(../images/topiclabel/webtools_x48.gif); }
a#wtp:hover img { background-image : url(../images/topiclabel/webtools_x48_hov.gif); }
###############################################################################
# Copyright (c) 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
overview.java.link-icon = images/topiclabel/webtools_x48.gif
overview.java.hover-icon = images/topiclabel/webtools_x48_hov.gif
plugins/org.eclipse.wtp.intro/images/01.png

7.52 KiB

plugins/org.eclipse.wtp.intro/images/02a.png

2.88 KiB

plugins/org.eclipse.wtp.intro/images/02b.png

5.26 KiB

plugins/org.eclipse.wtp.intro/images/02b_o.png

5.19 KiB

plugins/org.eclipse.wtp.intro/images/02c.png

3.22 KiB

plugins/org.eclipse.wtp.intro/images/02d.png

6.13 KiB

plugins/org.eclipse.wtp.intro/images/02d_o.png

6.06 KiB

plugins/org.eclipse.wtp.intro/images/02e.png

40 KiB

plugins/org.eclipse.wtp.intro/images/03.png

49.2 KiB

plugins/org.eclipse.wtp.intro/images/04a.png

9.86 KiB

plugins/org.eclipse.wtp.intro/images/04b.png

6.3 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment