From: <jsa...@us...> - 2008-11-17 21:15:54
|
Revision: 109 http://flexotask.svn.sourceforge.net/flexotask/?rev=109&view=rev Author: jsauerbach Date: 2008-11-17 21:15:51 +0000 (Mon, 17 Nov 2008) Log Message: ----------- Minor fixes to build scripts and launch configs Modified Paths: -------------- trunk/flexotask-functiontest/launch/Export Flexotask Function Test for Runtime.launch trunk/flexotask-functiontest-plugin/build-zip.xml Modified: trunk/flexotask-functiontest/launch/Export Flexotask Function Test for Runtime.launch =================================================================== --- trunk/flexotask-functiontest/launch/Export Flexotask Function Test for Runtime.launch 2008-11-17 19:47:40 UTC (rev 108) +++ trunk/flexotask-functiontest/launch/Export Flexotask Function Test for Runtime.launch 2008-11-17 21:15:51 UTC (rev 109) @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> <stringAttribute key="bad_container_name" value="\flexotask-functiontest\launc"/> +<stringAttribute key="org.eclipse.ant.ui.ATTR_BUILD_SCOPE" value="${none}"/> <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listEntry value="/flexotask-functiontest/export.xml"/> @@ -10,11 +11,10 @@ </listAttribute> <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> +<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/IBM-J9"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="flexotask-functiontest"/> <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value="IBM-J9"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/flexotask-functiontest/export.xml}"/> <stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> </launchConfiguration> Modified: trunk/flexotask-functiontest-plugin/build-zip.xml =================================================================== --- trunk/flexotask-functiontest-plugin/build-zip.xml 2008-11-17 19:47:40 UTC (rev 108) +++ trunk/flexotask-functiontest-plugin/build-zip.xml 2008-11-17 21:15:51 UTC (rev 109) @@ -1,9 +1,11 @@ <project default="zip"> <target name="zip"> + <delete file="flexotaskFunctionTest.zip"/> <zip basedir="../flexotask-functiontest" destfile="flexotaskFunctionTest.zip"> <exclude name="generated/**"/> <exclude name="bin/**"/> <exclude name="*.jar"/> + <exclude name="**/Generator.java"/> </zip> </target> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |