prep for final release
diff --git a/releng.wtpbuilder/manualStepScripts/antrunner/makeComposite.xml b/releng.wtpbuilder/manualStepScripts/antrunner/makeComposite.xml
index 6dd842e..f40d63b 100644
--- a/releng.wtpbuilder/manualStepScripts/antrunner/makeComposite.xml
+++ b/releng.wtpbuilder/manualStepScripts/antrunner/makeComposite.xml
@@ -8,19 +8,14 @@
                 name="The Eclipse Web Tools Platform (WTP) software repository"/>
 
             <add>
-                <repository location='http://download.eclipse.org/webtools/downloads/drops/R3.3.0/R-3.3.0-20110607160810/repository/'/>
-                <!-- assuming libra will have final "R" location and name? 
-                <repository location='http://download.eclipse.org/libra/milestones/S-0.1.0RC4-201106071417/repository/'/>
-                 -->
+                <repository location="http://download.eclipse.org/webtools/downloads/drops/R3.3.0/R-3.3.0-20110607160810/repository/"/>
+                <repository location='http://download.eclipse.org/libra/releases/R-0.1.0-201106071417/'/>
             </add>
 
             <remove>
-                <repository location='http://download.eclipse.org/webtools/downloads/drops/R3.3.0/S-3.3.0M7-20110428114127/repository/'/>
-                <!-- assuming RC4 should be removed, and an R version added, above? 
+                <repository location="http://download.eclipse.org/webtools/downloads/drops/R3.3.0/S-3.3.0M7-20110428114127/repository/"/>
                 <repository location='http://download.eclipse.org/libra/milestones/S-0.1.0RC4-201106071417/repository/'/>
-                -->
             </remove>
         </p2.composite.repository>
     </target>
 </project>
-