Show Dummy.java syntax highlighted
// Dummy.java
//
// Copyright (c) 2001 Red Shed Software. All rights reserved.
// by Jonathan 'Wolf' Rentzsch (jon at redshed dot net)
//
// This file exists solely to work around a Project Builder X bug.
// It turns out Project Builder 1.1 (v73.3) won't generate a framework's .jar
// file unless there exists at least one class file in the project.
//
// Mon Dec 24 2001 wolf: Created.
public class Dummy {
}
See more files for this project here