Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-01-29 14:45:37 +0000
committerEike Stepper2010-01-29 14:45:37 +0000
commit686cad90041019271da22c0efe75ab7b99c4fda7 (patch)
tree483470503ec6d9faaa5ff3e5e3e0173067f718f7 /features/org.gastro-feature/feature.xml
parentccea0af49f5a175e4a3412bac1e637e68cd415ff (diff)
downloadcdo-686cad90041019271da22c0efe75ab7b99c4fda7.tar.gz
cdo-686cad90041019271da22c0efe75ab7b99c4fda7.tar.xz
cdo-686cad90041019271da22c0efe75ab7b99c4fda7.zip
*** empty log message ***
Diffstat (limited to 'features/org.gastro-feature/feature.xml')
-rw-r--r--features/org.gastro-feature/feature.xml107
1 files changed, 107 insertions, 0 deletions
diff --git a/features/org.gastro-feature/feature.xml b/features/org.gastro-feature/feature.xml
new file mode 100644
index 0000000000..7e31cc82eb
--- /dev/null
+++ b/features/org.gastro-feature/feature.xml
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Eike Stepper - initial API and implementation
+-->
+<feature
+ id="org.gastro"
+ label="%featureName"
+ version="3.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%emfUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
+ <discovery label="%emfUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
+ <discovery label="%emftUpdateSiteName" url="http://download.eclipse.org/modeling/emft/updates/"/>
+ </url>
+
+ <plugin
+ id="org.gastro.business"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.business.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.inventory"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.inventory.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.rcp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.rcp.department"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.rcp.table"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.server"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.server.web"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.testclient"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top