From: jsurfer Date: Sat, 4 Sep 2004 08:59:43 +0000 (+0000) Subject: prepare build.xml files for release steps (not completed) X-Git-Url: http://git.phpeclipse.com prepare build.xml files for release steps (not completed) --- diff --git a/archive/net.sourceforge.phpeclipse.css.core/build.properties b/archive/net.sourceforge.phpeclipse.css.core/build.properties index 3dcad1e..890a40e 100644 --- a/archive/net.sourceforge.phpeclipse.css.core/build.properties +++ b/archive/net.sourceforge.phpeclipse.css.core/build.properties @@ -3,10 +3,4 @@ bin.includes = plugin.xml,\ *.jar,\ csscore.jar,\ plugin.properties -src.includes = .project,\ - .classpath,\ - build.properties,\ - plugin.properties,\ - plugin.xml,\ - schema/,\ - src/ +src.includes = src/ diff --git a/archive/net.sourceforge.phpeclipse.css.core/build.xml b/archive/net.sourceforge.phpeclipse.css.core/build.xml new file mode 100644 index 0000000..3b9853e --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.css.core/build.xml @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.css.core/plugin.xml b/archive/net.sourceforge.phpeclipse.css.core/plugin.xml index 87a6460..fb2ea58 100644 --- a/archive/net.sourceforge.phpeclipse.css.core/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.css.core/plugin.xml @@ -2,9 +2,9 @@ diff --git a/archive/net.sourceforge.phpeclipse.css.ui/build.properties b/archive/net.sourceforge.phpeclipse.css.ui/build.properties index b7c152d..4b62277 100644 --- a/archive/net.sourceforge.phpeclipse.css.ui/build.properties +++ b/archive/net.sourceforge.phpeclipse.css.ui/build.properties @@ -3,13 +3,6 @@ bin.includes = plugin.xml,\ cssui.jar,\ icons/,\ plugin.properties -src.includes = schema/,\ - .classpath,\ - .project,\ - build.properties,\ - plugin.properties,\ - plugin.xml,\ - icons/,\ - src/ -source.cssui.jar = src bin.excludes = icons/.cvsignore +src.includes = src/ + diff --git a/archive/net.sourceforge.phpeclipse.css.ui/build.xml b/archive/net.sourceforge.phpeclipse.css.ui/build.xml new file mode 100644 index 0000000..ba60b73 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.css.ui/build.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml b/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml index ad01d4c..52e98d0 100644 --- a/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.html.ui/build.properties b/archive/net.sourceforge.phpeclipse.html.ui/build.properties index d13b964..cd30b9b 100644 --- a/archive/net.sourceforge.phpeclipse.html.ui/build.properties +++ b/archive/net.sourceforge.phpeclipse.html.ui/build.properties @@ -2,3 +2,4 @@ source.htmlui.jar = src/ output.htmlui.jar = bin/ bin.includes = plugin.xml,\ htmlui.jar +src.includes = src/ \ No newline at end of file diff --git a/archive/net.sourceforge.phpeclipse.html.ui/build.xml b/archive/net.sourceforge.phpeclipse.html.ui/build.xml new file mode 100644 index 0000000..42ced38 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.html.ui/build.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml b/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml index 2553033..93ada89 100644 --- a/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml @@ -2,9 +2,9 @@ diff --git a/archive/net.sourceforge.phpeclipse.js.core/build.properties b/archive/net.sourceforge.phpeclipse.js.core/build.properties index dd10961..e8c2526 100644 --- a/archive/net.sourceforge.phpeclipse.js.core/build.properties +++ b/archive/net.sourceforge.phpeclipse.js.core/build.properties @@ -3,13 +3,8 @@ bin.includes = icons/,\ plugin.xml,\ plugin.properties,\ net.sf.wdte.js.core.jar -src.includes = src/,\ - scripts/,\ - plugin.xml,\ - build.properties,\ - .project,\ - .classpath,\ - plugin.properties +src.includes = src/ source.net.sf.wdte.js.core.jar = src/ jars.compile.order = net.sf.wdte.js.core.jar output.net.sf.wdte.js.core.jar = bin/ + \ No newline at end of file diff --git a/archive/net.sourceforge.phpeclipse.js.core/build.xml b/archive/net.sourceforge.phpeclipse.js.core/build.xml new file mode 100644 index 0000000..08cdd58 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.js.core/build.xml @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.js.core/plugin.xml b/archive/net.sourceforge.phpeclipse.js.core/plugin.xml index 4a60e64..c8880b7 100644 --- a/archive/net.sourceforge.phpeclipse.js.core/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.js.core/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.js.ui/build.properties b/archive/net.sourceforge.phpeclipse.js.ui/build.properties index c2bb87a..28a6fe2 100644 --- a/archive/net.sourceforge.phpeclipse.js.ui/build.properties +++ b/archive/net.sourceforge.phpeclipse.js.ui/build.properties @@ -3,14 +3,7 @@ bin.includes = plugin.xml,\ icons/,\ plugin.properties,\ net.sf.wdte.js.ui.jar -src.includes = src/,\ - plugin.xml,\ - .template,\ - .project,\ - .classpath,\ - icons/,\ - plugin.properties,\ - build.properties +src.includes = src/ jars.compile.order = net.sf.wdte.js.ui.jar source.net.sf.wdte.js.ui.jar = src/ output.net.sf.wdte.js.ui.jar = bin/ diff --git a/archive/net.sourceforge.phpeclipse.js.ui/build.xml b/archive/net.sourceforge.phpeclipse.js.ui/build.xml new file mode 100644 index 0000000..8356894 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.js.ui/build.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/build.properties b/archive/net.sourceforge.phpeclipse.quantum.sql/build.properties index c1c75db..6d05fe5 100644 --- a/archive/net.sourceforge.phpeclipse.quantum.sql/build.properties +++ b/archive/net.sourceforge.phpeclipse.quantum.sql/build.properties @@ -5,6 +5,6 @@ bin.includes = icons/,\ plugin.properties,\ install.txt,\ .classpath,\ - .project,\ - + .project source.quantum.jar = src/ +src.includes = src/ \ No newline at end of file diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/build.xml b/archive/net.sourceforge.phpeclipse.quantum.sql/build.xml index c55c530..db3adbf 100644 --- a/archive/net.sourceforge.phpeclipse.quantum.sql/build.xml +++ b/archive/net.sourceforge.phpeclipse.quantum.sql/build.xml @@ -37,7 +37,7 @@ - + @@ -67,6 +67,7 @@ + @@ -92,7 +93,7 @@ - + @@ -117,12 +118,12 @@ - - + + - - + + @@ -130,25 +131,28 @@ - - + + + + + - - + + - - + + - + @@ -166,7 +170,7 @@ - + diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/dev.properties b/archive/net.sourceforge.phpeclipse.quantum.sql/dev.properties deleted file mode 100644 index 6125e9f..0000000 --- a/archive/net.sourceforge.phpeclipse.quantum.sql/dev.properties +++ /dev/null @@ -1,10 +0,0 @@ -# -#Sun Jun 06 20:45:50 CEST 2004 -net.sourceforge.phpeclipse.tests=bin -net.sourceforge.phpeclipse.debug.ui=bin -net.sourceforge.phpeclipse=bin -net.sourceforge.phpeclipse.phphelp=bin -net.sourceforge.phpeclipse.quantum.sql=bin -net.sourceforge.phpeclipse.tidy=bin -net.sourceforge.phpeclipse.debug.core=bin -net.sourceforge.phpeclipse.launching=bin diff --git a/net.sourceforge.phpeclipse.core/build.properties b/net.sourceforge.phpeclipse.core/build.properties index 212d6fb..1f1c94c 100644 --- a/net.sourceforge.phpeclipse.core/build.properties +++ b/net.sourceforge.phpeclipse.core/build.properties @@ -2,3 +2,4 @@ source.webcore.jar = src/ output.webcore.jar = bin/ bin.includes = plugin.xml,\ webcore.jar +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.core/build.xml b/net.sourceforge.phpeclipse.core/build.xml new file mode 100644 index 0000000..e11c79f --- /dev/null +++ b/net.sourceforge.phpeclipse.core/build.xml @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net.sourceforge.phpeclipse.core/plugin.xml b/net.sourceforge.phpeclipse.core/plugin.xml index 4e119fa..64f2b92 100644 --- a/net.sourceforge.phpeclipse.core/plugin.xml +++ b/net.sourceforge.phpeclipse.core/plugin.xml @@ -2,9 +2,9 @@ diff --git a/net.sourceforge.phpeclipse.debug.core/build.properties b/net.sourceforge.phpeclipse.debug.core/build.properties index d035793..d7b821f 100644 --- a/net.sourceforge.phpeclipse.debug.core/build.properties +++ b/net.sourceforge.phpeclipse.debug.core/build.properties @@ -7,3 +7,4 @@ bin.includes = core.jar,\ os/,\ plugin.properties,\ plugin.xml +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.debug.ui/build.properties b/net.sourceforge.phpeclipse.debug.ui/build.properties index 303a231..a6a9723 100644 --- a/net.sourceforge.phpeclipse.debug.ui/build.properties +++ b/net.sourceforge.phpeclipse.debug.ui/build.properties @@ -6,3 +6,4 @@ bin.includes = debug.jar,\ .classpath,\ .project,\ .template +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.launching/build.properties b/net.sourceforge.phpeclipse.launching/build.properties index be84d37..49be8ce 100644 --- a/net.sourceforge.phpeclipse.launching/build.properties +++ b/net.sourceforge.phpeclipse.launching/build.properties @@ -5,3 +5,4 @@ bin.includes = plugin.xml,\ .classpath,\ .project,\ .template +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.phphelp/build.properties b/net.sourceforge.phpeclipse.phphelp/build.properties index 78ce645..c8d06c1 100644 --- a/net.sourceforge.phpeclipse.phphelp/build.properties +++ b/net.sourceforge.phpeclipse.phphelp/build.properties @@ -6,3 +6,4 @@ bin.includes = phphelp.jar,\ .classpath,\ .project,\ .template +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.smarty.ui/build.properties b/net.sourceforge.phpeclipse.smarty.ui/build.properties index d13b964..cd30b9b 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/build.properties +++ b/net.sourceforge.phpeclipse.smarty.ui/build.properties @@ -2,3 +2,4 @@ source.htmlui.jar = src/ output.htmlui.jar = bin/ bin.includes = plugin.xml,\ htmlui.jar +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.smarty.ui/build.xml b/net.sourceforge.phpeclipse.smarty.ui/build.xml new file mode 100644 index 0000000..b153855 --- /dev/null +++ b/net.sourceforge.phpeclipse.smarty.ui/build.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net.sourceforge.phpeclipse.ui/build.properties b/net.sourceforge.phpeclipse.ui/build.properties index d1ab63e..eab4458 100644 --- a/net.sourceforge.phpeclipse.ui/build.properties +++ b/net.sourceforge.phpeclipse.ui/build.properties @@ -1,2 +1,3 @@ bin.includes = plugin.xml source.ui.jar = src/ +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.xml.core/build.properties b/net.sourceforge.phpeclipse.xml.core/build.properties index 6ba9e81..a37d89e 100644 --- a/net.sourceforge.phpeclipse.xml.core/build.properties +++ b/net.sourceforge.phpeclipse.xml.core/build.properties @@ -1,2 +1,3 @@ bin.includes = plugin.xml source.xmlcore.jar = src/ +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.xml.core/plugin.properties b/net.sourceforge.phpeclipse.xml.core/plugin.properties index 4d68bae..50ade75 100644 --- a/net.sourceforge.phpeclipse.xml.core/plugin.properties +++ b/net.sourceforge.phpeclipse.xml.core/plugin.properties @@ -8,8 +8,8 @@ # Contributors: # Christopher Lenz - initial english resources # -# $Id: plugin.properties,v 1.1 2004-09-02 18:26:54 jsurfer Exp $ +# $Id: plugin.properties,v 1.2 2004-09-04 08:59:33 jsurfer Exp $ # -pluginName = Web Development Tools XML Core -providerName= WDTE Project +pluginName = PHPeclipse Web Development Tools XML Core +providerName= WDTE Project/PHPeclipse.de diff --git a/net.sourceforge.phpeclipse.xml.core/plugin.xml b/net.sourceforge.phpeclipse.xml.core/plugin.xml index 0e5b3e3..393a42a 100644 --- a/net.sourceforge.phpeclipse.xml.core/plugin.xml +++ b/net.sourceforge.phpeclipse.xml.core/plugin.xml @@ -3,7 +3,7 @@ diff --git a/net.sourceforge.phpeclipse.xml.ui/build.properties b/net.sourceforge.phpeclipse.xml.ui/build.properties index 6a9fa87..efefa87 100644 --- a/net.sourceforge.phpeclipse.xml.ui/build.properties +++ b/net.sourceforge.phpeclipse.xml.ui/build.properties @@ -1,2 +1,3 @@ bin.includes = plugin.xml, icons/ source.xmlui.jar = src/ +src.includes = src/ \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.xml.ui/plugin.properties b/net.sourceforge.phpeclipse.xml.ui/plugin.properties index 26ec48e..a9f2361 100644 --- a/net.sourceforge.phpeclipse.xml.ui/plugin.properties +++ b/net.sourceforge.phpeclipse.xml.ui/plugin.properties @@ -8,11 +8,11 @@ # Contributors: # Christopher Lenz - initial english resources # -# $Id: plugin.properties,v 1.1 2004-09-02 18:28:04 jsurfer Exp $ +# $Id: plugin.properties,v 1.2 2004-09-04 08:59:28 jsurfer Exp $ # -pluginName = Web Development Tools XML UI -providerName= WDTE Project +pluginName = PHPeclipse Web Development Tools XML UI +providerName= WDTE Project/PHPeclipse.de xmlEditorName = XML Editor dtdEditorName = DTD Editor diff --git a/net.sourceforge.phpeclipse.xml.ui/plugin.xml b/net.sourceforge.phpeclipse.xml.ui/plugin.xml index 491c725..dfc4a23 100644 --- a/net.sourceforge.phpeclipse.xml.ui/plugin.xml +++ b/net.sourceforge.phpeclipse.xml.ui/plugin.xml @@ -3,7 +3,7 @@ diff --git a/net.sourceforge.phpeclipse/build.properties b/net.sourceforge.phpeclipse/build.properties index 0a3443e..5097a3a 100644 --- a/net.sourceforge.phpeclipse/build.properties +++ b/net.sourceforge.phpeclipse/build.properties @@ -8,4 +8,6 @@ bin.includes = phpeclipse.jar,\ icons/,\ install.txt,\ plugin.properties,\ - plugin.xml + plugin.xml,\ + cpl-v10.html +src.includes = src/ diff --git a/net.sourceforge.phpeclipse/build.xml b/net.sourceforge.phpeclipse/build.xml index 651e449..d557270 100644 --- a/net.sourceforge.phpeclipse/build.xml +++ b/net.sourceforge.phpeclipse/build.xml @@ -61,6 +61,7 @@ + @@ -96,12 +97,22 @@ + + + + + + + + + + - + @@ -127,6 +138,12 @@ + + + + + + @@ -135,6 +152,9 @@ + + + @@ -151,7 +171,7 @@ - + diff --git a/net.sourceforge.phpeclipse/dev.properties b/net.sourceforge.phpeclipse/dev.properties deleted file mode 100644 index 83a763a..0000000 --- a/net.sourceforge.phpeclipse/dev.properties +++ /dev/null @@ -1,10 +0,0 @@ -# -#Sun Jun 06 20:45:38 CEST 2004 -net.sourceforge.phpeclipse.tests=bin -net.sourceforge.phpeclipse.debug.ui=bin -net.sourceforge.phpeclipse=bin -net.sourceforge.phpeclipse.phphelp=bin -net.sourceforge.phpeclipse.quantum.sql=bin -net.sourceforge.phpeclipse.tidy=bin -net.sourceforge.phpeclipse.debug.core=bin -net.sourceforge.phpeclipse.launching=bin