eclipse plugin: Name the collecting folder for...

...the build 'wesnoth_umc_dev' instead of 'eclipse'
This commit is contained in:
Timotei Dolean 2011-08-08 21:26:55 +00:00
parent 0800424d62
commit a1bc69949f
2 changed files with 3 additions and 4 deletions

View file

@ -26,7 +26,7 @@ p2.category.definition=file:${basedir}/../org.wesnoth.feature/category.xml
archiveNamePrefix=wesnoth_umc_dev
# The prefix that will be used in the generated archive.
archivePrefix=eclipse
archivePrefix=wesnoth_umc_dev
# The location underwhich all of the build output will be collected.
collectingFolder=${archivePrefix}
@ -99,7 +99,7 @@ javacDebugInfo=false
javacFailOnError=true
# Enable or disable verbose mode of the compiler
javacVerbose=true
javacVerbose=false
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
javacSource=1.6

View file

@ -4,7 +4,6 @@ import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.Path;
import org.eclipse.jface.dialogs.IDialogPage;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.window.Window;
@ -52,7 +51,7 @@ public class NewConfigFilePage0 extends WizardPage
}
/**
* @see IDialogPage#createControl(Composite)
* @see org.eclipse.jface.dialogs.IDialogPage#createControl(Composite)
*/
@Override
public void createControl( Composite parent )