Revision: 4363 http://vexi.svn.sourceforge.net/vexi/?rev=4363&view=rev Author: mkpg2 Date: 2012-02-23 16:18:07 +0000 (Thu, 23 Feb 2012) Log Message: ----------- Release 0.3.8, Update update site.
Modified Paths: -------------- trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF trunk/tools/org.vexi.vexidev-feature/feature.xml trunk/tools/updatesite/site.xml Added Paths: ----------- trunk/tools/org.vexi.vexidev/org.vexi.vexidev_0.3.8.jar trunk/tools/updatesite/.project Property Changed: ---------------- trunk/tools/org.vexi.vexidev-feature/ Modified: trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF =================================================================== --- trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF 2012-02-23 05:41:20 UTC (rev 4362) +++ trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF 2012-02-23 16:18:07 UTC (rev 4363) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Vexidev Plug-in Bundle-SymbolicName: org.vexi.vexidev;singleton:=true -Bundle-Version: 0.3.7 +Bundle-Version: 0.3.8 Bundle-Activator: org.vexi.vexidev.VexidevPlugin Bundle-Localization: plugin Require-Bundle: org.eclipse.core.expressions, Added: trunk/tools/org.vexi.vexidev/org.vexi.vexidev_0.3.8.jar =================================================================== (Binary files differ) Property changes on: trunk/tools/org.vexi.vexidev/org.vexi.vexidev_0.3.8.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Property changes on: trunk/tools/org.vexi.vexidev-feature ___________________________________________________________________ Modified: svn:ignore - plugins + plugins build.xml *.jar Modified: trunk/tools/org.vexi.vexidev-feature/feature.xml =================================================================== --- trunk/tools/org.vexi.vexidev-feature/feature.xml 2012-02-23 05:41:20 UTC (rev 4362) +++ trunk/tools/org.vexi.vexidev-feature/feature.xml 2012-02-23 16:18:07 UTC (rev 4363) @@ -1,50 +1,50 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="org.vexi.vexidev_feature" - label="org.vexi.vexidev-feature" - version="0.3.7" - provider-name="vexi-c...@lists.sourceforge.net"> - - <description> +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.vexi.vexidev_feature" + label="org.vexi.vexidev-feature" + version="0.3.8" + provider-name="vexi-c...@lists.sourceforge.net"> + + <description> Vexi Development plugin - syntax highlighting editor - vexi projects with vexi path management - launch configurations, launch options in context menu - outline view -- parse & configuration errors - </description> - - <copyright> - Copyrighted by Mike Goodwin 2005-2011 - </copyright> - - <license> - This plugin is licensed under the terms of the Eclipse Public License - </license> - - <url> - <update label="VexiDev updates" url="http://vexi.sourceforge.net/vexidev/updatesite"/> - </url> - - <requires> - <import plugin="org.eclipse.core.resources"/> - <import plugin="org.eclipse.core.runtime"/> - <import plugin="org.eclipse.jface"/> - <import plugin="org.eclipse.jface.text"/> - <import plugin="org.eclipse.ui"/> - <import plugin="org.eclipse.debug.core"/> - <import plugin="org.eclipse.debug.ui"/> - <import plugin="org.eclipse.ui.console"/> - <import plugin="org.eclipse.ui.editors"/> - <import plugin="org.eclipse.ui.ide"/> - <import plugin="org.eclipse.ui.workbench.texteditor"/> - <import plugin="org.eclipse.core.expressions"/> - </requires> - - <plugin - id="org.vexi.vexidev" - download-size="128" - install-size="189" - version="0.0.0"/> - -</feature> +- parse & configuration errors + </description> + + <copyright> + Copyrighted by Mike Goodwin 2005-2011 + </copyright> + + <license> + This plugin is licensed under the terms of the Eclipse Public License + </license> + + <url> + <update label="VexiDev updates" url="http://vexi.sourceforge.net/vexidev/updatesite"/> + </url> + + <requires> + <import plugin="org.eclipse.core.resources"/> + <import plugin="org.eclipse.core.runtime"/> + <import plugin="org.eclipse.jface"/> + <import plugin="org.eclipse.jface.text"/> + <import plugin="org.eclipse.ui"/> + <import plugin="org.eclipse.debug.core"/> + <import plugin="org.eclipse.debug.ui"/> + <import plugin="org.eclipse.ui.console"/> + <import plugin="org.eclipse.ui.editors"/> + <import plugin="org.eclipse.ui.ide"/> + <import plugin="org.eclipse.ui.workbench.texteditor"/> + <import plugin="org.eclipse.core.expressions"/> + </requires> + + <plugin + id="org.vexi.vexidev" + download-size="128" + install-size="189" + version="0.0.0"/> + +</feature> Added: trunk/tools/updatesite/.project =================================================================== --- trunk/tools/updatesite/.project (rev 0) +++ trunk/tools/updatesite/.project 2012-02-23 16:18:07 UTC (rev 4363) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>updatesite</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + </natures> +</projectDescription> Property changes on: trunk/tools/updatesite/.project ___________________________________________________________________ Added: svn:mime-type + text/plain Modified: trunk/tools/updatesite/site.xml =================================================================== --- trunk/tools/updatesite/site.xml 2012-02-23 05:41:20 UTC (rev 4362) +++ trunk/tools/updatesite/site.xml 2012-02-23 16:18:07 UTC (rev 4363) @@ -1,13 +1,10 @@ -<?xml version="1.0" encoding="UTF-8"?> -<site> - <description name="Vexidev" url="http://vexi.sourceforge.net/vexidev/updatesite"> - Vexi Eclipse feature update site - </description> - <feature url="features/org.vexi.vexidev_feature_0.3.6.jar" id="org.vexi.vexidev_feature" version="0.3.6"> - <category name="Vexidev"/> - </feature> - <feature url="features/org.vexi.vexidev_feature_0.3.7.jar" id="org.vexi.vexidev_feature" version="0.3.7"> - <category name="Vexidev"/> - </feature> - <category-def name="Vexidev" label="Vexidev Category"/> -</site> +<?xml version="1.0" encoding="UTF-8"?> +<site> + <description name="Vexidev" url="http://vexi.sourceforge.net/vexidev/updatesite"> + Vexi Eclipse feature update site + </description> + <feature url="features/org.vexi.vexidev_feature_0.3.8.jar" id="org.vexi.vexidev_feature" version="0.3.8"> + <category name="Vexidev"/> + </feature> + <category-def name="Vexidev" label="Vexidev Category"/> +</site> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn