Author: jm
Date: 2012-10-09 13:37:45 -0700 (Tue, 09 Oct 2012)
New Revision: 30639

Modified:
   core3/gui-distribution/branches/user-beta1/assembly/pom.xml
Log:
Fixes #1508: Disabled Wrap Deployer


Modified: core3/gui-distribution/branches/user-beta1/assembly/pom.xml
===================================================================
--- core3/gui-distribution/branches/user-beta1/assembly/pom.xml 2012-10-09 
20:12:45 UTC (rev 30638)
+++ core3/gui-distribution/branches/user-beta1/assembly/pom.xml 2012-10-09 
20:37:45 UTC (rev 30639)
@@ -333,6 +333,27 @@
                                                        </replacements>
                                                </configuration>
                                        </execution>
+                                       <execution>
+                                               
<id>patch-karaf-wrap-deployer-windows</id>
+                                               <phase>compile</phase>
+                                               <goals>
+                                                       <goal>replace</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <includes>
+                                                               
<include>target/dependencies/windows/apache-karaf-${karaf.version}/etc/startup.properties</include>
+                                                               
<include>target/dependencies/unix/apache-karaf-${karaf.version}/etc/startup.properties</include>
+                                                       </includes>
+                                                       <regex>true</regex>
+                                                       
<unescape>false</unescape>
+                                                       <replacements>
+                                                               <replacement>
+<token>.*org[.]apache[.]karaf[.]deployer[.]wrap.*</token>
+                                                                       
<value></value>
+                                                               </replacement>
+                                                       </replacements>
+                                               </configuration>
+                                       </execution>
                                </executions>
                        </plugin>
                </plugins>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to