diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-11-25 20:13:35 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-11-25 20:13:35 +0530 |
| commit | 1142b0e41de39010de7845cf70d71dbb001fc1dc (patch) | |
| tree | 3513487f65c1a7df47996bd2852393aceaac1b8a /src/com.gluster.storage.management.console.feature.webstart | |
| parent | 92c52d8edf285945d31e446503fc742fde9dcc49 (diff) | |
Renamed projects / packages com.gluster.* to org.gluster.*
Diffstat (limited to 'src/com.gluster.storage.management.console.feature.webstart')
7 files changed, 0 insertions, 363 deletions
diff --git a/src/com.gluster.storage.management.console.feature.webstart/.project b/src/com.gluster.storage.management.console.feature.webstart/.project deleted file mode 100644 index ebf9c846..00000000 --- a/src/com.gluster.storage.management.console.feature.webstart/.project +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>com.gluster.storage.management.console.feature.webstart</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.pde.FeatureBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.pde.FeatureNature</nature> - </natures> -</projectDescription> diff --git a/src/com.gluster.storage.management.console.feature.webstart/buckminster.cspex b/src/com.gluster.storage.management.console.feature.webstart/buckminster.cspex deleted file mode 100644 index 252a5e15..00000000 --- a/src/com.gluster.storage.management.console.feature.webstart/buckminster.cspex +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<cspecExtension xmlns:com="http://www.eclipse.org/buckminster/Common-1.0" - xmlns="http://www.eclipse.org/buckminster/CSpec-1.0"> - <actions> - <public name="create.eclipse.jnlp.product" actor="ant"> - <actorProperties> - <property key="buildFileId" value="buckminster.pdetasks" /> - <property key="targets" value="create.eclipse.jnlp.product" /> - </actorProperties> - <properties> - <!--property key="buckminster.eclipse.productFile" value="buckminster.jnlp.p2.product"/ --> - <property key="buckminster.eclipse.deleteuilauncher" value="false" /> - </properties> - <prerequisites alias="action.requirements"> - <attribute name="feature.exports" /> - </prerequisites> - <products alias="action.output" base="${buckminster.output}" - upToDatePolicy="NOT_EMPTY"> - <path path="glustermc/" /> - </products> - </public> - <public name="unsign.jars" actor="ant"> - <actorProperties> - <property key="buildFile" value="build/glustermc.ant" /> - <property key="targets" value="unsign" /> - </actorProperties> - </public> - <public name="sign.jars" actor="ant"> - <actorProperties> - <property key="buildFile" value="build/glustermc.ant" /> - <property key="targets" value="sign" /> - </actorProperties> - </public> - <public name="copy.root.files" actor="ant"> - <actorProperties> - <property key="buildFile" value="build/glustermc.ant" /> - <property key="targets" value="copy.root.files" /> - </actorProperties> - </public> - </actions> -</cspecExtension> diff --git a/src/com.gluster.storage.management.console.feature.webstart/build.properties b/src/com.gluster.storage.management.console.feature.webstart/build.properties deleted file mode 100644 index 322a3114..00000000 --- a/src/com.gluster.storage.management.console.feature.webstart/build.properties +++ /dev/null @@ -1,2 +0,0 @@ -#bin.includes = feature.xml -root=rootfiles diff --git a/src/com.gluster.storage.management.console.feature.webstart/build/glustermc.ant b/src/com.gluster.storage.management.console.feature.webstart/build/glustermc.ant deleted file mode 100644 index 93bf3ccb..00000000 --- a/src/com.gluster.storage.management.console.feature.webstart/build/glustermc.ant +++ /dev/null @@ -1,30 +0,0 @@ -<project> - <property name="export.dir" value="${buckminster.output}/glustermc/" /> - <target name='unsign'> - <buckminster.signatureCleaner> - <fileset dir='${export.dir}/plugins'> - <include name='*.jar' /> - </fileset> - <fileset dir='${export.dir}/features'> - <include name='*.jar' /> - </fileset> - </buckminster.signatureCleaner> - </target> - - <target name="sign"> - <signjar alias="gluster" storepass="gluster" keypass="gluster" keystore="${jar.signing.keystore}"> - <fileset dir="${export.dir}/plugins"> - <include name="*.jar" /> - </fileset> - <fileset dir="${export.dir}/features"> - <include name="*.jar" /> - </fileset> - </signjar> - </target> - - <target name='copy.root.files'> - <copy todir="${export.dir}"> - <fileset dir="${basedir}/rootfiles" /> - </copy> - </target> -</project> diff --git a/src/com.gluster.storage.management.console.feature.webstart/feature.xml b/src/com.gluster.storage.management.console.feature.webstart/feature.xml deleted file mode 100644 index 24a76dc9..00000000 --- a/src/com.gluster.storage.management.console.feature.webstart/feature.xml +++ /dev/null @@ -1,229 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="com.gluster.storage.management.console.feature.webstart" - label="Gluster Management Console - Webstart" - version="1.0.0" - provider-name="Gluster Inc." - os="linux,macosx,win32" - ws="cocoa,gtk,win32" - arch="x86,x86_64,amd64"> - - <description url="http://www.example.com/description"> - [Enter Feature Description here.] - </description> - - <copyright url="http://www.example.com/copyright"> - [Enter Copyright Description here.] - </copyright> - - <license url="http://www.example.com/license"> - [Enter License Description here.] - </license> - - <includes - id="com.gluster.storage.management.console.feature" - version="0.0.0"/> - - <requires> - <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/> - <import plugin="org.eclipse.core.expressions" version="3.4.200" match="compatible"/> - <import plugin="org.eclipse.swt" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.jface" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.equinox.common" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.core.databinding.observable" version="1.3.0" match="compatible"/> - <import plugin="org.eclipse.core.databinding.property" version="1.3.0" match="compatible"/> - <import plugin="org.eclipse.core.databinding" version="1.2.0" match="compatible"/> - <import plugin="org.eclipse.swt" version="3.6.0" match="compatible"/> - <import plugin="org.eclipse.core.commands" version="3.4.0" match="compatible"/> - <import plugin="org.eclipse.equinox.common" version="3.3.0" match="compatible"/> - <import plugin="org.eclipse.equinox.registry" version="3.4.0" match="compatible"/> - <import plugin="org.eclipse.core.runtime" version="3.3.0" match="compatible"/> - <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.swt" version="3.5.0" match="compatible"/> - <import plugin="org.eclipse.jface" version="3.5.0" match="compatible"/> - <import plugin="org.eclipse.ui.workbench" version="3.5.0" match="compatible"/> - <import plugin="org.eclipse.core.expressions" version="3.4.0" match="compatible"/> - <import plugin="org.eclipse.equinox.preferences" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.equinox.registry" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.equinox.registry" version="3.5.0" match="equivalent"/> - <import plugin="org.eclipse.help" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.jface.databinding" version="1.3.0" match="compatible"/> - <import plugin="org.eclipse.core.databinding.property" version="1.2.0" match="compatible"/> - <import plugin="org.eclipse.core.databinding.observable" version="1.2.0" match="compatible"/> - <import plugin="org.eclipse.equinox.common" version="3.5.0" match="compatible"/> - <import plugin="org.eclipse.core.jobs" version="3.2.0" match="compatible"/> - <import plugin="org.eclipse.core.contenttype" version="3.3.0" match="compatible"/> - <import plugin="org.eclipse.osgi" version="3.7.0" match="compatible"/> - <import plugin="org.eclipse.equinox.preferences" version="3.4.0" match="compatible"/> - <import plugin="org.eclipse.equinox.app" version="1.0.0" match="greaterOrEqual"/> - </requires> - - <plugin - id="org.eclipse.help" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.osgi.services" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.jface.databinding" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.jface" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.databinding" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.equinox.registry" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.equinox.app" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.expressions" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.databinding.observable" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.ui" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.runtime.compatibility.auth" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.contenttype" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.swt" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.runtime.compatibility.registry" - download-size="0" - install-size="0" - version="0.0.0" - fragment="true"/> - - <plugin - id="org.eclipse.equinox.preferences" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.commands" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.osgi" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.ui.workbench" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="javax.servlet" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.jobs" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="com.ibm.icu" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.runtime" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.equinox.common" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.core.databinding.property" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - -</feature> diff --git a/src/com.gluster.storage.management.console.feature.webstart/rootfiles/gluster-management-console.jnlp b/src/com.gluster.storage.management.console.feature.webstart/rootfiles/gluster-management-console.jnlp deleted file mode 100644 index 3ac01605..00000000 --- a/src/com.gluster.storage.management.console.feature.webstart/rootfiles/gluster-management-console.jnlp +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<jnlp spec="1.0+" codebase="$$codebase" href="gluster-management-console.jnlp"> - <information> - <title>Gluster Management Console</title> - <vendor>Gluster Inc.</vendor> - <homepage href="$$codebase" /> - <description>Gluster Management Console</description> - <icon kind="splash" href="splash.png"/> - - <shortcut online="true"> - <desktop/> - <menu submenu="Gluster"/> - </shortcut> - </information> - <security> - <all-permissions/> - </security> - <resources> - <j2se java-vm-args="-XstartOnFirstThread" version="1.6+" /> - <jar href="plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar" main="true"/> - <extension - name="Gluster Management Console" - href="com.gluster.storage.management.console.feature_1.0.0.jnlp"/> - <property - name="osgi.instance.area" - value="@user.home/Application Data/glustermc"/> - <property - name="osgi.configuration.area" - value="@user.home/Application Data/glustermc"/> - <property - name="eclipse.product" - value="com.gluster.storage.management.console.product"/> - <property - name="gluster.server.url" - value="$$codebase"/> - <property - name="javaws.cfg.jauthenticator" - value="true"/> - </resources> - <resources os="Linux"> - <property name="osgi.ws" value="gtk"/> - </resources> - <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain" /> -</jnlp> diff --git a/src/com.gluster.storage.management.console.feature.webstart/rootfiles/splash.png b/src/com.gluster.storage.management.console.feature.webstart/rootfiles/splash.png Binary files differdeleted file mode 100644 index 74983f8a..00000000 --- a/src/com.gluster.storage.management.console.feature.webstart/rootfiles/splash.png +++ /dev/null |
