You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2009/04/01 15:28:30 UTC

svn commit: r760885 - /incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml

Author: joern
Date: Wed Apr  1 13:28:30 2009
New Revision: 760885

URL: http://svn.apache.org/viewvc?rev=760885&view=rev
Log:
UIMA-1308

Modified:
    incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml

Modified: incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml?rev=760885&r1=760884&r2=760885&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml (original)
+++ incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml Wed Apr  1 13:28:30 2009
@@ -141,6 +141,10 @@
 				<targetPath>icons</targetPath>
 				<directory>${basedir}/icons</directory>
         	</resource>
+        	<resource>
+				<directory>${basedir}</directory>
+        		<includes><include>plugin.xml</include></includes>
+        	</resource>
         </resources>
 		
 		<plugins>