Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move mirror-dev repo to special profile
  • Loading branch information
zulus committed Jan 1, 2015
1 parent e457d61 commit 2794eb8
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions pom.xml
Expand Up @@ -37,11 +37,6 @@
<layout>p2</layout>
<url>http://download.eclipse.org/technology/dltk/updates-dev/5.1/</url>
</repository>
<repository>
<id>pex</id>
<layout>p2</layout>
<url>http://p2-dev.pdt-extensions.org/</url>
</repository>
<repository>
<id>luna</id>
<layout>p2</layout>
Expand Down Expand Up @@ -150,9 +145,19 @@
</environments>
</configuration>
</plugin>


</plugins>
</build>

<profiles>
<profile>
<!-- this profile simpplify contributing -->
<id>individual</id>
<repositories>
<repository>
<id>pex</id>
<layout>p2</layout>
<url>http://p2-dev.pdt-extensions.org/</url>
</repository>
</repositories>
</profile>
</profiles>
</project>

0 comments on commit 2794eb8

Please sign in to comment.