Commit in hps-et-java on MAIN
pom.xml+191.24 -> 1.25
make generated scripts executable

hps-et-java
pom.xml 1.24 -> 1.25
diff -u -r1.24 -r1.25
--- pom.xml	4 Jun 2013 18:58:06 -0000	1.24
+++ pom.xml	4 Jun 2013 19:06:04 -0000	1.25
@@ -40,6 +40,25 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.7</version>
+                <executions>
+                    <execution>
+                        <id>chmod-scripts</id>
+                        <phase>install</phase>
+                        <configuration>
+                            <target>
+                                <chmod file="target/scripts/*.sh" perm="755"/>
+                            </target>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>     
         </plugins>
     </build>
     <dependencies>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1