Revision: 4179
          http://vexi.svn.sourceforge.net/vexi/?rev=4179&view=rev
Author:   mkpg2
Date:     2011-07-06 17:24:17 +0000 (Wed, 06 Jul 2011)

Log Message:
-----------
Updated vexidev updatesite.

Modified Paths:
--------------
    trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF
    trunk/tools/org.vexi.vexidev/build.properties
    trunk/tools/org.vexi.vexidev-feature/feature.xml
    trunk/tools/updatesite/site.xml

Property Changed:
----------------
    trunk/tools/org.vexi.vexidev/
    trunk/tools/org.vexi.vexidev-feature/
    trunk/tools/updatesite/


Property changes on: trunk/tools/org.vexi.vexidev
___________________________________________________________________
Added: svn:ignore
   + vexidev.jar

javaCompiler.vexidev.jar.args

temp.folder

build.xml


Modified: trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF
===================================================================
--- trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF   2011-07-06 17:18:29 UTC 
(rev 4178)
+++ trunk/tools/org.vexi.vexidev/META-INF/MANIFEST.MF   2011-07-06 17:24:17 UTC 
(rev 4179)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Vexidev Plug-in
 Bundle-SymbolicName: org.vexi.vexidev;singleton:=true
-Bundle-Version: 0.3.6
+Bundle-Version: 0.3.7
 Bundle-Activator: org.vexi.vexidev.VexidevPlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.expressions,
@@ -22,12 +22,65 @@
  org.eclipse.ui.navigator,
  org.eclipse.ui.navigator.resources,
  org.eclipse.ui.views;bundle-version="3.4.1"
-Export-Package: org.vexi.vexidev,
+Export-Package: com.bea.xml.stream,
+ com.bea.xml.stream.events,
+ com.bea.xml.stream.filters,
+ com.bea.xml.stream.reader,
+ com.bea.xml.stream.samples,
+ com.bea.xml.stream.util,
+ com.wutka.dtd,
+ javax.xml,
+ javax.xml.namespace,
+ javax.xml.stream,
+ javax.xml.stream.events,
+ javax.xml.stream.util,
+ junit.awtui,
+ junit.extensions,
+ junit.framework,
+ junit.runner,
+ junit.swingui,
+ junit.swingui.icons,
+ junit.textui,
+ org.ibex.crypto,
+ org.ibex.io,
+ org.ibex.js,
+ org.ibex.js.parse,
+ org.ibex.js.standard,
+ org.ibex.net,
+ org.ibex.net.ssl,
+ org.ibex.util,
+ org.python.pydev.navigator.actions.copied,
+ org.simpleframework.xml,
+ org.simpleframework.xml.convert,
+ org.simpleframework.xml.core,
+ org.simpleframework.xml.filter,
+ org.simpleframework.xml.strategy,
+ org.simpleframework.xml.stream,
+ org.simpleframework.xml.transform,
+ org.simpleframework.xml.util,
+ org.vexi,
+ org.vexi.format,
+ org.vexi.js,
+ org.vexi.security,
+ org.vexi.util,
+ org.vexi.vexidev,
+ org.vexi.vexidev.build,
+ org.vexi.vexidev.conf,
  org.vexi.vexidev.debug,
+ org.vexi.vexidev.debug.ui,
  org.vexi.vexidev.editor,
+ org.vexi.vexidev.editor.actions,
  org.vexi.vexidev.editor.model,
+ org.vexi.vexidev.navigator,
+ org.vexi.vexidev.navigator.actions,
+ org.vexi.vexidev.navigator.elements,
+ org.vexi.vexidev.navigator.filters,
+ org.vexi.vexidev.outline,
  org.vexi.vexidev.ui,
- org.vexi.vexidev.ui.preferences
+ org.vexi.vexidev.ui.preferences,
+ org.vexi.vexidev.ui.projectprops,
+ org.vexi.vexidev.util,
+ org.vexi.vexidev.util.visit
 Eclipse-AutoStart: true
 Plugin-Class: org.vexi.vexidev.VexidevPlugin
 Bundle-ClassPath: vexidev.jar,

Modified: trunk/tools/org.vexi.vexidev/build.properties
===================================================================
--- trunk/tools/org.vexi.vexidev/build.properties       2011-07-06 17:18:29 UTC 
(rev 4178)
+++ trunk/tools/org.vexi.vexidev/build.properties       2011-07-06 17:24:17 UTC 
(rev 4179)
@@ -11,4 +11,3 @@
 jars.compile.order = vexidev.jar
 source.vexidev.jar = src/
 output.vexidev.jar = bin/
-jars.extra.classpath = lib/jackson-0.9.1_commentsupport.jar


Property changes on: trunk/tools/org.vexi.vexidev-feature
___________________________________________________________________
Added: svn:ignore
   + plugins


Modified: trunk/tools/org.vexi.vexidev-feature/feature.xml
===================================================================
--- trunk/tools/org.vexi.vexidev-feature/feature.xml    2011-07-06 17:18:29 UTC 
(rev 4178)
+++ trunk/tools/org.vexi.vexidev-feature/feature.xml    2011-07-06 17:24:17 UTC 
(rev 4179)
@@ -1,49 +1,50 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.vexi.vexidev_feature"
-      label="org.vexi.vexidev-feature"
-      version="0.3.4"
-      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.7"
+      provider-name="vexi-c...@lists.sourceforge.net">
+
+   <description>
       Vexi Development plugin
-      - syntax highlighting (with preferences)
-      - vexi projects with vexi paths
-      - launch configurations
-      - code formatting
-   </description>
-
-   <copyright>
-      Copyrighted by Mike Goodwin 2005
-   </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>
+- syntax highlighting editor
+- vexi projects with vexi path management
+- launch configurations, launch options in context menu
+- outline view
+- parse &amp; 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>


Property changes on: trunk/tools/updatesite
___________________________________________________________________
Modified: svn:ignore
   - artifacts.xml

content.xml

   + artifacts.xml

content.xml

artifacts.jar

content.jar

features

plugins


Modified: trunk/tools/updatesite/site.xml
===================================================================
--- trunk/tools/updatesite/site.xml     2011-07-06 17:18:29 UTC (rev 4178)
+++ trunk/tools/updatesite/site.xml     2011-07-06 17:24:17 UTC (rev 4179)
@@ -1,8 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-   <description url="http://vexi.sourceforge.net/vexidev/updatesite";>
-      Vexi Eclipse feature update site
-   </description>
-   <feature url="features/org.vexi.vexidev_feature_0.3.4.jar" 
id="org.vexi.vexidev_feature" version="0.3.4"/>
-   <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.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>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to