Last change
on this file since 871 was
857,
checked in by pharms, 12 years ago
|
- initial version of the HTML monitor
|
File size:
577 bytes
|
Rev | Line | |
---|
[857] | 1 | <assembly |
---|
| 2 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" |
---|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 4 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
---|
| 5 | <id>bin</id> |
---|
| 6 | <formats> |
---|
| 7 | <format>tar.gz</format> |
---|
| 8 | <format>dir</format> |
---|
| 9 | <!-- format>tar.bz2</format> |
---|
| 10 | <format>zip</format--> |
---|
| 11 | </formats> |
---|
| 12 | <dependencySets> |
---|
| 13 | <dependencySet> |
---|
| 14 | <outputDirectory></outputDirectory> |
---|
| 15 | </dependencySet> |
---|
| 16 | </dependencySets> |
---|
| 17 | </assembly> |
---|
Note: See
TracBrowser
for help on using the repository browser.