Issue #1395 Comment out change in p2-build.xml to fix build

Change-Id: I47d426383734b876d5def9ba03677ef7ff745403

Former-commit-id: 06fdf91a1c [formerly 5327d88a6d [formerly 4636ad873e7de401e6384dd42857265e962aa8d9]]
Former-commit-id: 5327d88a6d
Former-commit-id: c5cd2304a9
This commit is contained in:
Ron Anderson 2012-12-12 09:07:52 -06:00
parent 24e1b8fed9
commit 48dbe8b641

View file

@ -286,10 +286,12 @@
<param name="feature" <param name="feature"
value="com.raytheon.uf.viz.collaboration.feature" /> value="com.raytheon.uf.viz.collaboration.feature" />
</antcall> </antcall>
<!--
<antcall target="p2.build.repo"> <antcall target="p2.build.repo">
<param name="feature" <param name="feature"
value="com.raytheon.uf.viz.gisdatastore.feature" /> value="com.raytheon.uf.viz.gisdatastore.feature" />
</antcall> </antcall>
-->
<antcall target="cleanup.features" /> <antcall target="cleanup.features" />
</target> </target>