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

Adding the capability to base the "exported" attribute of Eclipse classpath entries on what configuration(s) they came from #38

Closed
wants to merge 20 commits into from

Commits on May 25, 2011

  1. Updated to gradle/master, added support for generating

    application.xml.
    dgileadi committed May 25, 2011
    Configuration menu
    Copy the full SHA
    bb7e8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f740c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c0aa32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0587718 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2011

  1. Merge github.com:dgileadi/gradle

    Conflicts:
    	subprojects/ide/src/main/groovy/org/gradle/plugins/ide/eclipse/EclipsePlugin.groovy
    dgileadi committed May 31, 2011
    Configuration menu
    Copy the full SHA
    28c1786 View commit details
    Browse the repository at this point in the history
  2. Added backwards-compatibility methods/constructors for WTP component

    and facet, fixed behavior of EclipsePlugin, added additional docs for
    EclipsePlugin.
    dgileadi committed May 31, 2011
    Configuration menu
    Copy the full SHA
    2107da8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2011

  1. Configuration menu
    Copy the full SHA
    27eb979 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2011

  1. Configuration menu
    Copy the full SHA
    b375eb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2011

  1. Configuration menu
    Copy the full SHA
    d9cd187 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2011

  1. Configuration menu
    Copy the full SHA
    d423c32 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2011

  1. Added ability to set the "exported" attribute on Eclipse classpath

    entries based on whether the configuration it came from ought to be
    exported.
    dgileadi committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    5daf472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97da752 View commit details
    Browse the repository at this point in the history
  3. Fixed calls to isExported.

    dgileadi committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    aca260e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2011

  1. Fixed the ear plugin to not put <library-directory> into the generated

    appliation.xml if using the default of "lib", added support to the ear
    plugin for a skinnyDeploy flag.
    dgileadi committed Jun 16, 2011
    Configuration menu
    Copy the full SHA
    4028242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc367b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2011

  1. Configuration menu
    Copy the full SHA
    3a57c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cad3e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2011

  1. Made the new property be 'noExportConfigNames' and refactored

    ClasspathFactory to be more like the original.
    dgileadi committed Jun 20, 2011
    Configuration menu
    Copy the full SHA
    1257547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37999d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b315ef View commit details
    Browse the repository at this point in the history