Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xFROMCVS/org.eclipse.rcp-feature/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/FROMCVS/org.eclipse.rcp-feature/build.properties b/FROMCVS/org.eclipse.rcp-feature/build.properties
index 5095a23c9..a05219100 100755
--- a/FROMCVS/org.eclipse.rcp-feature/build.properties
+++ b/FROMCVS/org.eclipse.rcp-feature/build.properties
@@ -9,7 +9,10 @@
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes=feature.xml,feature.properties,eclipse_update_120.jpg
-root=../org.eclipse.platform/rootfiles
+# igorf tycho does not support cross-project resource references
+# we need to refactor platform rootfiles somehow, but how
+# we deal with this depends on git repository layout
+#root=../org.eclipse.platform/rootfiles

Back to the top