Skip to content

Commit

Permalink
OPEN - task 9: create eclipse repository (p2) artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalleclercq committed Aug 30, 2012
1 parent 913d9c9 commit f1fbd72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mongodb-ide-product/mongodb-ide.product
Expand Up @@ -38,6 +38,8 @@
<plugin id="org.eclipse.osgi"/>
<plugin id="org.eclipse.osgi.services"/>
<plugin id="org.eclipse.swt"/>
<plugin id="org.eclipse.swt.win32.win32.x86" fragment="true" os="win32" ws="win32" arch="x86"/>
<plugin id="org.eclipse.swt.cocoa.macosx.x86_64" fragment="true" os="cocoa" ws="macosx" arch="x86_64"/>
<plugin id="org.eclipse.ui"/>
<plugin id="org.eclipse.ui.forms"/>
<plugin id="org.eclipse.ui.workbench"/>
Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -33,6 +33,19 @@
<configuration>
<resolver>p2</resolver>
<pomDependencies>consider</pomDependencies>
<allowConflictingDependencies>true</allowConflictingDependencies>
<environments>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f1fbd72

Please sign in to comment.