Author: max.andersen(a)jboss.com
Date: 2009-11-21 10:31:28 -0500 (Sat, 21 Nov 2009)
New Revision: 18773
Added:
branches/tycho_exp/parent-pom.xml
branches/tycho_exp/pom.xml
Modified:
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.common.model/
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.common.ui/
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.model/
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.ui/
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.validator/
branches/tycho_exp/documentation/whatsnew/.project
branches/tycho_exp/examples/plugins/org.jboss.tools.project.examples/
branches/tycho_exp/freemarker/plugins/org.jboss.ide.eclipse.freemarker/
branches/tycho_exp/jst/tests/org.jboss.tools.jst.css.test/
branches/tycho_exp/profiler/plugins/org.jboss.tools.profiler.ui/
branches/tycho_exp/smooks/plugins/org.jboss.tools.smooks.core/
Log:
tycho experiment
Property changes on:
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model
___________________________________________________________________
Name: svn:ignore
- bin
bin/*
+ bin
bin/*
target
Property changes on:
branches/tycho_exp/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui
___________________________________________________________________
Name: svn:ignore
- bin
bin/*
+ bin
bin/*
target
Property changes on: branches/tycho_exp/bpel/plugins/org.eclipse.bpel.common.model
___________________________________________________________________
Name: svn:ignore
- bin
bin/*
+ bin
bin/*
target
Property changes on: branches/tycho_exp/bpel/plugins/org.eclipse.bpel.common.ui
___________________________________________________________________
Name: svn:ignore
- bin
bin/*
+ bin
bin/*
target
Property changes on: branches/tycho_exp/bpel/plugins/org.eclipse.bpel.model
___________________________________________________________________
Name: svn:ignore
- bin
bin/*
+ bin
bin/*
target
Property changes on: branches/tycho_exp/bpel/plugins/org.eclipse.bpel.ui
___________________________________________________________________
Name: svn:ignore
- bin
bin/*
+ bin
bin/*
target
Property changes on: branches/tycho_exp/bpel/plugins/org.eclipse.bpel.validator
___________________________________________________________________
Name: svn:ignore
- bin
bin/*
+ bin
bin/*
target
Modified: branches/tycho_exp/documentation/whatsnew/.project
===================================================================
--- branches/tycho_exp/documentation/whatsnew/.project 2009-11-21 15:28:23 UTC (rev
18772)
+++ branches/tycho_exp/documentation/whatsnew/.project 2009-11-21 15:31:28 UTC (rev
18773)
@@ -5,7 +5,13 @@
<projects>
</projects>
<buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Property changes on: branches/tycho_exp/examples/plugins/org.jboss.tools.project.examples
___________________________________________________________________
Name: svn:ignore
- bin
+ bin
target
Property changes on:
branches/tycho_exp/freemarker/plugins/org.jboss.ide.eclipse.freemarker
___________________________________________________________________
Name: svn:ignore
- bin
+ bin
target
Property changes on: branches/tycho_exp/jst/tests/org.jboss.tools.jst.css.test
___________________________________________________________________
Name: svn:ignore
+ bin
Added: branches/tycho_exp/parent-pom.xml
===================================================================
--- branches/tycho_exp/parent-pom.xml (rev 0)
+++ branches/tycho_exp/parent-pom.xml 2009-11-21 15:31:28 UTC (rev 18773)
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <name>JBoss Tools Parent</name>
+ <packaging>pom</packaging>
+
+ <properties>
+ <tychoVersion>0.5.0</tychoVersion>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.tycho</groupId>
+ <artifactId>tycho-maven-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <repositories>
+ <repository>
+ <id>galileo</id>
+ <
url>http://download.eclipse.org/releases/galileo</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>plugins</id>
+ <
url>http://repository.sonatype.org/content/repositories/all-003</ur...
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
+</project>
Added: branches/tycho_exp/pom.xml
===================================================================
--- branches/tycho_exp/pom.xml (rev 0)
+++ branches/tycho_exp/pom.xml 2009-11-21 15:31:28 UTC (rev 18773)
@@ -0,0 +1,15 @@
+<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>
+ <relativePath>parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>trunk.trunk</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules> </modules>
+</project>
Property changes on: branches/tycho_exp/profiler/plugins/org.jboss.tools.profiler.ui
___________________________________________________________________
Name: svn:ignore
- bin
+ bin
target
Property changes on: branches/tycho_exp/smooks/plugins/org.jboss.tools.smooks.core
___________________________________________________________________
Name: svn:ignore
- bin
+ bin
target