Author: schor
Date: Wed Jul  3 12:26:50 2013
New Revision: 1499362

URL: http://svn.apache.org/r1499362
Log:
no Jira- remove shared part of build pom now in v5 of parent-pom.

Modified:
    uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml?rev=1499362&r1=1499361&r2=1499362&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml Wed Jul  3 12:26:50 
2013
@@ -60,45 +60,4 @@
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
 
-  <build>
-    <!-- parsedVersion set in parent-pom by builder-helper -->
-    <finalName>${project.artifactId}_${parsedVersion.osgiVersion}</finalName>
-    <!-- turn on filtering for these resources -->         
-    <resources>
-      <resource>
-        <directory>${basedir}</directory>
-        <includes>
-          <include>feature.properties</include>
-          <include>feature.xml</include>
-        </includes>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-    
-    <plugins>
-      <!-- filter the feature.xml to have the right version info 
-           for Eclipse at the top level-->
-      <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>filter feature.xml</id>
-            <!-- run before process-resources, which uses this result -->
-            <phase>generate-resources</phase>
-            <goals><goal>copy-resources</goal></goals>
-            <configuration>
-              <outputDirectory>${basedir}</outputDirectory>
-              <resources>
-                <resource>
-                  <directory>src/main/resources</directory>
-                  <includes><include>feature.xml</include></includes>
-                  <filtering>true</filtering>
-                </resource>
-              </resources> 
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>
\ No newline at end of file


Reply via email to