Author: schor
Date: Wed Jul  3 12:21:06 2013
New Revision: 1499357

URL: http://svn.apache.org/r1499357
Log:
no Jira - cleanup - remove commented out section of pom that was moved to the 
v5 parent pom

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

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml?rev=1499357&r1=1499356&r2=1499357&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml Wed Jul  3 12:21:06 
2013
@@ -58,45 +58,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