From: <jsa...@us...> - 2008-11-07 22:09:20
|
Revision: 69 http://flexotask.svn.sourceforge.net/flexotask/?rev=69&view=rev Author: jsauerbach Date: 2008-11-07 22:09:17 +0000 (Fri, 07 Nov 2008) Log Message: ----------- Project to incorporate the flexotask-functiontest conveniently into the Eclipse Update download for reconstitution after installation. Added Paths: ----------- trunk/flexotask-functiontest-plugin/.externalToolBuilders/ trunk/flexotask-functiontest-plugin/.externalToolBuilders/BuildZip.launch trunk/flexotask-functiontest-plugin/.project trunk/flexotask-functiontest-plugin/META-INF/ trunk/flexotask-functiontest-plugin/META-INF/MANIFEST.MF trunk/flexotask-functiontest-plugin/build-zip.xml trunk/flexotask-functiontest-plugin/build.properties Property Changed: ---------------- trunk/flexotask-functiontest-plugin/ Property changes on: trunk/flexotask-functiontest-plugin ___________________________________________________________________ Added: svn:ignore + flexotaskFunctionTest.zip Added: trunk/flexotask-functiontest-plugin/.externalToolBuilders/BuildZip.launch =================================================================== --- trunk/flexotask-functiontest-plugin/.externalToolBuilders/BuildZip.launch (rev 0) +++ trunk/flexotask-functiontest-plugin/.externalToolBuilders/BuildZip.launch 2008-11-07 22:09:17 UTC (rev 69) @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> +<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> +<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> +<listEntry value="/flexotask-functiontest-plugin/build-zip.xml"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="1"/> +</listAttribute> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="flexotask-functiontest-plugin"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/flexotask-functiontest-plugin/build-zip.xml}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value=""/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +</launchConfiguration> Added: trunk/flexotask-functiontest-plugin/.project =================================================================== --- trunk/flexotask-functiontest-plugin/.project (rev 0) +++ trunk/flexotask-functiontest-plugin/.project 2008-11-07 22:09:17 UTC (rev 69) @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>flexotask-functiontest-plugin</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/BuildZip.launch</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + </natures> +</projectDescription> Added: trunk/flexotask-functiontest-plugin/META-INF/MANIFEST.MF =================================================================== --- trunk/flexotask-functiontest-plugin/META-INF/MANIFEST.MF (rev 0) +++ trunk/flexotask-functiontest-plugin/META-INF/MANIFEST.MF 2008-11-07 22:09:17 UTC (rev 69) @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Flexotask Function Test +Bundle-SymbolicName: com.ibm.realtime.flexotask.functiontest +Bundle-Version: 2.0.0 +Bundle-Vendor: IBM Research Added: trunk/flexotask-functiontest-plugin/build-zip.xml =================================================================== --- trunk/flexotask-functiontest-plugin/build-zip.xml (rev 0) +++ trunk/flexotask-functiontest-plugin/build-zip.xml 2008-11-07 22:09:17 UTC (rev 69) @@ -0,0 +1,9 @@ +<project default="zip"> + <target name="zip"> + <zip basedir="../flexotask-functiontest" destfile="flexotaskFunctionTest.zip"> + <exclude name="generated/**"/> + <exclude name="bin/**"/> + <exclude name="*.jar"/> + </zip> + </target> +</project> \ No newline at end of file Property changes on: trunk/flexotask-functiontest-plugin/build-zip.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:eol-style + native Added: trunk/flexotask-functiontest-plugin/build.properties =================================================================== --- trunk/flexotask-functiontest-plugin/build.properties (rev 0) +++ trunk/flexotask-functiontest-plugin/build.properties 2008-11-07 22:09:17 UTC (rev 69) @@ -0,0 +1,2 @@ +bin.includes = META-INF/,\ + flexotaskFunctionTest.zip Property changes on: trunk/flexotask-functiontest-plugin/build.properties ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |