Feature project to publish adempiere update site.

This commit is contained in:
Heng Sin Low 2010-11-04 03:48:54 +08:00
parent 153cc5df3c
commit fc0814cf8f
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.adempiere.site-feature</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>

View File

@ -0,0 +1 @@
bin.includes = feature.xml

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.adempiere.site"
label="Update Site-feature"
version="1.0.0.qualifier"
provider-name="Adempiere.org">
<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="org.adempiere.server"
version="0.0.0"/>
<includes
id="org.adempiere.ui.swing"
version="0.0.0"/>
</feature>