Author: hibou Date: Mon Oct 10 12:00:27 2011 New Revision: 1180895 URL: http://svn.apache.org/viewvc?rev=1180895&view=rev Log: Make the zip distrib of the binaries of IvyDE a p2 repository Added: ant/ivy/ivyde/trunk/builder/ASL2-header.xml (with props) Modified: ant/ivy/ivyde/trunk/build.xml ant/ivy/ivyde/trunk/builder/component/build.properties Modified: ant/ivy/ivyde/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=1180895&r1=1180894&r2=1180895&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/build.xml (original) +++ ant/ivy/ivyde/trunk/build.xml Mon Oct 10 12:00:27 2011 @@ -173,7 +173,7 @@ - + @@ -186,10 +186,14 @@ - + + + + + @@ -230,6 +234,35 @@ ivyde.build.version=${build.version} + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + Propchange: ant/ivy/ivyde/trunk/builder/ASL2-header.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/ivyde/trunk/builder/ASL2-header.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/ivyde/trunk/builder/ASL2-header.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: ant/ivy/ivyde/trunk/builder/component/build.properties URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/builder/component/build.properties?rev=1180895&r1=1180894&r2=1180895&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/builder/component/build.properties (original) +++ ant/ivy/ivyde/trunk/builder/component/build.properties Mon Oct 10 12:00:27 2011 @@ -25,8 +25,8 @@ #skipDirector=true generate.p2.metadata=true -p2.metadata.repo=file:${buildDirectory}/repository -p2.artifact.repo=file:${buildDirectory}/repository +p2.metadata.repo=file:${buildDirectory}/p2repo +p2.artifact.repo=file:${buildDirectory}/p2repo p2.metadata.repo.name=Apache IvyDE P2 Eclipse repository p2.artifact.repo.name=Apache IvyDE P2 Eclipse repository p2.publish.artifacts=false