Revision: 274
          
http://mindtreeinsight.svn.sourceforge.net/mindtreeinsight/?rev=274&view=rev
Author:   bindul
Date:     2011-01-26 09:28:20 +0000 (Wed, 26 Jan 2011)

Log Message:
-----------
POM fixes to build on OS X

Modified Paths:
--------------
    insight/insight-ui/branches/insight-ui-1.5.0/pom.xml
    insight/insight-ui/branches/insight-ui-1.5.0/src/assembly/bin.xml

Modified: insight/insight-ui/branches/insight-ui-1.5.0/pom.xml
===================================================================
--- insight/insight-ui/branches/insight-ui-1.5.0/pom.xml        2011-01-26 
07:19:46 UTC (rev 273)
+++ insight/insight-ui/branches/insight-ui-1.5.0/pom.xml        2011-01-26 
09:28:20 UTC (rev 274)
@@ -288,7 +288,7 @@
             <plugin>
                 <groupId>com.mindtree.techworks.insight.releng</groupId>
                 <artifactId>maven-nsis-plugin</artifactId>
-                <version>0.1.0</version>
+                <version>0.2.0-M1</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
@@ -413,6 +413,9 @@
                        <scope>test</scope>
                </dependency>
        </dependencies>
+       <properties>
+          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
        <distributionManagement>
        <repository>
            <id>insight.release.repo</id>

Modified: insight/insight-ui/branches/insight-ui-1.5.0/src/assembly/bin.xml
===================================================================
--- insight/insight-ui/branches/insight-ui-1.5.0/src/assembly/bin.xml   
2011-01-26 07:19:46 UTC (rev 273)
+++ insight/insight-ui/branches/insight-ui-1.5.0/src/assembly/bin.xml   
2011-01-26 09:28:20 UTC (rev 274)
@@ -76,14 +76,14 @@
           <!-- The Windows binary scripts -->
           <file>
               <outputDirectory>/</outputDirectory>
-              <source>/src/main/scripts/insight.bat</source>
+              <source>src/main/scripts/insight.bat</source>
               <lineEnding>dos</lineEnding>
               <filtered>true</filtered>
           </file>
           <!-- The Linux binary scripts -->
           <file>
               <outputDirectory>/</outputDirectory>
-              <source>/src/main/scripts/insight.sh</source>
+              <source>src/main/scripts/insight.sh</source>
               <fileMode>755</fileMode>
               <filtered>true</filtered>
               <lineEnding>unix</lineEnding>


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

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
MindTreeInsight-commits mailing list
MindTreeInsight-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-commits

Reply via email to