[Esbox-commits] r422 - trunk/org.indt.esbox.core/META-INF trunk/org.indt.esbox.debug/META-INF trunk/org.indt.esbox.feature trunk/org.indt.esbox.help/META-INF trunk/org.indt.esbox.launch/META-INF trunk/org.indt.esbox.python.debug/META-INF trunk/org.indt.esbox.python.launch/META-INF trunk/org.indt.esbox.python.ui/META-INF trunk/org.indt.esbox.ui/META-INF www/update

raul at garage.maemo.org raul at garage.maemo.org
Fri Feb 22 04:21:18 EET 2008


Author: raul
Date: 2008-02-22 04:21:03 +0200 (Fri, 22 Feb 2008)
New Revision: 422

Modified:
   trunk/org.indt.esbox.core/META-INF/MANIFEST.MF
   trunk/org.indt.esbox.debug/META-INF/MANIFEST.MF
   trunk/org.indt.esbox.feature/feature.xml
   trunk/org.indt.esbox.help/META-INF/MANIFEST.MF
   trunk/org.indt.esbox.launch/META-INF/MANIFEST.MF
   trunk/org.indt.esbox.python.debug/META-INF/MANIFEST.MF
   trunk/org.indt.esbox.python.launch/META-INF/MANIFEST.MF
   trunk/org.indt.esbox.python.ui/META-INF/MANIFEST.MF
   trunk/org.indt.esbox.ui/META-INF/MANIFEST.MF
   www/update/site.xml
Log:
plug-in versions updated to 1.3.6

Modified: trunk/org.indt.esbox.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.core/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.core/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESbox Core Plug-in
 Bundle-SymbolicName: org.indt.esbox.core;singleton:=true
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.core.CoreActivator
 Bundle-Vendor: INdT
 Require-Bundle: org.eclipse.ui,

Modified: trunk/org.indt.esbox.debug/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.debug/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.debug/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESbox Debug Plug-in
 Bundle-SymbolicName: org.indt.esbox.debug;singleton:=true
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.debug.DebugActivator
 Bundle-Vendor: INdT
 Require-Bundle: org.eclipse.ui,

Modified: trunk/org.indt.esbox.feature/feature.xml
===================================================================
--- trunk/org.indt.esbox.feature/feature.xml	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.feature/feature.xml	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 <feature
       id="org.indt.esbox.feature"
       label="ESbox"
-      version="1.3.5"
+      version="1.3.6"
       provider-name="INdT"
       plugin="org.indt.esbox.ui"
       os="linux">
@@ -47,56 +47,56 @@
          id="org.indt.esbox.core"
          download-size="162"
          install-size="162"
-         version="1.3.5"
+         version="1.3.6"
          unpack="false"/>
 
    <plugin
          id="org.indt.esbox.launch"
          download-size="83"
          install-size="83"
-         version="1.3.5"
+         version="1.3.6"
          unpack="false"/>
 
    <plugin
          id="org.indt.esbox.ui"
-         download-size="675"
-         install-size="675"
-         version="1.3.5"
+         download-size="680"
+         install-size="680"
+         version="1.3.6"
          unpack="false"/>
 
    <plugin
          id="org.indt.esbox.debug"
          download-size="53"
          install-size="53"
-         version="1.3.5"
+         version="1.3.6"
          unpack="false"/>
 
    <plugin
          id="org.indt.esbox.help"
-         download-size="4900"
-         install-size="4900"
-         version="1.3.5"
+         download-size="2200"
+         install-size="2200"
+         version="1.3.6"
          unpack="false"/>
 
    <plugin
          id="org.indt.esbox.python.launch"
          download-size="92"
          install-size="92"
-         version="1.3.5"
+         version="1.3.6"
          unpack="false"/>
 
    <plugin
          id="org.indt.esbox.python.ui"
          download-size="72"
          install-size="72"
-         version="1.3.5"
+         version="1.3.6"
          unpack="false"/>
 
    <plugin
          id="org.indt.esbox.python.debug"
          download-size="20"
          install-size="20"
-         version="1.3.5"
+         version="1.3.6"
          unpack="false"/>
 
 </feature>

Modified: trunk/org.indt.esbox.help/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.help/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.help/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESbox Help Plug-in
 Bundle-SymbolicName: org.indt.esbox.help; singleton:=true
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.help.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime

Modified: trunk/org.indt.esbox.launch/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.launch/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.launch/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESbox Launch Plug-in
 Bundle-SymbolicName: org.indt.esbox.launch;singleton:=true
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.launch.LaunchActivator
 Bundle-Vendor: INdT
 Require-Bundle: org.eclipse.ui,

Modified: trunk/org.indt.esbox.python.debug/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.python.debug/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.python.debug/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESbox Python Debug Plug-in
 Bundle-SymbolicName: org.indt.esbox.python.debug
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.python.debug.PythonDebugActivator
 Bundle-Vendor: INdT
 Require-Bundle: org.eclipse.ui,

Modified: trunk/org.indt.esbox.python.launch/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.python.launch/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.python.launch/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESBox Python Launch Plug-in
 Bundle-SymbolicName: org.indt.esbox.python.launch;singleton:=true
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.python.launch.PythonLaunchActivator
 Bundle-Vendor: INdT
 Require-Bundle: org.eclipse.ui,

Modified: trunk/org.indt.esbox.python.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.python.ui/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.python.ui/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESbox Python Ui Plug-in
 Bundle-SymbolicName: org.indt.esbox.python.ui;singleton:=true
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.python.ui.PythonUIActivator
 Bundle-Vendor: INdT
 Require-Bundle: org.eclipse.ui,

Modified: trunk/org.indt.esbox.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.indt.esbox.ui/META-INF/MANIFEST.MF	2008-02-22 02:09:54 UTC (rev 421)
+++ trunk/org.indt.esbox.ui/META-INF/MANIFEST.MF	2008-02-22 02:21:03 UTC (rev 422)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ESbox Ui Plug-in
 Bundle-SymbolicName: org.indt.esbox.ui;singleton:=true
-Bundle-Version: 1.3.5
+Bundle-Version: 1.3.6
 Bundle-Activator: org.indt.esbox.ui.UIActivator
 Bundle-Vendor: INdT
 Require-Bundle: org.eclipse.ui,

Modified: www/update/site.xml
===================================================================
--- www/update/site.xml	2008-02-22 02:09:54 UTC (rev 421)
+++ www/update/site.xml	2008-02-22 02:21:03 UTC (rev 422)
@@ -33,6 +33,9 @@
    <feature url="features/org.indt.esbox.feature_1.3.5.jar" id="org.indt.esbox.feature" version="1.3.5" os="linux">
       <category name="ESbox"/>
    </feature>
+   <feature url="features/org.indt.esbox.feature_1.3.6.jar" id="org.indt.esbox.feature" version="1.3.6" os="linux">
+      <category name="ESbox"/>
+   </feature>
    <category-def name="ESbox" label="ESbox">
       <description>
          ESbox Category



More information about the Esbox-commits mailing list