Author: dgolovin
Date: 2012-04-30 16:51:02 -0400 (Mon, 30 Apr 2012)
New Revision: 40660
Added:
workspace/dgolovin/org.jboss.tools.browsersim.app/.project
workspace/dgolovin/org.jboss.tools.browsersim.app/.settings/
workspace/dgolovin/org.jboss.tools.browsersim.app/.settings/org.eclipse.m2e.core.prefs
workspace/dgolovin/org.jboss.tools.browsersim.app/org.jboss.browsersim.product
workspace/dgolovin/org.jboss.tools.browsersim.app/pom.xml
Log:
JBIDE-11493 Create standalone BrowserSim application
tycho based build for standalone eclipse based application for BrowserSim
it is bigger then if it would use only required jars. But at some point we can make it
real RCP application with update capability
Added: workspace/dgolovin/org.jboss.tools.browsersim.app/.project
===================================================================
--- workspace/dgolovin/org.jboss.tools.browsersim.app/.project
(rev 0)
+++ workspace/dgolovin/org.jboss.tools.browsersim.app/.project 2012-04-30 20:51:02 UTC
(rev 40660)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.browsersim.app</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ </natures>
+</projectDescription>
Property changes on: workspace/dgolovin/org.jboss.tools.browsersim.app/.project
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added:
workspace/dgolovin/org.jboss.tools.browsersim.app/.settings/org.eclipse.m2e.core.prefs
===================================================================
---
workspace/dgolovin/org.jboss.tools.browsersim.app/.settings/org.eclipse.m2e.core.prefs
(rev 0)
+++
workspace/dgolovin/org.jboss.tools.browsersim.app/.settings/org.eclipse.m2e.core.prefs 2012-04-30
20:51:02 UTC (rev 40660)
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=false
+version=1
Property changes on:
workspace/dgolovin/org.jboss.tools.browsersim.app/.settings/org.eclipse.m2e.core.prefs
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: workspace/dgolovin/org.jboss.tools.browsersim.app/org.jboss.browsersim.product
===================================================================
--- workspace/dgolovin/org.jboss.tools.browsersim.app/org.jboss.browsersim.product
(rev 0)
+++
workspace/dgolovin/org.jboss.tools.browsersim.app/org.jboss.browsersim.product 2012-04-30
20:51:02 UTC (rev 40660)
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="JBoss Tools Mobile Browser Simulator"
uid="org.jboss.tools.browsersim"
application="org.jboss.tools.vpe.browsersim.eclipse.application"
version="1.0.0.qualifier" useFeatures="true"
includeLaunchers="true">
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <vmArgsMac>-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
+ </launcherArgs>
+
+ <launcher name="browsersim">
+ <solaris/>
+ <win useIco="false">
+ <bmp/>
+ </win>
+ </launcher>
+
+ <vm>
+ </vm>
+
+ <plugins>
+ <plugin id="org.eclipse.core.runtime"/>
+ <plugin id="org.eclipse.equinox.common"/>
+ <plugin id="org.eclipse.equinox.ds"/>
+ <plugin id="org.eclipse.equinox.simpleconfigurator"/>
+ <plugin id="org.eclipse.swt"/>
+ <plugin id="org.eclipse.ui.workbench"/>
+ <plugin id="org.jboss.tools.vpe.browsersim"/>
+ <plugin id="org.jboss.tools.vpe.browsersim.browser"/>
+ <plugin id="org.jboss.tools.vpe.browsersim.eclipse"/>
+ </plugins>
+
+ <features>
+ <feature id="org.jboss.tools.vpe.browsersim.feature"/>
+ <feature id="org.eclipse.platform"/>
+ </features>
+
+ <configurations>
+ <plugin id="org.eclipse.core.runtime" autoStart="true"
startLevel="4" />
+ <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.simpleconfigurator"
autoStart="true" startLevel="1" />
+ <property name="org.eclipse.update.reconcil" value="false"
/>
+ </configurations>
+
+</product>
Property changes on:
workspace/dgolovin/org.jboss.tools.browsersim.app/org.jboss.browsersim.product
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: workspace/dgolovin/org.jboss.tools.browsersim.app/pom.xml
===================================================================
--- workspace/dgolovin/org.jboss.tools.browsersim.app/pom.xml (rev
0)
+++ workspace/dgolovin/org.jboss.tools.browsersim.app/pom.xml 2012-04-30 20:51:02 UTC (rev
40660)
@@ -0,0 +1,105 @@
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.tools.browsersim</groupId>
+ <artifactId>org.jboss.tools.browsersim.app</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-repository</packaging>
+ <name>org.jboss.tools.browsersim.app</name>
+
+ <properties>
+ <tychoVersion>0.10.0</tychoVersion>
+ </properties>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>tycho-maven-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <extensions>true</extensions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <ignoreTychoRepositories>true</ignoreTychoRepositories>
+ <environments>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>tycho-p2-publisher-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <publishArtifacts>true</publishArtifacts>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <executions>
+ <execution>
+ <id>materialize-products</id>
+ <goals>
+ <goal>materialize-products</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>archive-products</id>
+ <goals>
+ <goal>archive-products</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <products>
+ <product>
+ <id>org.jboss.tools.browsersim</id>
+ </product>
+ </products>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>eclipse-indigo-sr2</id>
+ <
url>http://mirrors.med.harvard.edu/eclipse//eclipse/updates/3.7/R-3.7....
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>jbosstools-nightly</id>
+ <
url>http://download.jboss.org/jbosstools/updates/nightly/trunk/</ur...
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/org.jboss.tools.browsersim.app/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain