Changeset 39

Show
Ignore:
Timestamp:
07/06/07 15:42:51 (5 years ago)
Author:
matighet
Message:

added pb_jre to pb project and took out ant.jar

Location:
trunk/pb
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pb/.classpath

    r4 r39  
    2222        <classpathentry kind="lib" path="redist/xercesImpl-2.6.2.jar"/> 
    2323        <classpathentry kind="lib" path="redist/xmlParserAPIs-2.6.2.jar"/> 
    24         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    2524        <classpathentry combineaccessrules="false" kind="src" path="/jetty"/> 
    2625        <classpathentry kind="lib" path="redist/commons-logging.jar"/> 
    2726        <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"/> 
    2828        <classpathentry kind="output" path="eclipseclasses"/> 
    2929</classpath> 
  • trunk/pb/pb build.xml.launch

    r35 r39  
    22<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> 
    33<stringAttribute key="bad_container_name" value="\pb\extbuild"/> 
    4 <booleanAttribute key="editedByExternalToolsMainTab" value="true"/> 
    54<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> 
    65<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> 
     
    1817<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="pb"/> 
    1918<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"/> 
    2120<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType"/> 
    2221<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}"/> 
    2323<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> 
    2424</launchConfiguration>