|
|
c242d6 |
diff -up ./pom.xml.orig ./pom.xml
|
|
|
c242d6 |
--- ./pom.xml.orig 2014-05-18 21:19:02.000000000 -0400
|
|
|
c242d6 |
+++ ./pom.xml 2014-05-21 12:44:05.257647123 -0400
|
|
|
c242d6 |
@@ -160,17 +160,24 @@
|
|
|
c242d6 |
|
|
|
c242d6 |
<module>releng/org.eclipse.tm.repo</module>
|
|
|
c242d6 |
<module>terminal/plugins/org.eclipse.tm.terminal</module>
|
|
|
c242d6 |
+
|
|
|
c242d6 |
<module>terminal/plugins/org.eclipse.tm.terminal.serial</module>
|
|
|
c242d6 |
<module>terminal/plugins/org.eclipse.tm.terminal.ssh</module>
|
|
|
c242d6 |
<module>terminal/plugins/org.eclipse.tm.terminal.telnet</module>
|
|
|
c242d6 |
+ -->
|
|
|
c242d6 |
<module>terminal/plugins/org.eclipse.tm.terminal.view</module>
|
|
|
c242d6 |
+
|
|
|
c242d6 |
<module>terminal/plugins/org.eclipse.tm.terminal.local</module>
|
|
|
c242d6 |
- <module>terminal/plugins/org.eclipse.tm.terminal.test</module>
|
|
|
c242d6 |
+ -->
|
|
|
c242d6 |
+
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal-feature</module>
|
|
|
c242d6 |
+
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal.serial-feature</module>
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal.ssh-feature</module>
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal.telnet-feature</module>
|
|
|
c242d6 |
+ -->
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal.view-feature</module>
|
|
|
c242d6 |
+
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal.core.sdk-feature</module>
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal.sdk-feature</module>
|
|
|
c242d6 |
<module>terminal/features/org.eclipse.tm.terminal.local-feature</module>
|
|
|
c242d6 |
@@ -179,6 +186,7 @@
|
|
|
c242d6 |
<module>wince/org.eclipse.rse.wince-feature</module>
|
|
|
c242d6 |
<module>wince/org.eclipse.rse.subsystems.wince</module>
|
|
|
c242d6 |
<module>wince/org.eclipse.tm.rapi</module>
|
|
|
c242d6 |
+ -->
|
|
|
c242d6 |
</modules>
|
|
|
c242d6 |
<build>
|
|
|
c242d6 |
<plugins>
|
|
|
c242d6 |
@@ -304,25 +277,8 @@
|
|
|
c242d6 |
<groupId>org.eclipse.tycho</groupId>
|
|
|
c242d6 |
<artifactId>tycho-packaging-plugin</artifactId>
|
|
|
c242d6 |
<version>${tycho-version}</version>
|
|
|
c242d6 |
- <dependencies>
|
|
|
c242d6 |
- <dependency>
|
|
|
c242d6 |
- <groupId>org.eclipse.tycho.extras</groupId>
|
|
|
c242d6 |
- <artifactId>tycho-buildtimestamp-jgit</artifactId>
|
|
|
c242d6 |
- <version>${tycho-version}</version>
|
|
|
c242d6 |
- </dependency>
|
|
|
c242d6 |
- <dependency>
|
|
|
c242d6 |
- <groupId>org.eclipse.tycho.extras</groupId>
|
|
|
c242d6 |
- <artifactId>tycho-sourceref-jgit</artifactId>
|
|
|
c242d6 |
- <version>${tycho-extras-version}</version>
|
|
|
c242d6 |
- </dependency>
|
|
|
c242d6 |
- </dependencies>
|
|
|
c242d6 |
<configuration>
|
|
|
c242d6 |
<strictBinIncludes>false</strictBinIncludes>
|
|
|
c242d6 |
- <timestampProvider>jgit</timestampProvider>
|
|
|
c242d6 |
- <jgit.ignore>pom.xml</jgit.ignore>
|
|
|
c242d6 |
- <sourceReferences>
|
|
|
c242d6 |
- <generate>true</generate>
|
|
|
c242d6 |
- </sourceReferences>
|
|
|
c242d6 |
</configuration>
|
|
|
c242d6 |
</plugin>
|
|
|
c242d6 |
<plugin>
|