home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.pde_3.1.0.jar / plugin.properties < prev    next >
Encoding:
Text File  |  2005-09-29  |  1.9 KB  |  44 lines

  1. ###############################################################################
  2. # Copyright (c) 2000, 2005 IBM Corporation and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. #
  8. # Contributors:
  9. #     IBM Corporation - initial API and implementation
  10. ###############################################################################
  11. pluginName=Eclipse Plug-in Development Environment
  12. providerName=Eclipse.org
  13.  
  14. natures.pluginNature.name= Plug-in Development
  15. natures.featureNature.name= Feature Development
  16. natures.siteNature.name= Update Site Development
  17.  
  18. builders.manifestBuilder.name = Plug-in Manifest Builder
  19. builders.marker.label = PDE Problem
  20. builders.schemaBuilder.name = Extension Point Schema Builder
  21. builders.featureBuilder.name = Feature Manifest Builder
  22. builders.siteBuilder.name = Update Site Builder
  23.  
  24. pluginManifestName = Plug-in Manifest File
  25. fragmentManifestName = Fragment Manifest File
  26. featureManifestName = Feature Manifest File
  27. siteManifestName = Update Site Manifest File
  28. pluginPropertiesName = Plug-in Properties File
  29. productConfiguration = Product Configuration File
  30. buildPropertiesName = Build Properties File
  31. schemaFile = Extension Point Schema File
  32. bundleManifest = Bundle Manifest File
  33.  
  34. #Cheatsheets  
  35. cheatsheet.category.pde = Plug-in Development
  36. cheatsheet.helloworld.name = Create an Eclipse plug-in using PDE
  37. cheatsheet.helloworld.desc = This cheatsheet helps you create, edit, test and deploy an Eclipse plug-in using PDE
  38.  
  39. cheatsheet.rcpApp.name = Create an RCP application 
  40. cheatsheet.rcpApp.desc = This cheatsheet helps you create, run and deploy an RCP application 
  41.  
  42. cheatsheet.updates.name = Create a feature and an update site using PDE
  43. cheatsheet.updates.desc = This cheatsheet helps you create a feature and publish it on an update using PDE
  44.