[savara-commits] savara SVN: r190 - in tools/eclipse/trunk/plugins: org.scribble.core/META-INF and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Mar 7 08:19:34 EST 2010


Author: objectiser
Date: 2010-03-07 08:19:33 -0500 (Sun, 07 Mar 2010)
New Revision: 190

Removed:
   tools/eclipse/trunk/plugins/org.scribble.core/src/java/org/scribble/export/monitor/
Modified:
   tools/eclipse/trunk/plugins/eclipse-build/customTargets.xml
   tools/eclipse/trunk/plugins/org.scribble.core/META-INF/MANIFEST.MF
Log:
Remove monitor aspects, as not needed for savara 1

Modified: tools/eclipse/trunk/plugins/eclipse-build/customTargets.xml
===================================================================
--- tools/eclipse/trunk/plugins/eclipse-build/customTargets.xml	2010-03-07 12:59:22 UTC (rev 189)
+++ tools/eclipse/trunk/plugins/eclipse-build/customTargets.xml	2010-03-07 13:19:33 UTC (rev 190)
@@ -158,10 +158,6 @@
 			<fileset dir="${builder}/../org.scribble.conversation.eclipse"/>
 		</copy>         
         
-        <copy todir="${buildDirectory}/plugins/org.scribble.conversation.export.monitor">
-			<fileset dir="${builder}/../org.scribble.conversation.export.monitor"/>
-		</copy>         
-        
         <copy todir="${buildDirectory}/plugins/org.scribble.conversation.export.text">
 			<fileset dir="${builder}/../org.scribble.conversation.export.text"/>
 		</copy>         
@@ -202,10 +198,6 @@
 			<fileset dir="${builder}/../org.scribble.lang.model"/>
 		</copy>         
             
-        <copy todir="${buildDirectory}/plugins/org.scribble.monitor">
-			<fileset dir="${builder}/../org.scribble.monitor"/>
-		</copy>         
-            
         <copy todir="${buildDirectory}/plugins/org.scribble.pi4soa.cdm">
 			<fileset dir="${builder}/../org.scribble.pi4soa.cdm"/>
 		</copy>         

Modified: tools/eclipse/trunk/plugins/org.scribble.core/META-INF/MANIFEST.MF
===================================================================
--- tools/eclipse/trunk/plugins/org.scribble.core/META-INF/MANIFEST.MF	2010-03-07 12:59:22 UTC (rev 189)
+++ tools/eclipse/trunk/plugins/org.scribble.core/META-INF/MANIFEST.MF	2010-03-07 13:19:33 UTC (rev 190)
@@ -10,7 +10,6 @@
 Export-Package: org.scribble.comparator,
  org.scribble.editor,
  org.scribble.export,
- org.scribble.export.monitor,
  org.scribble.export.stream,
  org.scribble.export.text,
  org.scribble.extensions,



More information about the savara-commits mailing list