Author: schor
Date: Wed Jul 3 12:29:45 2013
New Revision: 1499365
URL: http://svn.apache.org/r1499365
Log:
no Jira- remove commented-out shared part of build pom now in v5 of parent-pom.
Modified:
uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml
Modified: uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml?rev=1499365&r1=1499364&r2=1499365&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml Wed Jul 3
12:29:45 2013
@@ -58,46 +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