Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,3 @@
a#pde img { background-image : url(graphics/obj_48/plugin_obj.gif); }
a#pde:hover img { background-image : url(graphics/obj_48/pluginhov_obj.gif); }

View File

@@ -0,0 +1,17 @@
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
overview.page-content.overview-links.pde.link-icon = css/graphics/obj_48/plugin_obj.gif
tutorials.page-content.pde.layout.ncolumns = 2
tutorials.page-content.pde.rcp.link-icon = css/graphics/obj_48/rcpapp_obj.gif
tutorials.page-content.pde.pde-hello-world.link-icon = css/graphics/obj_48/plugin_obj.gif
tutorials.page-content.pde.features.link-icon = css/graphics/obj_48/features_obj.gif

View File

@@ -0,0 +1,10 @@
a#rcp img { background-image : url(graphics/obj_48/rcpapp_obj.gif); }
a#rcp:hover img { background-image : url(graphics/obj_48/rcpapphov_obj.gif); }
a#pde-hello-world img { background-image : url(graphics/obj_48/plugin_obj.gif); }
a#pde-hello-world:hover img { background-image : url(graphics/obj_48/pluginhov_obj.gif); }
a#features img { background-image : url(graphics/obj_48/features_obj.gif); }
a#features:hover img { background-image : url(graphics/obj_48/featureshov_obj.gif); }