|
From: <hu...@us...> - 2007-09-26 19:32:50
|
Revision: 537
http://cishell.svn.sourceforge.net/cishell/?rev=537&view=rev
Author: huangb
Date: 2007-09-26 12:32:40 -0700 (Wed, 26 Sep 2007)
Log Message:
-----------
Update the bundle version to 0.7 and add jythonrunner plugin
Modified Paths:
--------------
trunk/deployment/org.cishell.reference.feature/feature.xml
Modified: trunk/deployment/org.cishell.reference.feature/feature.xml
===================================================================
--- trunk/deployment/org.cishell.reference.feature/feature.xml 2007-09-20 21:42:54 UTC (rev 536)
+++ trunk/deployment/org.cishell.reference.feature/feature.xml 2007-09-26 19:32:40 UTC (rev 537)
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.cishell.reference.feature"
- label="CIShell Reference Bundles"
- version="0.4.0">
-
- <description url="http://cishell.org">
- CIShell Reference Bundles
- </description>
-
- <copyright>
- Copyright 2006 Indiana University
- </copyright>
-
- <license url="http://www.apache.org/licenses/LICENSE-2.0">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.cishell.reference.feature"
+ label="CIShell Reference Bundles"
+ version="0.7.0">
+
+ <description url="http://cishell.org">
+ CIShell Reference Bundles
+ </description>
+
+ <copyright>
+ Copyright 2006 Indiana University
+ </copyright>
+
+ <license url="http://www.apache.org/licenses/LICENSE-2.0">
CIShell: Cyberinfrastructure Shell
Copyright 2006 Indiana University
Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,58 +28,64 @@
Bruce Herr (bh...@bh...)
Weixia Huang (hu...@in...)
Shashikant Penumarthy (sp...@in...)
-Dr. Katy Borner (ka...@in...)
- </license>
-
- <url>
- <update label="CIShell Update Site" url="http://cishell.org/update"/>
- <discovery label="CIShell Update Site" url="http://cishell.org/update"/>
- </url>
-
- <plugin
- id="org.cishell.reference"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.cishell.reference.services"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.cishell.service.autostart"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.cishell.templates"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="edu.uci.ics.jung"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.apache.commons.collections"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="cern.colt"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
+Dr. Katy Borner (ka...@in...)
+ </license>
+
+ <url>
+ <update label="CIShell Update Site" url="http://cishell.org/update"/>
+ <discovery label="CIShell Update Site" url="http://cishell.org/update"/>
+ </url>
+
+ <plugin
+ id="org.cishell.reference"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.cishell.reference.services"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.cishell.service.autostart"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.cishell.templates"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="edu.uci.ics.jung"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.apache.commons.collections"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="cern.colt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.cishell.templates.jythonrunner"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|