Changeset 39
- Timestamp:
- 07/06/07 15:42:51 (5 years ago)
- Location:
- trunk/pb
- Files:
-
- 2 modified
-
.classpath (modified) (1 diff)
-
pb build.xml.launch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pb/.classpath
r4 r39 22 22 <classpathentry kind="lib" path="redist/xercesImpl-2.6.2.jar"/> 23 23 <classpathentry kind="lib" path="redist/xmlParserAPIs-2.6.2.jar"/> 24 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>25 24 <classpathentry combineaccessrules="false" kind="src" path="/jetty"/> 26 25 <classpathentry kind="lib" path="redist/commons-logging.jar"/> 27 26 <classpathentry kind="lib" path="redist/IAClasses.zip"/> 27 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/pb_jre"/> 28 28 <classpathentry kind="output" path="eclipseclasses"/> 29 29 </classpath> -
trunk/pb/pb build.xml.launch
r35 r39 2 2 <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> 3 3 <stringAttribute key="bad_container_name" value="\pb\extbuild"/> 4 <booleanAttribute key="editedByExternalToolsMainTab" value="true"/>5 4 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> 6 5 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> … … 18 17 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="pb"/> 19 18 <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> 20 <stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value=" jre1.6.0"/>19 <stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value="pb_jre"/> 21 20 <stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType"/> 22 21 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/pb/build.xml}"/> 22 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/pb}"/> 23 23 <stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> 24 24 </launchConfiguration>
