Skip to content

Commit

Permalink
Added new feature project at features/org.features/org.eclipse.birt.r…
Browse files Browse the repository at this point in the history
…cp.feature

Added new product project at build/birt-packages/birt-rcp-report-designer

Signed-off-by: Carl Thronson <[email protected]>
  • Loading branch information
Carl Thronson committed Jun 4, 2015
1 parent 2200227 commit 755be1e
Show file tree
Hide file tree
Showing 14 changed files with 3,120 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build/birt-packages/birt-rcp-report-designer/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.birt.report.designer.rcp</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
48 changes: 48 additions & 0 deletions build/birt-packages/birt-rcp-report-designer/BIRT.product
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product uid="org.eclipse.birt.report.designer.rcp"
application="org.eclipse.birt.report.designer.ui.rcp.DesignerApplication"
useFeatures="true"
includeLaunchers="true">

<configIni use="default">
</configIni>

<launcherArgs>
<vmArgs>-Xms40m
-Xmx256m
-XX:MaxPermSize=128m
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>

<launcher name="BIRT">
<solaris/>
<win useIco="false">
<bmp/>
</win>
</launcher>

<vm>
</vm>

<plugins>
</plugins>

<features>
<feature id="org.eclipse.birt.rcp"/>
</features>

<configurations>
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<property name="org.eclipse.update.reconcile" value="false" />
</configurations>

</product>
60 changes: 60 additions & 0 deletions build/birt-packages/birt-rcp-report-designer/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.birt.build.package</groupId>
<artifactId>org.eclipse.birt.build.package-parent</artifactId>
<version>4.5.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.birt</groupId>
<artifactId>org.eclipse.birt.report.designer.rcp</artifactId>
<version>4.5.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</pluginManagement>
<plugins>

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>create-product-distributions</id>
<goals>
<goal>materialize-products</goal>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
<configuration>
<products>
<product>
<id>org.eclipse.birt.report.designer.rcp</id>
</product>
</products>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>

</project>
1 change: 1 addition & 0 deletions build/birt-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
<module>birt-sample-plugins</module>
<module>birt-runtime-osgi</module>
<module>birt-wtp-integration-sdk</module>
<module>birt-rcp-report-designer</module>
</modules>
</project>
28 changes: 28 additions & 0 deletions features/org.eclipse.birt.rcp.feature/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.birt.rcp.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions features/org.eclipse.birt.rcp.feature/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bin.includes = eclipse_update_120.jpg,\
epl-v10.html,\
feature.properties,\
feature.xml,\
license.html
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 755be1e

Please sign in to comment.