Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 255913 | Differences between
and this patch

Collapse All | Expand All

(-)buildAntTasks.xml (+9 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project name="org.eclipse.equinox.p2.metadata.generator" default="default" basedir=".">
3
4
	<target name="default" description="Compile ant tasks" >
5
		<mkdir dir="${basedir}/ant_tasks" />
6
		<delete file="${basedir}/ant_tasks/metadataRepository-ant.jar" failonerror="false"/>
7
		<jar destfile="${basedir}/ant_tasks/metadataRepository-ant.jar" basedir="${basedir}/bin_ant"/>
8
	</target>
9
</project>
(-).externalToolBuilders/org.eclipse.equinox.p2.metadata.reposiroy (+18 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
4
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
5
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
6
<listEntry value="/org.eclipse.equinox.p2.metadata.repository/buildAntTasks.xml"/>
7
</listAttribute>
8
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
9
<listEntry value="1"/>
10
</listAttribute>
11
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
12
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
13
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
14
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.equinox.p2.metadata.repository"/>
15
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.equinox.p2.metadata.repository/buildAntTasks.xml}"/>
16
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
17
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
18
</launchConfiguration>
(-)buildAntTasks.xml (+9 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project name="org.eclipse.equinox.p2.metadata.generator" default="default" basedir=".">
3
4
	<target name="default" description="Jar up the binaries that were compiled by the jdt builder" >
5
		<mkdir dir="${basedir}/ant_tasks" />
6
		<delete file="${basedir}/ant_tasks/artifactRepository-ant.jar" failonerror="false"/>
7
		<jar destfile="${basedir}/ant_tasks/artifactRepository-ant.jar" basedir="${basedir}/bin_ant"/>
8
	</target>
9
</project>
(-).externalToolBuilders/org.eclipse.equinox.p2.artifact.repository (+18 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
4
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
5
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
6
<listEntry value="/org.eclipse.equinox.p2.artifact.repository/buildAntTasks.xml"/>
7
</listAttribute>
8
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
9
<listEntry value="1"/>
10
</listAttribute>
11
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
12
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
13
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
14
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.equinox.p2.artifact.repository"/>
15
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.equinox.p2.artifact.repository/buildAntTasks.xml}"/>
16
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
17
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
18
</launchConfiguration>

Return to bug 255913