Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Schulz2011-05-03 14:43:00 +0000
committerRoland Schulz2011-05-03 14:43:00 +0000
commitfeb70b6e29f147ee6468dccd2c2b5346ab4e1e95 (patch)
tree1b6923d9e735eb73ea4e89d0c7375786b62d736b /rdt/org.eclipse.ptp.rdt.sync.rsync.ui
parent1d88f5231a53d4f0916b6af28dc96f4c535a4d76 (diff)
downloadorg.eclipse.ptp-feb70b6e29f147ee6468dccd2c2b5346ab4e1e95.tar.gz
org.eclipse.ptp-feb70b6e29f147ee6468dccd2c2b5346ab4e1e95.tar.xz
org.eclipse.ptp-feb70b6e29f147ee6468dccd2c2b5346ab4e1e95.zip
For synchronization projects, allows users to sync and build across
multiple remote locations. On project creation, the user specifies a single remote location, and two build configurations are created, one for the remote location and one for the local workspace. Currently, managed build projects do not work properly. Also, all files are synchronized and shared across all configurations, including binary files. Future work will address these two issues. Disabled "Remote Location" for now. Bug 344519
Diffstat (limited to 'rdt/org.eclipse.ptp.rdt.sync.rsync.ui')
-rw-r--r--rdt/org.eclipse.ptp.rdt.sync.rsync.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdt/org.eclipse.ptp.rdt.sync.rsync.ui/META-INF/MANIFEST.MF b/rdt/org.eclipse.ptp.rdt.sync.rsync.ui/META-INF/MANIFEST.MF
index d28ec95a9..eac735298 100644
--- a/rdt/org.eclipse.ptp.rdt.sync.rsync.ui/META-INF/MANIFEST.MF
+++ b/rdt/org.eclipse.ptp.rdt.sync.rsync.ui/META-INF/MANIFEST.MF
@@ -17,3 +17,4 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
+Import-Package: org.eclipse.ptp.rdt.core.serviceproviders

Back to the top