Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 120947 Details for
Bug 255913
[mirror] Need ant tasks for mirroring and composite repositories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Missing Builders for previous patch
255913MissingBuilders.txt (text/plain), 5.32 KB, created by
Andrew Cattle
on 2008-12-19 10:03:21 EST
(
hide
)
Description:
Missing Builders for previous patch
Filename:
MIME Type:
Creator:
Andrew Cattle
Created:
2008-12-19 10:03:21 EST
Size:
5.32 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.metadata.repository >Index: buildAntTasks.xml >=================================================================== >RCS file: buildAntTasks.xml >diff -N buildAntTasks.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ buildAntTasks.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,9 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<project name="org.eclipse.equinox.p2.metadata.generator" default="default" basedir="."> >+ >+ <target name="default" description="Compile ant tasks" > >+ <mkdir dir="${basedir}/ant_tasks" /> >+ <delete file="${basedir}/ant_tasks/metadataRepository-ant.jar" failonerror="false"/> >+ <jar destfile="${basedir}/ant_tasks/metadataRepository-ant.jar" basedir="${basedir}/bin_ant"/> >+ </target> >+</project> >\ No newline at end of file >Index: .externalToolBuilders/org.eclipse.equinox.p2.metadata.reposiroy buildAntTasks.xml.launch >=================================================================== >RCS file: .externalToolBuilders/org.eclipse.equinox.p2.metadata.reposiroy buildAntTasks.xml.launch >diff -N .externalToolBuilders/org.eclipse.equinox.p2.metadata.reposiroy buildAntTasks.xml.launch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ .externalToolBuilders/org.eclipse.equinox.p2.metadata.reposiroy buildAntTasks.xml.launch 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,18 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> >+<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> >+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> >+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> >+<listEntry value="/org.eclipse.equinox.p2.metadata.repository/buildAntTasks.xml"/> >+</listAttribute> >+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> >+<listEntry value="1"/> >+</listAttribute> >+<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> >+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> >+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> >+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.equinox.p2.metadata.repository"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.equinox.p2.metadata.repository/buildAntTasks.xml}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> >+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> >+</launchConfiguration> >#P org.eclipse.equinox.p2.artifact.repository >Index: buildAntTasks.xml >=================================================================== >RCS file: buildAntTasks.xml >diff -N buildAntTasks.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ buildAntTasks.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,9 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<project name="org.eclipse.equinox.p2.metadata.generator" default="default" basedir="."> >+ >+ <target name="default" description="Jar up the binaries that were compiled by the jdt builder" > >+ <mkdir dir="${basedir}/ant_tasks" /> >+ <delete file="${basedir}/ant_tasks/artifactRepository-ant.jar" failonerror="false"/> >+ <jar destfile="${basedir}/ant_tasks/artifactRepository-ant.jar" basedir="${basedir}/bin_ant"/> >+ </target> >+</project> >\ No newline at end of file >Index: .externalToolBuilders/org.eclipse.equinox.p2.artifact.repository buildAntTasks.xml.launch >=================================================================== >RCS file: .externalToolBuilders/org.eclipse.equinox.p2.artifact.repository buildAntTasks.xml.launch >diff -N .externalToolBuilders/org.eclipse.equinox.p2.artifact.repository buildAntTasks.xml.launch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ .externalToolBuilders/org.eclipse.equinox.p2.artifact.repository buildAntTasks.xml.launch 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,18 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> >+<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> >+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> >+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> >+<listEntry value="/org.eclipse.equinox.p2.artifact.repository/buildAntTasks.xml"/> >+</listAttribute> >+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> >+<listEntry value="1"/> >+</listAttribute> >+<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> >+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> >+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> >+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.equinox.p2.artifact.repository"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.equinox.p2.artifact.repository/buildAntTasks.xml}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> >+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> >+</launchConfiguration>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255913
:
119374
|
120212
|
120876
|
120947
|
122471