Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-02-22 00:46:47 +0000
committerspingel2010-02-22 00:46:47 +0000
commitd1871b23acf711eae774dfe81a3e550ab41c69d4 (patch)
treed4fa29311db83e16855dd4209faa89d897968b50 /org.eclipse.mylyn.oslc.ui
parentfad05295a26eb6164986a1af91b310887dcafd87 (diff)
downloadorg.eclipse.mylyn.tasks-d1871b23acf711eae774dfe81a3e550ab41c69d4.tar.gz
org.eclipse.mylyn.tasks-d1871b23acf711eae774dfe81a3e550ab41c69d4.tar.xz
org.eclipse.mylyn.tasks-d1871b23acf711eae774dfe81a3e550ab41c69d4.zip
bug 303136: [releng] update copyright notices and release 3.3.2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=303136
Diffstat (limited to 'org.eclipse.mylyn.oslc.ui')
-rw-r--r--org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/Messages.java2
-rw-r--r--org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/messages.properties10
2 files changed, 11 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/Messages.java b/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/Messages.java
index bb4d6cfe7..533e74dd4 100644
--- a/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/Messages.java
+++ b/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/Messages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2008 Tasktop Technologies.
+ * Copyright (c) 2004, 2010 Tasktop Technologies.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Tasktop EULA
* which accompanies this distribution, and is available at
diff --git a/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/messages.properties b/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/messages.properties
index f5cea0e68..37aca563d 100644
--- a/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/messages.properties
+++ b/org.eclipse.mylyn.oslc.ui/src/org/eclipse/mylyn/internal/oslc/ui/messages.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2009 Tasktop Technologies and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Tasktop Technologies - initial API and implementation
+###############################################################################
OslcRepositorySettingsPage_Enter_Base_Url_Above=Enter base url above and press Validate Settings
OslcRepositorySettingsPage_Enter_Base_Above_And_Validate=Enter base url above and press Validate Settings
OslcServiceDiscoveryWizardPage_Browse_Available_Services_Below=Browse the available services below.

Back to the top