prep for new features ... set up version numbers to calculate during build
diff --git a/features/org.eclipse.wst.server_core.feature/feature.xml b/features/org.eclipse.wst.server_core.feature/feature.xml
index afd0a55..1877267 100644
--- a/features/org.eclipse.wst.server_core.feature/feature.xml
+++ b/features/org.eclipse.wst.server_core.feature/feature.xml
@@ -2,18 +2,18 @@
<feature
id="org.eclipse.wst.server_core.feature"
label="org.eclipse.wst.server_core.feature"
- version="1.0.0">
+ version="0.0.0">
<description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ %description
</description>
<copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ %copyright
</copyright>
<license url="http://www.example.com/license">
- [Enter License Description here.]
+ %license
</license>
<includes
@@ -21,7 +21,7 @@
version="0.0.0"/>
<requires>
- <import feature="org.eclipse.wst.common_core.feature" version="1.0.0"/>
+ <import feature="org.eclipse.wst.common_core.feature" version="0.0.0"/>
</requires>
<plugin