build/deploy_engine.launch.tmpl
author ymh <ymh.work@gmail.com>
Tue, 20 Apr 2010 14:55:54 +0200
changeset 68 7c693f70ac4f
parent 65 build/deploy.launch@971621d37b74
permissions -rw-r--r--
sync files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
65
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
68
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
     4
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
     5
<listEntry value="/mosatags/engine/build/deploy.xml"/>
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
     6
</listAttribute>
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
     7
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
     8
<listEntry value="1"/>
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
     9
</listAttribute>
65
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.ant.ui.classpathentry.antHome&quot;&gt;&#13;&#10;&lt;memento default=&quot;true&quot;/&gt;&#13;&#10;&lt;/runtimeClasspathEntry&gt;&#13;&#10;"/>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.ant.ui.classpathentry.extraClasspathEntries&quot;&gt;&#13;&#10;&lt;memento/&gt;&#13;&#10;&lt;/runtimeClasspathEntry&gt;&#13;&#10;"/>
68
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
    14
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.variableClasspathEntry&quot;&gt;&#13;&#10;&lt;memento path=&quot;3&quot; variableString=&quot;${project_loc}/engine/build/lib/catalina-ant.jar&quot;/&gt;&#13;&#10;&lt;/runtimeClasspathEntry&gt;&#13;&#10;"/>
65
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
</listAttribute>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk"/>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/>
68
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
    20
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="mosatags"/>
65
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
68
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
    22
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${project_loc}/engine/build/deploy.xml"/>
7c693f70ac4f sync files
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
    23
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Durl=http://localhost:8080/manager&#13;&#10;-Dusername=tomcat&#13;&#10;-Dpassword=tomcat"/>
65
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
971621d37b74 change deploy scripts
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
</launchConfiguration>