New changes to p2site project files.
authorEdward Mann <ed.mann@arctechnologies.net>
Mon, 4 Feb 2013 20:52:50 +0000 (14:52 -0600)
committerEdward Mann <ed.mann@arctechnologies.net>
Mon, 4 Feb 2013 20:52:50 +0000 (14:52 -0600)
net.sourceforge.phpeclipse.p2site/.project [new file with mode: 0644]
net.sourceforge.phpeclipse.p2site/buckminster.cspex
net.sourceforge.phpeclipse.p2site/category.xml
net.sourceforge.phpeclipse.p2site/feature.xml

diff --git a/net.sourceforge.phpeclipse.p2site/.project b/net.sourceforge.phpeclipse.p2site/.project
new file mode 100644 (file)
index 0000000..263edaa
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>net.sourceforge.phpeclipse.p2site</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>
index 465c007..725a253 100644 (file)
@@ -25,7 +25,9 @@
                <!-- Place your Artifact alterations here -->
        </alterArtifacts>
        <alterActions>
-               <!-- Place your Action alterations here -->
+                <public name="site.p2">
+            <products base="${updatesite.destination}/" upToDatePolicy="ACTOR"/>
+        </public>
        </alterActions>
        <alterGroups>
                <!-- Place your Group alterations here -->
index c13e816..a07e199 100644 (file)
@@ -5,7 +5,7 @@
    </feature>
    <category-def name="net.sourceforge.phpeclipse.category" label="PHPEclipse Core">
       <description>
-         Core PHPEclipse Features
+         PHPEclipse Core Feature
       </description>
    </category-def>
 </site>
index 49d224f..23bd8c7 100644 (file)
@@ -229,6 +229,10 @@ litigation.
          id="net.sourceforge.phpeclipse.xdebug.feature"
          version="1.2.4.qualifier"/>
 
+   <includes
+         id="net.sourceforge.phpeclipse.debug.feature"
+         version="1.2.4.qualifier"/>
+
    <requires>
       <import plugin="org.eclipse.core.runtime" version="3.2.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.ui" version="3.2.0" match="greaterOrEqual"/>