- Fix quoting bug in pdebuild.sh.
This commit is contained in:
parent
c3c925c342
commit
f3f8d44d26
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user