Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-05-13 19:51:37 +0000
committerThomas Watson2013-05-13 19:56:52 +0000
commit1b5390f6a774b6098d09c7db041d8885f5683dce (patch)
tree73767825cfcddc10110fc0d4dc5a3e962e1dbd74
parent7352ad4c712636f87694bfdcc7906d1cc152f8e3 (diff)
downloadrt.equinox.framework-1b5390f6a774b6098d09c7db041d8885f5683dce.tar.gz
rt.equinox.framework-1b5390f6a774b6098d09c7db041d8885f5683dce.tar.xz
rt.equinox.framework-1b5390f6a774b6098d09c7db041d8885f5683dce.zip
Revert "Bug 407201 - Source bundles for org.eclipse.osgi.services and -.util broken"
-rw-r--r--bundles/org.eclipse.osgi.services/build.properties2
-rw-r--r--bundles/org.eclipse.osgi.services/pom.xml11
-rw-r--r--bundles/org.eclipse.osgi.util/build.properties2
-rw-r--r--bundles/org.eclipse.osgi.util/pom.xml11
4 files changed, 0 insertions, 26 deletions
diff --git a/bundles/org.eclipse.osgi.services/build.properties b/bundles/org.eclipse.osgi.services/build.properties
index 93759ae6c..46cc6dca6 100644
--- a/bundles/org.eclipse.osgi.services/build.properties
+++ b/bundles/org.eclipse.osgi.services/build.properties
@@ -16,7 +16,5 @@ src.includes = plugin.properties,\
about.html,\
about_files/
customBuildCallbacks=customBuildCallbacks.xml
-source.. = .
-output.. = .
javacSource = 1.5
javacTarget = 1.5
diff --git a/bundles/org.eclipse.osgi.services/pom.xml b/bundles/org.eclipse.osgi.services/pom.xml
index 0b80fff28..35a1e53b6 100644
--- a/bundles/org.eclipse.osgi.services/pom.xml
+++ b/bundles/org.eclipse.osgi.services/pom.xml
@@ -59,17 +59,6 @@
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- <executions>
- <execution>
- <id>default-compile</id>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
diff --git a/bundles/org.eclipse.osgi.util/build.properties b/bundles/org.eclipse.osgi.util/build.properties
index a4fb3735a..46cc6dca6 100644
--- a/bundles/org.eclipse.osgi.util/build.properties
+++ b/bundles/org.eclipse.osgi.util/build.properties
@@ -15,8 +15,6 @@ bin.includes = plugin.properties,\
src.includes = plugin.properties,\
about.html,\
about_files/
-source.. = .
-output.. = .
customBuildCallbacks=customBuildCallbacks.xml
javacSource = 1.5
javacTarget = 1.5
diff --git a/bundles/org.eclipse.osgi.util/pom.xml b/bundles/org.eclipse.osgi.util/pom.xml
index 4d8def474..4e57146c5 100644
--- a/bundles/org.eclipse.osgi.util/pom.xml
+++ b/bundles/org.eclipse.osgi.util/pom.xml
@@ -44,17 +44,6 @@
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- <executions>
- <execution>
- <id>default-compile</id>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>

Back to the top