Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-batch-compiler move cleanup (#181) #578

Merged
merged 5 commits into from
Dec 2, 2022

Commits on Dec 2, 2022

  1. Moved grammar and parser generation scripts to batch compiler (eclips…

    …e-jdt#181)
    
    - Grammar file belongs to compiler, build scripts for it too.
    - Added grammar to sources.
    
    See https://bugs.eclipse.org/bugs/show_bug.cgi?id=562044 for original
    contribution motivation for parser build scripts. No idea if the code
    still works and no idea where to get the *right* native JikesPG
    executable, so I can't test if that works or not.
    
    See eclipse-jdt#181
    iloveeclipse committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    89c7b30 View commit details
    Browse the repository at this point in the history
  2. Removed ancient build scripts related to batch compiler (eclipse-jdt#181

    )
    
    Cleaning up org.eclipse.jdt.core and trying to sort out old unused
    scripts from still used but requiring an update after move.
    
    See eclipse-jdt#181
    iloveeclipse committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5a20ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5304e76 View commit details
    Browse the repository at this point in the history
  4. Removed obsoleted main-class attribute from jdt.core manifest (eclips…

    …e-jdt#181)
    
    jdt.core can't be used anymore as self containing Java compiler library,
    it is now org.eclipse.jdt.core.compiler.batch.
    
    See eclipse-jdt#181
    iloveeclipse committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ee8b5f2 View commit details
    Browse the repository at this point in the history
  5. Fix jdtCompilerAdapter.jar generation for pde/ant support (eclipse-jd…

    …t#181)
    
    Add moved classes located now in org.eclipse.jdt.core.compiler.batch to
    the jdtCompilerAdapter.jar used by pde.build & Ant (see
    org.eclipse.ant.internal.ui.datatransfer.BuildFileCreator).
    
    See
    eclipse-pde/eclipse.pde#419
    eclipse-jdt#181
    iloveeclipse committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    42055d1 View commit details
    Browse the repository at this point in the history