Author: snjeza
Date: 2011-09-26 10:15:55 -0400 (Mon, 26 Sep 2011)
New Revision: 35041
Added:
trunk/central/features/pom.xml
trunk/central/plugins/pom.xml
trunk/central/pom.xml
trunk/central/site/pom.xml
trunk/central/site/site.xml
Log:
JBIDE-9368 Dashboard(s) for easy news aggregation, twitter and easy additional/3rd party
plugin installation and project template/creation
Added: trunk/central/features/pom.xml
===================================================================
--- trunk/central/features/pom.xml (rev 0)
+++ trunk/central/features/pom.xml 2011-09-26 14:15:55 UTC (rev 35041)
@@ -0,0 +1,19 @@
+<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.jboss.tools</groupId>
+ <artifactId>central</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.central</groupId>
+ <artifactId>features</artifactId>
+
+ <name>central.features</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.central.feature</module>
+ </modules>
+</project>
+
Added: trunk/central/plugins/pom.xml
===================================================================
--- trunk/central/plugins/pom.xml (rev 0)
+++ trunk/central/plugins/pom.xml 2011-09-26 14:15:55 UTC (rev 35041)
@@ -0,0 +1,19 @@
+<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.jboss.tools</groupId>
+ <artifactId>central</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.central</groupId>
+ <artifactId>plugins</artifactId>
+
+ <name>central.plugins</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.central</module>
+ </modules>
+</project>
+
Added: trunk/central/pom.xml
===================================================================
--- trunk/central/pom.xml (rev 0)
+++ trunk/central/pom.xml 2011-09-26 14:15:55 UTC (rev 35041)
@@ -0,0 +1,23 @@
+<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.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>central</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <name>centrall.all</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <!-- <module>tests</module> -->
+ <module>site</module>
+ </modules>
+</project>
+
Added: trunk/central/site/pom.xml
===================================================================
--- trunk/central/site/pom.xml (rev 0)
+++ trunk/central/site/pom.xml 2011-09-26 14:15:55 UTC (rev 35041)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>central</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.central</groupId>
+ <artifactId>central.site</artifactId>
+ <name>central.site</name>
+
+ <packaging>eclipse-update-site</packaging>
+</project>
\ No newline at end of file
Added: trunk/central/site/site.xml
===================================================================
--- trunk/central/site/site.xml (rev 0)
+++ trunk/central/site/site.xml 2011-09-26 14:15:55 UTC (rev 35041)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools Central Nightly Build Update Site -->
+ <category-def label="JBoss Tools Central Nightly Build Update Site"
name="JBoss Tools Central Nightly Build Update Site">
+ <description>JBoss Tools Central Nightly Build Update Site: contains all features
in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.central.feature_0.0.0.jar"
id="org.jboss.tools.central.feature" version="0.0.0">
+ <category name="JBoss Tools Central Nightly Build Update Site"/>
+ </feature>
+
+</site>