alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="com.example.transparent"
      label="Eclipse UI Mockup"
      version="1.0.1"
      provider-name="Eclipse.org">

   <description>
      The new Eclipse UI Mockup example (highly experimental work). This is the second iteration based on a more recent design.

After installation, if you don't see the Eclipse UI Mockup menu or the 
toolbar icons, enable it from Windows->Customize.. and check the Eclipse UI Mockup
action.

If your workspace is empty, create a project with some files before
launching the mockup.
   </description>

   <copyright>
      Copyright by Eclipse.org
   </copyright>

   <license>
      Eclipse.org 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
Common Public License Version 1.0 ("CPL").  A copy of the CPL is available athttp://www.eclipse.org/legal/cpl-v10.html
For purposes of the CPL, "Program" will mean the Content.
   </license>

   <requires>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.update.ui.forms"/>
   </requires>

   <plugin
         id="com.example.transparent"
         download-size="0"
         install-size="0"
         version="1.0.1"/>

</feature>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.