Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDotClasspathText (0.7 sec)

  1. platforms/ide/tooling-api/buildship.gradle

            }
    
            // create the .project and .classpath files
            new File(projectDirectory, '.project').text = getDotProjectText()
            new File(projectDirectory, '.classpath').text = getDotClasspathText(jarFile.name)
        }
    
        private String calculateManifest(String projectVersion, File jar) {
            def bundleVersion = getBundleVersion(projectVersion)
            def qualifier = new Date().format('yyyyMMddkkmm')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top