User: ecrutchfield
Date: 06/08/04 15:42:21
Modified: andromdapp/projects/csharp/maven2/src/main/resources/META-INF/andromdapp
andromdapp.xml
Log:
added shorttext element to be compatible with DTD in v3.2
Revision Changes Path
1.4 +25 -16 plugins/andromdapp/projects/csharp/maven2/src/main/resources/META-INF/andromdapp/andromdapp.xml
Index: andromdapp.xml
===================================================================
RCS file: /cvsroot/andromdaplugins/plugins/andromdapp/projects/csharp/maven2/src/main/resources/META-INF/andromdapp/andromdapp.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- andromdapp.xml 17 Mar 2006 03:52:08 -0000 1.3
+++ andromdapp.xml 4 Aug 2006 22:42:21 -0000 1.4
@@ -70,24 +70,31 @@
</documentation>
<prompt id="applicationParentDirectory">
<text>Please enter the location in which your new application will be created (i.e. c:/csharp/development)</text>
+ <shortText>Application location</shortText>
</prompt>
<prompt id="author">
<text>Please enter your first and last name (i.e. Naresh Bhatia)</text>
+ <shortText>Author</shortText>
</prompt>
<prompt id="applicationName">
<text>Please enter the name of your .NET project (i.e. Time Tracker)</text>
+ <shortText>Application name</shortText>
</prompt>
<prompt id="applicationId">
<text>Please enter an id for your .NET project (i.e. timetracker)</text>
+ <shortText>Application ID</shortText>
</prompt>
<prompt id="applicationPackage">
<text>Please enter the root namespace for your .NET project (i.e. org.andromda.samples.timetracker)</text>
+ <shortText>Application namespace</shortText>
</prompt>
<prompt id="applicationVersion">
<text>Please enter a version for your project (i.e. 1.0-SNAPSHOT)</text>
+ <shortText>Version</shortText>
</prompt>
<prompt id="dotNetVersion" setResponseAsTrue="true">
<text>What version of the .Net Framework will you be targeting?</text>
+ <shortText>.NET Framework version</shortText>
<responses>
<response>1.1</response>
<response>2.0</response>
@@ -107,6 +114,7 @@
</documentation>
<prompt id="transactionPersistenceType" setResponseAsTrue="true">
<text>Please enter the type of transactional/persistence cartridge to use. Note: The spring cartridge uses nhibernate.</text>
+ <shortText>Persistence framework</shortText>
<responses>
<response>nhibernate</response>
<response>nspring</response>
@@ -140,6 +148,7 @@
-->
<prompt id="web">
<text>Do you want to generate an ASP.NET application?</text>
+ <shortText>Web interface</shortText>
<responses type="java.lang.Boolean">
<response>yes</response>
<response>no</response>
|