[subversion:17] Plugins version has been upgraded from 1.0 to 1.0.1

  • From: dkaspar@kenai.com
  • To: commits@eplugin.kenai.com
  • Subject: [subversion:17] Plugins version has been upgraded from 1.0 to 1.0.1
  • Date: Thu, 8 Jan 2009 16:12:55 +0000 (GMT)

Repository: subversion
Revision:   17
Author:     dkaspar
Date:       2009-01-08 16:12:50 UTC

Log Message:
-----------
Plugins version has been upgraded from 1.0 to 1.0.1


Modified Paths:
--------------
    trunk/build.xml
    trunk/com.sun.javafx.eclipse.core/META-INF/MANIFEST.MF
    trunk/com.sun.javafx.eclipse.editor.lib/META-INF/MANIFEST.MF
    trunk/com.sun.javafx.eclipse.editor/META-INF/MANIFEST.MF
    trunk/com.sun.javafx.eclipse.feature/feature.xml

Diffs:
-----
Index: trunk/com.sun.javafx.eclipse.editor/META-INF/MANIFEST.MF
===================================================================
--- trunk/com.sun.javafx.eclipse.editor/META-INF/MANIFEST.MF   
(revision 16)
+++ trunk/com.sun.javafx.eclipse.editor/META-INF/MANIFEST.MF   
(revision 17)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JavaFX Editor
 Bundle-SymbolicName: com.sun.javafx.eclipse.editor;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
 Bundle-Activator: com.sun.javafx.eclipse.editor.Activator
 Bundle-Vendor: Sun Microsystems
 Require-Bundle: org.eclipse.ui,
Index: trunk/com.sun.javafx.eclipse.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/com.sun.javafx.eclipse.core/META-INF/MANIFEST.MF     
(revision 16)
+++ trunk/com.sun.javafx.eclipse.core/META-INF/MANIFEST.MF     
(revision 17)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JavaFX Core
 Bundle-SymbolicName: com.sun.javafx.eclipse.core;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
 Bundle-Activator: com.sun.javafx.eclipse.core.Activator
 Bundle-Vendor: Sun Microsystems
 Require-Bundle: org.eclipse.ui,
Index: trunk/com.sun.javafx.eclipse.editor.lib/META-INF/MANIFEST.MF
===================================================================
--- trunk/com.sun.javafx.eclipse.editor.lib/META-INF/MANIFEST.MF       
(revision 16)
+++ trunk/com.sun.javafx.eclipse.editor.lib/META-INF/MANIFEST.MF       
(revision 17)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JavaFX Editor Library
 Bundle-SymbolicName: com.sun.javafx.eclipse.editor.lib
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
 Bundle-ClassPath: javafxc.jar,
  javafxdoc.jar
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
Index: trunk/com.sun.javafx.eclipse.feature/feature.xml
===================================================================
--- trunk/com.sun.javafx.eclipse.feature/feature.xml    (revision 16)
+++ trunk/com.sun.javafx.eclipse.feature/feature.xml    (revision 17)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~ Copyright (c) 2008, Sun Microsystems, Inc.
   ~ All rights reserved.
@@ -24,34 +24,34 @@
   ~ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT
   ~ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS
   ~ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  -->
-<feature
-      id="com.sun.javafx.eclipse.feature"
-      label="JavaFX Feature"
-      version="1.0.0"
-      provider-name="Sun Microsystems">
-
-   <description url="http://kenai.com/projects/eplugin";>
-      JavaFX support for Eclipse
-   </description>
-
-   <copyright>
-      Copyright (c) 2008, Sun Microsystems, Inc.<br>
-All rights reserved.
-   </copyright>
-
-   <license url="http://www.opensource.org/licenses/bsd-license.php";>
-      Copyright (c) 2008, Sun Microsystems, Inc.
-All rights reserved.
+  -->
+<feature
+      id="com.sun.javafx.eclipse.feature"
+      label="JavaFX Feature"
+      version="1.0.1"
+      provider-name="Sun Microsystems">
+
+   <description url="http://kenai.com/projects/eplugin";>
+      JavaFX support for Eclipse
+   </description>
+
+   <copyright>
+      Copyright (c) 2008, Sun Microsystems, Inc.&lt;br&gt;
+All rights reserved.
+   </copyright>
+
+   <license url="http://www.opensource.org/licenses/bsd-license.php";>
+      Copyright (c) 2008, Sun Microsystems, Inc.
+All rights reserved.
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
-are met:
+are met:
 * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
-distribution.
+distribution.
 * Neither the name of the Sun Microsystems nor the names of its
 contributors may be used to endorse or promote products derived
 from this software without specific prior written permission.
@@ -66,44 +66,44 @@
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGE.
-   </license>
-
-   <url>
-      <discovery label="JavaFX" url="http://javafx.com"/>
-   </url>
-
-   <requires>
-      <import plugin="org.eclipse.core.runtime"/>
-      <import plugin="org.apache.ant" version="1.7.0"
match="greaterOrEqual"/>
-      <import plugin="org.junit" version="3.8.2"
match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.resources"/>
-      <import plugin="org.eclipse.jdt.core" version="3.4.2"
match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide"/>
-      <import plugin="org.eclipse.jface.text"/>
-      <import plugin="org.eclipse.ui.editors"/>
-      <import plugin="org.eclipse.jdt.ui" version="3.4.1"
match="greaterOrEqual"/>
-   </requires>
-
-   <plugin
-         id="com.sun.javafx.eclipse.core"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="com.sun.javafx.eclipse.editor"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="com.sun.javafx.eclipse.editor.lib"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-</feature>
+OF SUCH DAMAGE.
+   </license>
+
+   <url>
+      <discovery label="JavaFX" url="http://javafx.com"/>
+   </url>
+
+   <requires>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.apache.ant" version="1.7.0"
match="greaterOrEqual"/>
+      <import plugin="org.junit" version="3.8.2"
match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.resources"/>
+      <import plugin="org.eclipse.jdt.core" version="3.4.2"
match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.ide"/>
+      <import plugin="org.eclipse.jface.text"/>
+      <import plugin="org.eclipse.ui.editors"/>
+      <import plugin="org.eclipse.jdt.ui" version="3.4.1"
match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="com.sun.javafx.eclipse.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.sun.javafx.eclipse.editor"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.sun.javafx.eclipse.editor.lib"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+</feature>
Index: trunk/build.xml
===================================================================
--- trunk/build.xml     (revision 16)
+++ trunk/build.xml     (revision 17)
@@ -36,7 +36,7 @@
     
     <taskdef resource="net/sf/antcontrib/antcontrib.properties"
classpath="${buildHome}/build-files/ant-contrib.jar" />
     
-    <property name="release.version" value="1.0"/>
+    <property name="release.version" value="1.0.1"/>
   
     <property name="javafx.sdk.version" value="b55"/>
     <property name="javafx.sdk.root.dir" value="javafx-sdk1.0"/>


[subversion:17] Plugins version has been upgraded from 1.0 to 1.0.1

dkaspar 01/08/2009
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close