diff -r 000000000000 -r 82d1d1de1a01 carbidecpp20devenv/plugins/org.eclipse.emf.cheatsheets_2.4.0.v200808251517/plugin.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/carbidecpp20devenv/plugins/org.eclipse.emf.cheatsheets_2.4.0.v200808251517/plugin.properties Wed Mar 18 17:21:00 2009 -0500 @@ -0,0 +1,38 @@ +# /** +# * +# * +# * Copyright (c) 2002-2008 IBM Corporation and others. +# * All rights reserved. This program and the accompanying materials +# * are made available under the terms of the Eclipse Public License v1.0 +# * which accompanies this distribution, and is available at +# * http://www.eclipse.org/legal/epl-v10.html +# * +# * Contributors: +# * IBM - Initial API and implementation +# * +# * +# * +# * $Id: plugin.properties,v 1.3 2008/05/05 21:24:43 davidms Exp $ +# */ + +# NLS_MESSAGEFORMAT_VAR + +pluginName = EMF Cheat Sheets +providerName = Eclipse.org + +_UI_CheatSheetCategory_title = Modeling with the Eclipse Modeling Framework + +_UI_CheatsheetGenJava_title = Generating an EMF Model from Annotated Java +_UI_CheatsheetGenJava_description = Learn how to generate an EMF model and editor from annotated Java interfaces. +_UI_CheatsheetGenRose_title = Generating an EMF Model from Rose +_UI_CheatsheetGenRose_description = Learn how to generate an EMF model and editor from a Rose class diagram. +_UI_CheatsheetGenXSD_title = Generating an EMF Model from XML Schema (XSD) +_UI_CheatsheetGenXSD_description = Learn how to generate an EMF model and editor from an XML Schema. +_UI_CheatsheetExtModel_title = Generating an Extended EMF Model +_UI_CheatsheetExtModel_description = Learn how to create an EMF model that extends an existing model. + +_UI_BuildProject_message = Building projects... +_UI_FindProject_message = Find ''{0}'' project... +_UI_CreateProject_message = Create ''{0}'' project... +_UI_CopyFileToProject_message = Copy file to ''{0}'' project... +_UI_CreateJavaProject_message = Create ''{0}'' Java project...