Added a phpeclipse module and slightly changed the opt/extra sets; now
authorstefanbjarni <stefanbjarni>
Tue, 19 Apr 2005 01:02:24 +0000 (01:02 +0000)
committerstefanbjarni <stefanbjarni>
Tue, 19 Apr 2005 01:02:24 +0000 (01:02 +0000)
    cvs -z3 co phpeclipse

gets the set of plugins necessary to build the zip.distribution target of
the feature plugin build.xml

CVSROOT/modules

index 55fdf30..23b6a03 100644 (file)
@@ -46,24 +46,25 @@ opt \
         &net.sourceforge.phpeclipse.js.core \
         &net.sourceforge.phpeclipse.js.ui \
         &net.sourceforge.phpeclipse.launching \
+        &net.sourceforge.phpeclipse.monitor.core \
+        &net.sourceforge.phpeclipse.monitor.ui \
+        &net.sourceforge.phpeclipse.news \
         &net.sourceforge.phpeclipse.phphelp \
         &net.sourceforge.phpeclipse.phphelp.nl1 \
         &net.sourceforge.phpeclipse.phpunit \
         &net.sourceforge.phpeclipse.smarty.ui 
 
+# Everything for building the project
+phpeclipse &core &opt
+
 # Everything else
-# (This splits further down:
 #  - experimental stuff that might become core/opt later (xdebug...)
 #  - development stuff that's internal to the project (tests...)
-#  - dead stuff that's been moved elsewhere (plog4u) or just orphaned (...sql)
+#  - stuff that's been moved elsewhere (plog4u) or just orphaned (...sql...)
 extra \
-        &net.sourceforge.phpeclipse.feature.core \
         &net.sourceforge.phpeclipse.debug.launching \
         &net.sourceforge.phpeclipse.debug.phphelp \
         &net.sourceforge.phpeclipse.jtidy \
-        &net.sourceforge.phpeclipse.monitor.core \
-        &net.sourceforge.phpeclipse.monitor.ui \
-        &net.sourceforge.phpeclipse.news \
         &net.sourceforge.phpeclipse.quantum.sql \
         &net.sourceforge.phpeclipse.sql \
         &net.sourceforge.phpeclipse.tests \