- Fix quoting bug in pdebuild.sh.

This commit is contained in:
Jeff Johnston 2008-10-16 19:45:23 +00:00
parent c3c925c342
commit f3f8d44d26
2 changed files with 11 additions and 8 deletions

View File

@ -205,13 +205,13 @@ if [ $debugPlatform -eq 1 ]; then
fi
if [ $testing != true ]; then
p2Generate="-Dp2.root.name=\"$featureName\"" \
" -Dp2.root.version=\"$featureVersion\"" \
" -Dgenerate.p2.metadata=true" \
" -Dp2.metadata.repo=file:$buildDir/repo" \
" -Dp2.artifact.repo=file:$buildDir/repo" \
" -Dp2.flavor=tooling" \
" -Dp2.publish.artifacts=true"
p2Generate="-Dp2.root.name=\"$featureName\" \
-Dp2.root.version=\"$featureVersion\" \
-Dgenerate.p2.metadata=true \
-Dp2.metadata.repo=file:$buildDir/repo \
-Dp2.artifact.repo=file:$buildDir/repo \
-Dp2.flavor=tooling \
-Dp2.publish.artifacts=true"
fi
echo

View File

@ -30,7 +30,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1%{?dist}
Release: 2%{?dist}
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -1530,6 +1530,9 @@ fi
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog
* Thu Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-2
- Fix quoting bug in pdebuild.sh.
* Wed Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-1
- Move copy-platform instead of copying it.