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

Marshall Culpepper mculpepper at jboss.com
Wed Sep 27 18:52:17 EDT 2006


  User: mculpepper
  Date: 06/09/27 18:52:17

  Added:       core/plugins/org.jboss.ide.eclipse.product         
                        splash.bmp config.ini .classpath .project
                        plugin.xml ico_32_jbosside_v3.gif .eclipseproduct
                        ico_16_jbosside_v3.gif build.properties
  Log:
  New JBossIDE product includes our new pretty splash and icons
  
  Revision  Changes    Path
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/splash.bmp
  
  	<<Binary file>>
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/config.ini
  
  Index: config.ini
  ===================================================================
  # Eclipse runtime configuration file
  # This file contains a number of key/value pairs that are merged into the 
  # System properties on system startup.  The values control the way the 
  # runtime is structured and runs.
  
  # Note:  Only platform:/base/ and file: URLs are supported.  In general the 
  # URLs given may include a version number (e.g., .../location_1.2.3).  
  # If a version is not specified, the system binds
  # to the location which matches exactly or to the versioned location with the
  # latest version number.  If a version number is given then only exact matches
  # are considered.
  
  # The URL for the runtime entry point.  The default value is
  # platform:/base/plugins/org.eclipse.osgi 
  #osgi.framework = platform:/base/plugins/org.eclipse.osgi
  
  # The classpath for the framework found at the osgi.framework location.  This 
  # comma-separated list contains either URLs or simple element names.  Simple
  # names are assumed to be relative to the framework's install directory.  
  # Typically this value need not be set as it is initialized by the framework itself.
  # Version match searching is not done for URLs listed here.
  #osgi.frameworkClassPath =
  
  # The comma-separated list of locations to search for the splash screen file (splash.bmp).
  # For each list element a subdirectory structure based on the pattern nl/<locale> is searched.
  # The system binds to the first matching file.  There is no default value.
  osgi.splashPath = platform:/base/plugins/org.jboss.ide.eclipse.product
  
  # The location of the splash screen file.  If this value is set at system startup it is used 
  # in favour of the osgi.splashPath searching outlined above.  If the value is not set 
  # the searching is done and this key is bound to the result of the search.
  #osgi.splashLocation =
  
  # The comma-separated list of bundles which are automatically installed and optionally started
  # once the system is up and running.  Each entry if of the form
  #     <URL | simple bundle location>[@ [<startlevel>] [":start"]]
  # If the startlevel is omitted then the framework will use the default start level for the bundle.
  # If the "start" tag is added then the bundle will be marked as started after being installed.
  # Simple bundle locations are interepreted as relative to the framework's parent directory.
  # The startlevel indicates the OSGi start level at which the bundle should run.
  # If this value is not set, the system computes an appropriate default.
  osgi.bundles=org.eclipse.equinox.common at 2:start, org.eclipse.update.configurator at 3:start, org.eclipse.core.runtime at start
  
  # The product to run.  A given Eclipse configuration may contain many products.
  # The product identified will supply the branding (window icons, title bar text) etc 
  # as well as define the default application to run.  
  eclipse.product=org.jboss.ide.eclipse.product.product
  
  # The application to run.  The value specified here is the id of the application extension
  # the runtime will find, instantiate and execute once the system is up.  Note that typically 
  # the identified eclipse.product defines the default application to run.
  #eclipse.application=
  
  # The default workspace location
  osgi.instance.area.default=@user.home/workspace
  
  # The build identifier
  jbosside.version=${product.versionTag}
  
  # End of file marker - must be here
  eof=eof
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/.classpath
  
  Index: .classpath
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
  	<classpathentry kind="src" path="src/main"/>
  	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
  	<classpathentry kind="output" path="bin"/>
  </classpath>
  
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/.project
  
  Index: .project
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
  	<name>org.jboss.ide.eclipse.product</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>
  
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <?eclipse version="3.2"?>
  <plugin>
     <extension
           id="product"
           point="org.eclipse.core.runtime.products">
        <product
              application="org.jboss.ide.eclipse.product.application"
              name="JBossIDE for Eclipse">
           <property
                 name="startupProgressRect"
                 value="18,282,417,15"/>
           <property
                 name="startupMessageRect"
                 value="18,260,417,20"/>
           <property
                 name="startupForegroundColor"
                 value="293259"/>
           <property
                 name="preferenceCustomization"
                 value="plugin_customization.ini"/>
           <property
                 name="windowImages"
                 value="ico_16_jbosside_v3.gif,ico_32_jbosside_v3.gif"/>
        </product>
     </extension>
     <extension
           id="application"
           point="org.eclipse.core.runtime.applications">
        <application>
           <run class="org.eclipse.ui.internal.ide.IDEApplication"/>
        </application>
     </extension>
  
  </plugin>
  
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/ico_32_jbosside_v3.gif
  
  	<<Binary file>>
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/.eclipseproduct
  
  Index: .eclipseproduct
  ===================================================================
  #Eclipse Product File
  
  version=${product.versionTag}
  name=JBossIDE for Eclipse
  id=org.jboss.ide.eclipse.product.product
  
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/ico_16_jbosside_v3.gif
  
  	<<Binary file>>
  
  
  1.1      date: 2006/09/27 22:52:17;  author: mculpepper;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.product/build.properties
  
  Index: build.properties
  ===================================================================
  source.. = src/main/
  output.. = bin/
  bin.includes = META-INF/,\
                 .,\
                 plugin.xml,\
                 ico_32_jbosside_v3.gif,\
                 ico_16_jbosside_v3.gif,\
                 splash.bmp
  
  
  



More information about the jboss-cvs-commits mailing list