[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.product ...

Marshall Culpepper mculpepper at jboss.com
Tue Oct 10 14:08:41 EDT 2006


  User: mculpepper
  Date: 06/10/10 14:08:41

  Added:       core/plugins/org.jboss.ide.eclipse.product  
                        plugin.properties plugin_customization.ini
  Log:
  added further customization to the product plugin (we start on the java perspective and have some about text/image now)
  
  Revision  Changes    Path
  1.1      date: 2006/10/10 18:08:41;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  aboutText=JBossIDE for Eclipse\n\
  \n\
  Version: 2.0.0\n\
  Build id: ${product.versionTag}\n\
  \n\
  (c) Red Hat Middleware LLC, Eclipse contributors, and others 2006.\n\
  Homepage: http://www.jboss.com/products/jbosside\n\
  User Forums: http://jboss.com/index.html?module=bb&op=viewforum&f=201\n
  
  
  1.1      date: 2006/10/10 18:08:41;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/plugin_customization.ini
  
  Index: plugin_customization.ini
  ===================================================================
  # plugin_customization.ini 
  # sets default values for plug-in-specific preferences
  # keys are qualified by plug-in id
  # e.g., com.example.acmeplugin/myproperty=myvalue
  # java.io.Properties file (ISO 8859-1 with "\" escapes)
  # "%key" are externalized strings defined in plugin_customization.properties
  # This file does not need to be translated.
  
  # Property "org.eclipse.ui/defaultPerspectiveId" controls the 
  # perspective that the workbench opens initially
  org.eclipse.ui/defaultPerspectiveId=org.eclipse.jdt.ui.JavaPerspective
  
  # new-style tabs by default
  org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
  
  # put the perspective switcher on the top right
  org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
  
  # show progress on startup
  org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
  
  # use the window set by default
  org.eclipse.ui/USE_WINDOW_WORKING_SET_BY_DEFAULT=true
  
  # Intro-related preferences (since 3.2)
  
  # Welcome theme to use
  org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
  
  # Root page links to show in the Universal Welcome
  org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
  
  # Initial page layout of the Universal Welcome
  # org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
  
  



More information about the jboss-cvs-commits mailing list