Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-05-02 21:51:52 +0000
committerTom Schindl2013-05-02 21:51:52 +0000
commitf872a7ae1d6135d288cf04c5838e394fbfa11cbf (patch)
tree0ba902b802dc9328069fb18c3199246ade0911fc
parent48e2c88a34572a4239ff1fdbd9d09b7111fa7cb1 (diff)
downloadorg.eclipse.efxclipse-f872a7ae1d6135d288cf04c5838e394fbfa11cbf.tar.gz
org.eclipse.efxclipse-f872a7ae1d6135d288cf04c5838e394fbfa11cbf.tar.xz
org.eclipse.efxclipse-f872a7ae1d6135d288cf04c5838e394fbfa11cbf.zip
* adding core feature
* adding runtime updatesite
-rwxr-xr-xreleng/org.eclipse.fx.ide.releng/pom.xml4
-rw-r--r--releng/org.eclipse.fx.updatesite/.gitignore1
-rw-r--r--releng/org.eclipse.fx.updatesite/.project17
-rw-r--r--releng/org.eclipse.fx.updatesite/pom.xml28
-rw-r--r--releng/org.eclipse.fx.updatesite/site.xml7
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/.gitignore1
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/.project17
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/build.properties1
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/feature.xml54
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/pom.xml16
10 files changed, 146 insertions, 0 deletions
diff --git a/releng/org.eclipse.fx.ide.releng/pom.xml b/releng/org.eclipse.fx.ide.releng/pom.xml
index 35eb7cfd1..f800e5f7e 100755
--- a/releng/org.eclipse.fx.ide.releng/pom.xml
+++ b/releng/org.eclipse.fx.ide.releng/pom.xml
@@ -26,6 +26,10 @@
<module>../../bundles/tooling/org.eclipse.fx.ide.jdt.core</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.jdt.ui</module>
+
+ <!-- CSS Tooling -->
+ <module>../../bundles/tooling/org.eclipse.fx.ide.css</module>
+ <module>../../bundles/tooling/org.eclipse.fx.ide.css.ui</module>
</modules>
<repositories>
diff --git a/releng/org.eclipse.fx.updatesite/.gitignore b/releng/org.eclipse.fx.updatesite/.gitignore
new file mode 100644
index 000000000..ea8c4bf7f
--- /dev/null
+++ b/releng/org.eclipse.fx.updatesite/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/releng/org.eclipse.fx.updatesite/.project b/releng/org.eclipse.fx.updatesite/.project
new file mode 100644
index 000000000..b9fcfdd7e
--- /dev/null
+++ b/releng/org.eclipse.fx.updatesite/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.updatesite</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.UpdateSiteBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.UpdateSiteNature</nature>
+ </natures>
+</projectDescription>
diff --git a/releng/org.eclipse.fx.updatesite/pom.xml b/releng/org.eclipse.fx.updatesite/pom.xml
new file mode 100644
index 000000000..9ded8b19d
--- /dev/null
+++ b/releng/org.eclipse.fx.updatesite/pom.xml
@@ -0,0 +1,28 @@
+<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>
+ <name>e(fx)clipse - Runtime - Updatesite</name>
+ <groupId>org.eclipse.fx.runtime</groupId>
+ <artifactId>org.eclipse.fx.updatesite</artifactId>
+ <packaging>eclipse-update-site</packaging>
+
+ <parent>
+ <groupId>org.eclipse.fx</groupId>
+ <artifactId>releng</artifactId>
+ <relativePath>../org.eclipse.fx.releng/pom.xml</relativePath>
+ <version>0.8.1-SNAPSHOT</version>
+ </parent>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <configuration>
+ <archiveSite>true</archiveSite>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project> \ No newline at end of file
diff --git a/releng/org.eclipse.fx.updatesite/site.xml b/releng/org.eclipse.fx.updatesite/site.xml
new file mode 100644
index 000000000..ff64cf7a2
--- /dev/null
+++ b/releng/org.eclipse.fx.updatesite/site.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.eclipse.fx.core.feature_0.8.1.qualifier.jar" id="org.eclipse.fx.core.feature" version="0.8.1.qualifier">
+ <category name="fxruntime"/>
+ </feature>
+ <category-def name="fxruntime" label="FX Runtime"/>
+</site>
diff --git a/releng/runtime/org.eclipse.fx.core.feature/.gitignore b/releng/runtime/org.eclipse.fx.core.feature/.gitignore
new file mode 100644
index 000000000..ea8c4bf7f
--- /dev/null
+++ b/releng/runtime/org.eclipse.fx.core.feature/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/releng/runtime/org.eclipse.fx.core.feature/.project b/releng/runtime/org.eclipse.fx.core.feature/.project
new file mode 100644
index 000000000..619516ba6
--- /dev/null
+++ b/releng/runtime/org.eclipse.fx.core.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.fx.core.feature</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>
diff --git a/releng/runtime/org.eclipse.fx.core.feature/build.properties b/releng/runtime/org.eclipse.fx.core.feature/build.properties
new file mode 100644
index 000000000..64f93a9f0
--- /dev/null
+++ b/releng/runtime/org.eclipse.fx.core.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/releng/runtime/org.eclipse.fx.core.feature/feature.xml b/releng/runtime/org.eclipse.fx.core.feature/feature.xml
new file mode 100644
index 000000000..d827f9fcb
--- /dev/null
+++ b/releng/runtime/org.eclipse.fx.core.feature/feature.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.fx.core.feature"
+ label="e(fx)clipse core Feature"
+ version="0.8.1.qualifier"
+ provider-name="BestSolution.at">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.eclipse.fx.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.databinding"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.guice"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.fx.core.log4j"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.core.p2"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/releng/runtime/org.eclipse.fx.core.feature/pom.xml b/releng/runtime/org.eclipse.fx.core.feature/pom.xml
new file mode 100644
index 000000000..c76b7d70c
--- /dev/null
+++ b/releng/runtime/org.eclipse.fx.core.feature/pom.xml
@@ -0,0 +1,16 @@
+<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>
+ <name>e(fx)clipse - Runtime - Features - Core</name>
+ <groupId>org.eclipse.fx.runtime</groupId>
+ <artifactId>org.eclipse.fx.core.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <parent>
+ <groupId>org.eclipse.fx</groupId>
+ <artifactId>releng</artifactId>
+ <relativePath>../../org.eclipse.fx.releng/pom.xml</relativePath>
+ <version>0.8.1-SNAPSHOT</version>
+ </parent>
+
+</project> \ No newline at end of file

Back to the top