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
BIN
nsis/xdocs/images/mui-install-1.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
nsis/xdocs/images/mui-install-2.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
nsis/xdocs/images/mui-install-3.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
nsis/xdocs/images/mui-install-4.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
nsis/xdocs/images/mui-install-5.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
nsis/xdocs/images/mui-install-6.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
nsis/xdocs/images/mui-install-7.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
nsis/xdocs/images/mui-install-8.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
nsis/xdocs/images/mui-uninstall-1.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
nsis/xdocs/images/mui-uninstall-2.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
nsis/xdocs/images/mui-uninstall-3.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
nsis/xdocs/images/mui-uninstall-4.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
nsis/xdocs/images/std-install-1.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
nsis/xdocs/images/std-install-2.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
nsis/xdocs/images/std-install-3.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
nsis/xdocs/images/std-install-4.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
nsis/xdocs/images/std-uninstall-1.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
75
nsis/xdocs/screenshots.xml
Normal 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>
|
||||