Author: jm
Date: 2011-06-23 09:05:43 -0700 (Thu, 23 Jun 2011)
New Revision: 25898

Modified:
   csplugins/trunk/toronto/jm/paperwing-build/build.sh
Log:
Removed sed from build script since the patches do the work explicitly


Modified: csplugins/trunk/toronto/jm/paperwing-build/build.sh
===================================================================
--- csplugins/trunk/toronto/jm/paperwing-build/build.sh 2011-06-23 16:03:41 UTC 
(rev 25897)
+++ csplugins/trunk/toronto/jm/paperwing-build/build.sh 2011-06-23 16:05:43 UTC 
(rev 25898)
@@ -37,8 +37,6 @@
 for BUNDLE in swing-application-impl vizmap-gui-impl
 do
     pushd ${BUNDLE}
-    sed -i '' -E 's/filter="\(id=ding[^)]*\)"//' 
src/main/resources/META-INF/spring/bundle-context-osgi*.xml
-    
     apply_patches "${PATCH_DIR}/${BUNDLE}"
     mvn clean install
     popd

-- 
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