User: ecrutchfield
Date: 06/03/05 20:03:34
Added: maven2/plugins/andromdanetapp/src/site/xdoc goals.xml
properties.xml index.xml
maven2/plugins/andromdanetapp/src/site site.xml
Log:
fixed site
Revision Changes Path
1.1 plugins/maven2/plugins/andromdanetapp/src/site/xdoc/goals.xml
Index: goals.xml
===================================================================
<?xml version="1.0" encoding="iso-8859-1"?>
<document>
<properties>
<title>AndroMDANetApp Maven Plug-in Goals</title>
</properties>
<body>
<goals>
<goal>
<name>andromdanetapp:generate</name>
<description>
Launches the AndroMDA application generator which allows you.
to choose what type of project you want to generate.
When you run this goal, you will be prompted to choose
which type of application you want generated (e.g. j2ee, dotnet).
After choosing 'dotnet' you will be prompted to enter some
application values before your application will be generated.
</description>
</goal>
</goals>
</body>
</document>
1.1 plugins/maven2/plugins/andromdanetapp/src/site/xdoc/properties.xml
Index: properties.xml
===================================================================
<?xml version="1.0" encoding="iso-8859-1"?>
<document>
<properties>
<title>AndroMDANetApp Maven Plug-in Properties</title>
</properties>
<body>
<section name="AndroMDANetApp Maven Plug-in Settings">
<table>
<tr>
<th>Property</th>
<th>Required</th>
<th>Description</th>
</tr>
</table>
</section>
</body>
</document>
1.1 plugins/maven2/plugins/andromdanetapp/src/site/xdoc/index.xml
Index: index.xml
===================================================================
<?xml version="1.0" encoding="iso-8859-1"?>
<document>
<properties>
<title>AndroMDANetApp Maven Plugin</title>
</properties>
<body>
<section name="AndroMDA .NET Maven Plugin">
<p>
Provides the ability to generate AndroMDA powered applications.
Please see the <a href="goals.html">goals</a> page to see what goals
are available.
</p>
</section>
</body>
</document>
1.1 plugins/maven2/plugins/andromdanetapp/src/site/site.xml
Index: site.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="AndroMDA Maven Plugin">
<title>AndroMDANetApp Maven Plugin</title>
<banner>
<name>AndroMDA</name>
<href>http://team.andromda.org/</href>
</banner>
<body>
<links>
<item name="AndroMDANetApp Maven Plugin" href="index.html"/>
<item name="AndroMDA Maven Plugins" href="../andromda-maven-plugins/index.html"/>
<item name="AndroMDA" href="../index.html"/>
</links>
<menu name="Overview">
<item name="Goals" href="goals.html"/>
<item name="Properties" href="properties.html"/>
</menu>
</body>
</project>
|