Revision: 19311
          http://sourceforge.net/p/gate/code/19311
Author:   markagreenwood
Date:     2016-05-12 09:32:14 +0000 (Thu, 12 May 2016)
Log Message:
-----------
the version number now ends up in the right place for the GUI to display it, 
build number still doesn't work yet

Modified Paths:
--------------
    gate/branches/sawdust2/pom.xml

Modified: gate/branches/sawdust2/pom.xml
===================================================================
--- gate/branches/sawdust2/pom.xml      2016-05-12 09:03:10 UTC (rev 19310)
+++ gate/branches/sawdust2/pom.xml      2016-05-12 09:32:14 UTC (rev 19311)
@@ -497,6 +497,27 @@
                                </executions>
                        </plugin>
                </plugins>
+               
+               <resources>
+                       <!-- this adds the version number into the right file 
in the jar -->
+                       <resource>
+                               <directory>src/main/resources</directory>
+                               <filtering>true</filtering>
+                               <includes>
+                                       
<include>gate/resources/version.txt</include>
+                               </includes>
+                       </resource>
+
+                       <!-- copy all the other resources without altering them 
so we don't accidentally 
+                               corrupt any binary formats -->
+                       <resource>
+                               <directory>src/main/resources</directory>
+                               <filtering>false</filtering>
+                               <excludes>
+                                       
<exclude>gate/resources/version.txt</exclude>
+                               </excludes>
+                       </resource>
+               </resources>
        </build>
 
        <reporting>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to