An error occurred while loading the file. Please try again.
-
Kai-Holger Brassel authored
* Add Maven parent with tycho and P2 repo(s) for target definition * Add Maven nature to all projects * Add POM files with packaging eclipse-plugin , -feature, -repository * Dedicated project for product definition * Add configuration with default start levels to product definition
cde6b190
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.e4.ui.workbench.swt.E4Application"
name="Building Physics Catalog Editor">
<property
name="appName"
value="Building Physics Catalog Editor">
</property>
</product>
</extension>
</plugin>