Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-01-20 14:14:52 +0000
committerDani Megert2012-01-20 14:14:52 +0000
commit0d3bc4c877527366882badf18f5fc64cf55d7309 (patch)
treeed084083e7c0f7f3f02ac20f28765a2af399293f
parentb30e2fd145ef1c7780996eb8588342118244aec4 (diff)
downloadeclipse.jdt-R3_7_maintenance.tar.gz
eclipse.jdt-R3_7_maintenance.tar.xz
eclipse.jdt-R3_7_maintenance.zip
Adjusted version and copyright datev20120120-1414R3_7_2R3_7_maintenance
-rw-r--r--org.eclipse.jdt-feature/feature.xml4
-rw-r--r--org.eclipse.jdt-feature/sourceTemplatePlugin/about.properties4
-rw-r--r--org.eclipse.jdt/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt/about.properties4
4 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index 471b83d..7a02ba2 100644
--- a/org.eclipse.jdt-feature/feature.xml
+++ b/org.eclipse.jdt-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt"
label="%featureName"
- version="3.7.1.qualifier"
+ version="3.7.2.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
@@ -26,7 +26,7 @@
</url>
<requires>
- <import feature="org.eclipse.platform" version="3.7.1" match="greaterOrEqual"/>
+ <import feature="org.eclipse.platform" version="3.7.2" match="greaterOrEqual"/>
</requires>
<plugin
diff --git a/org.eclipse.jdt-feature/sourceTemplatePlugin/about.properties b/org.eclipse.jdt-feature/sourceTemplatePlugin/about.properties
index 7c18b64..2f2f10c 100644
--- a/org.eclipse.jdt-feature/sourceTemplatePlugin/about.properties
+++ b/org.eclipse.jdt-feature/sourceTemplatePlugin/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 IBM Corporation 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
@@ -19,6 +19,6 @@ blurb=Eclipse Java Development Tools SDK\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2011. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\
Visit http://www.eclipse.org/jdt
diff --git a/org.eclipse.jdt/META-INF/MANIFEST.MF b/org.eclipse.jdt/META-INF/MANIFEST.MF
index 611b8cd..91030aa 100644
--- a/org.eclipse.jdt/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt; singleton:=true
-Bundle-Version: 3.7.1.qualifier
+Bundle-Version: 3.7.2.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)",
diff --git a/org.eclipse.jdt/about.properties b/org.eclipse.jdt/about.properties
index b95eea0..aa59bd6 100644
--- a/org.eclipse.jdt/about.properties
+++ b/org.eclipse.jdt/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 IBM Corporation 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
@@ -19,6 +19,6 @@ blurb=Eclipse Java Development Tools\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2011. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\
Visit http://www.eclipse.org/jdt

Back to the top