Browse Source

Bugzilla Bug 50458

 	Make a full implementation of org.eclipse.jdt.core for use in AJDT
Updated jdtcore jars, and an external builder configured in build
chain to refresh them from the shadows...
tags/v_preCompileLoopAlteration
acolyer 20 years ago
parent
commit
d24bc49248

+ 1
- 0
org.eclipse.jdt.core/.classpath View File

@@ -2,5 +2,6 @@
<classpath>
<classpathentry exported="true" kind="lib"
path="jdtcore-for-aspectj.jar" sourcepath="/org.eclipse.jdt.core/jdtcore-for-aspectj-src.zip"/>
<classpathentry kind="src" path="/shadows.org.eclipse.jdt.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>

+ 11
- 0
org.eclipse.jdt.core/.externalToolBuilders/jdt-core-for-aspectj.jar builder.launch View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
<stringAttribute
key="org.eclipse.ui.externaltools.ATTR_REFRESH_SCOPE" value="${project}"/>
<stringAttribute
key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
<stringAttribute
key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/shadows.org.eclipse.jdt.core}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/shadows.org.eclipse.jdt.core/build.xml}"/>
<stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_none"/>
</launchConfiguration>

+ 12
- 0
org.eclipse.jdt.core/.project View File

@@ -3,6 +3,7 @@
<name>org.eclipse.jdt.core</name>
<comment></comment>
<projects>
<project>shadows.org.eclipse.jdt.core</project>
</projects>
<buildSpec>
<buildCommand>
@@ -10,6 +11,17 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;launchConfiguration local=&quot;false&quot; path=&quot;/org.eclipse.jdt.core/.externalToolBuilders/jdt-core-for-aspectj.jar builder.launch&quot;/&gt;
</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>

BIN
org.eclipse.jdt.core/jdtcore-for-aspectj-src.zip View File


BIN
org.eclipse.jdt.core/jdtcore-for-aspectj.jar View File


Loading…
Cancel
Save