X-Git-Url: http://git.phpeclipse.com diff --git a/utilities/pluginbuilder/build-files/postBuild.xml b/utilities/pluginbuilder/build-files/postBuild.xml new file mode 100644 index 0000000..ad52150 --- /dev/null +++ b/utilities/pluginbuilder/build-files/postBuild.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <?xml + version="1.0" encoding="UTF-8"?> + <site> <description> PHPEclipse nightly + builds. </description> + <feature url="features/net.sourceforge.phpeclipse.feature_${version.full}.jar" id="net.sourceforge.phpeclipse.feature" + version="${version.full}"> + <category name="PHPEclipseNightlyBuilds"/> + </feature> + <feature url="features/net.sourceforge.phpeclipse.debug.feature_${version.full}.jar" id="net.sourceforge.phpeclipse.debug.feature" + version="${version.full}"> + <category name="PHPEclipseNightlyBuilds"/> + </feature> + <feature url="features/net.sourceforge.phpeclipse.xdebug.feature_${version.full}.jar" id="net.sourceforge.phpeclipse.xdebug.feature" + version="${version.full}"> + <category name="PHPEclipseNightlyBuilds"/> + </feature> + <category-def name="PHPEclipseNightlyBuilds" + label="PHPEclipse Nightly Builds"> </category-def> + </site> + + + \ No newline at end of file