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 99076 Details for
Bug 230865
[EditorMgmt] File > Open File editor should also use content describer
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.
Sample file to test opening correctly
customBuildCallbacks.xml (text/xml), 9.58 KB, created by
Ed Merks
on 2008-05-07 10:12:50 EDT
(
hide
)
Description:
Sample file to test opening correctly
Filename:
MIME Type:
Creator:
Ed Merks
Created:
2008-05-07 10:12:50 EDT
Size:
9.58 KB
patch
obsolete
><!-- ===================================================================== --> ><!-- Custom targets called from a project's generated build.xml --> ><!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.--> ><!-- ===================================================================== --> ><project name="Build specific targets and properties" default="noDefault"> > > <!-- ===================================================================== --> > <!-- Default target --> > <!-- ===================================================================== --> > <target name="noDefault"> > <echo message="This file must be called with explicit targets" /> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do before the target build.jars --> > <!-- Available parameters : --> > <!-- build.result.folder - folder to contain the build results --> > <!-- ===================================================================== --> > > <target name="pre.build.jars"> > <!-- ${build.result.folder} = /home/www-data/build/emf/downloads/drops/2.4.0/N200805051552/eclipse/plugins/org.eclipse.emf.example.installer --> > <property file="${build.result.folder}/../../../build.cfg" /> > <condition property="exampleCVSTag" value="build_${buildTimestamp}" else="${branch}"> > <istrue value="${tagBuild}"/> > </condition> > <echo message="Checking out org.eclipse.emf/org.eclipse.emf/examples from ${exampleCVSTag} ..."/> > <cvs failonerror="true" dest="${build.result.folder}/examples" cvsroot=":pserver:anonymous@dev.eclipse.org:/cvsroot/modeling"> > <commandline> > <argument line="-Q export -r ${exampleCVSTag} org.eclipse.emf/org.eclipse.emf/examples" /> > </commandline> > </cvs> > > <move todir="${build.result.folder}/examples/" includeemptydirs="true"> > <fileset dir="${build.result.folder}/examples/org.eclipse.emf/org.eclipse.emf/examples/"> > <exclude name="**/.cvsignore" /> > </fileset> > </move> > > <delete dir="${build.result.folder}/examples/org.eclipse.emf" /> > <delete dir="${build.result.folder}/examples/org.eclipse.emf.examples" /> > <delete dir="${build.result.folder}/examples/org.eclipse.emf.examples-feature" /> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do after the target build.jars --> > <!-- Available parameters : --> > <!-- build.result.folder - folder to contain the build results --> > <!-- ===================================================================== --> > <target name="post.build.jars"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do before the target build.sources --> > <!-- Available parameters : --> > <!-- build.result.folder - folder to contain the build results --> > <!-- ===================================================================== --> > <target name="pre.build.sources"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do after the target build.sources --> > <!-- Available parameters : --> > <!-- build.result.folder - folder to contain the build results --> > <!-- ===================================================================== --> > <target name="post.build.sources"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do before the compilation target <name> --> > <!-- Available parameters : --> > <!-- source.foldern : n = 1 ... N, the source folders --> > <!-- target.folder : where the results of the compilation go --> > <!-- <name>.classpath : name = name of the compilation target. A --> > <!-- reference to the classpath structure. --> > <!-- ===================================================================== --> > <target name="pre.@dot"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do during the compilation target <name>, after the compile --> > <!-- but before jaring --> > <!-- Available parameters : --> > <!-- source.foldern : n = 1 ... N, the source folders --> > <!-- target.folder : where the results of the compilation go --> > <!-- <name>.classpath : name = name of the compilation target. A --> > <!-- reference to the classpath structure. --> > <!-- ===================================================================== --> > <target name="post.compile.@dot"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do after the compilation target <name> --> > <!-- Substitute "name" with the name of the compilation target, eg @dot --> > <!-- Available parameters : --> > <!-- jar.location - the location of the compilation results --> > <!-- <name>.classpath : name = name of the compilation target. A --> > <!-- reference to the classpath structure. --> > <!-- ===================================================================== --> > <target name="post.name"> > </target> > > <target name="post.@dot"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do before the target gather.bin.parts --> > <!-- Available parameters : --> > <!-- build.result.folder - folder containing the build results --> > <!-- target.folder - destination folder --> > <!-- ===================================================================== --> > <target name="pre.gather.bin.parts"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do after the target gather.bin.parts --> > <!-- Available parameters : --> > <!-- build.result.folder - folder containing the build results --> > <!-- target.folder - destination folder --> > <!-- ===================================================================== --> > <target name="post.gather.bin.parts"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do before the target gather.sources --> > <!-- Available parameters : --> > <!-- destination.temp.folder - destination folder --> > <!-- ===================================================================== --> > <target name="pre.gather.sources"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do after the target gather.sources --> > <!-- Available parameters : --> > <!-- destination.temp.folder - destination folder --> > <!-- ===================================================================== --> > <target name="post.gather.sources"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do before the target gather.logs --> > <!-- Available parameters : --> > <!-- destination.temp.folder - destination folder --> > <!-- ===================================================================== --> > <target name="pre.gather.logs"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do after the target gather.logs --> > <!-- Available parameters : --> > <!-- destination.temp.folder - destination folder --> > <!-- ===================================================================== --> > <target name="post.gather.logs"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do before the target clean --> > <!-- Available parameters : --> > <!-- destination.temp.folder - destination folder --> > <!-- ===================================================================== --> > <target name="pre.clean"> > </target> > > <!-- ===================================================================== --> > <!-- Steps to do after the target clean --> > <!-- Available parameters : --> > <!-- plugin.destination - final destination of the build --> > <!-- build.result.folder - results of the compilation --> > <!-- temp.folder - temporary folder --> > <!-- ===================================================================== --> > <target name="post.clean"> > </target> ></project> >
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 Raw
Actions:
View
Attachments on
bug 230865
:
99059
|
99064
| 99076 |
99116