Add screenshots in the doc

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@534637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-05-02 22:23:14 +00:00
parent 4253799288
commit 1fcbee3815
20 changed files with 108 additions and 27 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -59,6 +59,11 @@
e.g. creating shortcuts, add environment variables etc.
</td>
</tr>
<tr><td><a href="screenshots.html">ScreenShots</a></td>
<td>
Some setup produced by this plugin.
</td>
</tr>
</table>
</subsection>
</section>

View File

@ -1,40 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project name="Maven NSIS Plug-in">
<title>Maven NSIS Plug-in</title>
<body>
<breadcrumbs>
<item name="Apache" href="http://www.apache.org"/>
<item name="Maven" href="http://maven.apache.org/"/>
<item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/>
<item name="Plugins" href="http://maven.apache.org/maven-1.x/plugins/"/>
<item name="Bundled" href="http://maven.apache.org/maven-1.x/plugins/bundled/"/>
<item name="Apache" href="http://www.apache.org" />
<item name="Maven" href="http://maven.apache.org/" />
<item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/" />
<item name="Plugins" href="http://maven.apache.org/maven-1.x/plugins/" />
<item name="Bundled" href="http://maven.apache.org/maven-1.x/plugins/bundled/" />
</breadcrumbs>
<links>
<item href="http://nsis.sourceforge.net/" name="NSIS"/>
<item href="http://nsis.sourceforge.net/" name="NSIS" />
</links>
<menu name="Overview">
<item href="/goals.html" name="Goals"/>
<item href="/properties.html" name="Properties"/>
<item href="/process.html" name="How it works"/>
<item href="/customizing.html" name="Customizing"/>
<item href="/goals.html" name="Goals" />
<item href="/properties.html" name="Properties" />
<item href="/process.html" name="How it works" />
<item href="/customizing.html" name="Customizing" />
<item href="/screenshots.html" name="ScreenShots" />
</menu>
</body>
</project>

View File

@ -0,0 +1,75 @@
<?xml version="1.0"?>
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>ScreenShots</title>
</properties>
<body>
<section name="Standard UI ScreenShots">
<subsection name="Install">
<img src="images/std-install-1.png" />
<br />
<img src="images/std-install-2.png" />
<br />
<img src="images/std-install-3.png" />
<br />
<img src="images/std-install-4.png" />
<br />
</subsection>
<subsection name="UnInstall">
<img src="images/std-uninstall-1.png" />
<br />
</subsection>
</section>
<section name="Modern UI ScreenShots">
<subsection name="Install">
<img src="images/mui-install-1.png" />
<br />
<img src="images/mui-install-2.png" />
<br />
<img src="images/mui-install-3.png" />
<br />
<img src="images/mui-install-4.png" />
<br />
<img src="images/mui-install-5.png" />
<br />
<img src="images/mui-install-6.png" />
<br />
<img src="images/mui-install-7.png" />
<br />
<img src="images/mui-install-8.png" />
<br />
</subsection>
<subsection name="UnInstall">
<img src="images/mui-uninstall-1.png" />
<br />
<img src="images/mui-uninstall-2.png" />
<br />
<img src="images/mui-uninstall-3.png" />
<br />
<img src="images/mui-uninstall-4.png" />
<br />
</subsection>
</section>
</body>
</document>