Changeset 1235 for EDIS/trunk/java/tracking-server-bigboard/pom.xml
- Timestamp:
- Sep 7, 2011, 4:29:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-server-bigboard/pom.xml
r1227 r1235 5 5 <groupId>gov.va.med.edp</groupId> 6 6 <artifactId>edis-tracking-parent</artifactId> 7 <version>1.0 -T29-SNAPSHOT</version>7 <version>1.0.1.WorldVistA-SNAPSHOT</version> 8 8 <relativePath>../tracking-parent</relativePath> 9 9 </parent> … … 12 12 <packaging>war</packaging> 13 13 <name>EDIS Tracking Server Big Board</name> 14 <version>1.0 -T29-SNAPSHOT</version>14 <version>1.0.1.WorldVistA-SNAPSHOT</version> 15 15 <description>Emergency Department Integration Software - Tracking Server Big Board</description> 16 16 <dependencies> … … 125 125 </configuration> 126 126 </execution> 127 < execution>128 <id>include-backwards-compatible-client-versions</id>129 <phase>generate-resources</phase>130 <goals>131 <goal>copy</goal>132 </goals>133 <configuration>134 <artifactItems>135 <artifactItem>136 <groupId>${project.groupId}</groupId>137 <artifactId>edis-tracking-ui-bigboard</artifactId>138 <version>1.0-T28</version>139 <type>swf</type>140 </artifactItem>141 </artifactItems>142 <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>143 <overWriteSnapshots>true</overWriteSnapshots>144 </configuration>145 </execution>127 <!-- <execution> 128 <id>include-backwards-compatible-client-versions</id> 129 <phase>generate-resources</phase> 130 <goals> 131 <goal>copy</goal> 132 </goals> 133 <configuration> 134 <artifactItems> 135 <artifactItem> 136 <groupId>${project.groupId}</groupId> 137 <artifactId>edis-tracking-ui-bigboard</artifactId> 138 <version>1.0-T28</version> 139 <type>swf</type> 140 </artifactItem> 141 </artifactItems> 142 <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory> 143 <overWriteSnapshots>true</overWriteSnapshots> 144 </configuration> 145 </execution> --> 146 146 </executions> 147 147 </plugin>
Note:
See TracChangeset
for help on using the changeset viewer.