You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/04/14 23:44:51 UTC

svn commit: r1673562 - /directory/studio/trunk/product/pom.xml

Author: seelmann
Date: Tue Apr 14 21:44:50 2015
New Revision: 1673562

URL: http://svn.apache.org/r1673562
Log:
Remove commented parts

Modified:
    directory/studio/trunk/product/pom.xml

Modified: directory/studio/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/product/pom.xml?rev=1673562&r1=1673561&r2=1673562&view=diff
==============================================================================
--- directory/studio/trunk/product/pom.xml (original)
+++ directory/studio/trunk/product/pom.xml Tue Apr 14 21:44:50 2015
@@ -144,80 +144,4 @@
     </plugins>
   </build>
 
-<!--   <build> -->
-<!--     <plugins> -->
-<!--       <plugin> -->
-<!--         <groupId>org.eclipse.tycho</groupId> -->
-<!--         <artifactId>tycho-p2-repository-plugin</artifactId> -->
-<!--         <version>${tycho.version}</version> -->
-<!--         <configuration> -->
-<!--           <includeAllDependencies>true</includeAllDependencies> -->
-<!--           <createArtifactRepository>true</createArtifactRepository> -->
-<!--           <compress>true</compress> -->
-<!--           <profileProperties> -->
-<!--             <macosx-bundled>true</macosx-bundled> -->
-<!--           </profileProperties> -->
-<!--         </configuration> -->
-<!--       </plugin> -->
-<!--       <plugin> -->
-<!--         <groupId>org.eclipse.tycho</groupId> -->
-<!--         <artifactId>tycho-p2-director-plugin</artifactId> -->
-<!--         <version>${tycho.version}</version> -->
-<!--         <executions> -->
-<!--           <execution> -->
-<!--             <id>materialize-products</id> -->
-<!--             <goals> -->
-<!--               <goal>materialize-products</goal> -->
-<!--             </goals> -->
-<!--           </execution> -->
-<!--           <execution> -->
-<!--             <id>archive-products</id> -->
-<!--             <phase>integration-test</phase> -->
-<!--             <goals> -->
-<!--               <goal>archive-products</goal> -->
-<!--             </goals> -->
-<!--           </execution> -->
-<!--         </executions> -->
-<!--         <configuration> -->
-<!--           <formats> -->
-<!--             <macosx>tar.gz</macosx> -->
-<!--             <linux>tar.gz</linux> -->
-<!--           </formats> -->
-<!--           <products> -->
-<!--             <product> -->
-<!--               <id>name.abuchen.portfolio.product</id> -->
-<!--               <rootFolder>portfolio</rootFolder> -->
-<!--               <archiveFileName>PortfolioPerformance-${project.version}</archiveFileName> -->
-<!--               <rootFolders> -->
-<!--                 <macosx>PortfolioPerformance.app</macosx> -->
-<!--               </rootFolders> -->
-<!--             </product> -->
-<!--           </products> -->
-<!--         </configuration> -->
-<!--       </plugin> -->
-<!--     </plugins> -->
-<!--   </build> -->
-
-<!--   <dependencies> -->
-<!--     <dependency> -->
-<!--       <groupId>org.apache.directory.studio</groupId> -->
-<!--       <artifactId>org.apache.directory.studio.rcp.feature</artifactId> -->
-<!--       <version>2.0.0-SNAPSHOT</version> -->
-<!--     </dependency> -->
-<!--     <dependency> -->
-<!--       <groupId>org.apache.directory.studio</groupId> -->
-<!--       <artifactId>org.apache.directory.studio.rcp.feature</artifactId> -->
-<!--       <version>2.0.0-SNAPSHOT</version> -->
-<!--               <classifier>p2metadata</classifier> -->
-<!--         <type>xml</type> -->
-<!--     </dependency> -->
-<!--     <dependency> -->
-<!--       <groupId>org.apache.directory.studio</groupId> -->
-<!--       <artifactId>org.apache.directory.studio.rcp.feature</artifactId> -->
-<!--       <version>2.0.0-SNAPSHOT</version> -->
-<!--            <classifier>p2artifacts</classifier> -->
-<!--         <type>xml</type> -->
-<!--     </dependency> -->
-<!--   </dependencies> -->
-
 </project>