Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Removed director plug-in entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Dec 30, 2016
1 parent 5830075 commit e431702
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions org.nasdanika.codegen.repository/pom.xml
Expand Up @@ -20,34 +20,6 @@
<includeAllDependencies>true</includeAllDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<!--
<execution>
<id>build-distributions</id>
<goals>
< ! - - install the product using the p2 director - - >
<goal>materialize-products</goal>
< ! - - create zip file with the installed product - - >
<goal>archive-products</goal>
</goals>
</execution>
-->
</executions>
<configuration>
<products>
<product>
<id>org.nasdanika.server</id>
</product>
</products>
<!-- global optional parameters (with default values) -->
<installFeatures>true</installFeatures>
<profile>DefaultProfile</profile>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e431702

Please sign in to comment.