Author: pwang
Date: 2009-07-09 09:24:00 -0700 (Thu, 09 Jul 2009)
New Revision: 17285

Added:
   csplugins/trunk/ucsd/pwang/cyprovision/headless_build/
   csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/
   
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.properties
   
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.xml
   
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build_cy3_feature.xml
   
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature.xml
   
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature_build.properties
Log:
Original creation

Added: 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.properties
===================================================================
--- 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.properties
                               (rev 0)
+++ 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.properties
       2009-07-09 16:24:00 UTC (rev 17285)
@@ -0,0 +1,255 @@
+###############################################################################
+# Copyright (c) 2003, 2006 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# 
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+#####################
+# Parameters describing how and where to execute the build.
+# Typical users need only update the following properties:
+#    baseLocation - where things you are building against are installed
+#    bootclasspath - The base jars to compile against (typicaly rt.jar)
+#    configs - the list of {os, ws, arch} configurations to build.  
+#
+# Of course any of the settings here can be overridden by spec'ing 
+# them on the command line (e.g., -DbaseLocation=d:/eclipse
+
+#The type of the top level element we are building,  generally "feature"
+topLevelElementType = feature
+#The id of the top level element we are building
+topLevelElementId = org.foo.bar
+
+############# PRODUCT/PACKAGING CONTROL #############
+product=/plugin or feature id/path/to/.product
+runPackager=true
+
+#Set the name of the archive that will result from the product build.
+#archiveNamePrefix=
+
+# The prefix that will be used in the generated archive.
+archivePrefix=eclipse
+
+# The location underwhich all of the build output will be collected.
+collectingFolder=${archivePrefix}
+
+# The list of {os, ws, arch} configurations to build.  This 
+# value is a '&' separated list of ',' separate triples.  For example, 
+#     configs=win32,win32,x86 & linux,motif,x86
+# By default the value is *,*,*
+configs = *, *, *
+#configs=win32, win32, x86 & \
+#      win32,win32,x86_64 & \
+#      win32,win32,wpf & \
+#      linux, gtk, ppc & \
+#      linux, gtk, x86 & \
+#      linux, gtk, x86_64 & \
+#      linux, motif, x86 & \
+#      solaris, motif, sparc & \
+#      solaris, gtk, sparc & \
+#      aix, motif, ppc & \
+#      hpux, motif, ia64_32 & \
+#      macosx, carbon, ppc & \
+#      macosx, carbon, x86 & \
+#      macosx, cocoa, ppc & \
+#      macosx, cocoa, x86 & \
+#      macosx, cocoa, x86_64
+
+# By default PDE creates one archive (result) per entry listed in the configs 
property.
+# Setting this value to true will cause PDE to only create one output 
containing all 
+# artifacts for all the platforms listed in the configs property.
+# To control the output format for the group, add a "group, group, group - 
<format>" entry to the
+# archivesFormat. 
+#groupConfigurations=true
+
+#The format of the archive. By default a zip is created using antZip.
+#The list can only contain the configuration for which the desired format is 
different than zip.
+#archivesFormat=win32, win32, x86 - antZip& \
+#      linux, gtk, ppc - antZip &\
+#    linux, gtk, x86 - antZip& \
+#      linux, gtk, x86_64 - antZip& \
+# linux, motif, x86 - antZip& \
+#      solaris, motif, sparc - antZip& \
+#      solaris, gtk, sparc - antZip& \
+#      aix, motif, ppc - antZip& \
+#      hpux, motif, PA_RISC - antZip& \
+#      macosx, carbon, ppc - antZip
+
+#Allow cycles involving at most one bundle that needs to be compiled with the 
rest being binary bundles.
+allowBinaryCycles = true
+
+#Sort bundles depenedencies across all features instead of just within a given 
feature.
+#flattenDependencies = true
+
+#Parallel compilation, requires flattenedDependencies=true
+#parallelCompilation=true
+#parallelThreadCount=
+#parallelThreadsPerProcessor=
+       
+#Set to true if you want the output to be ready for an update jar (no site.xml 
generated)
+#outputUpdateJars = false
+
+#Set to true for Jnlp generation
+#codebase should be a URL that will be used as the root of all relative URLs 
in the output.
+#generateJnlp=false
+#jnlp.codebase=<codebase url>
+#jnlp.j2se=<j2se version>
+#jnlp.locale=<a locale>
+#jnlp.generateOfflineAllowed=true or false generate <offlineAllowed/> 
attribute in the generated features
+#jnlp.configs=${configs}                       #uncomment to filter the 
content of the generated jnlp files based on the configuration being built
+
+#Set to true if you want to sign jars
+#signJars=false
+#sign.alias=<alias>
+#sign.keystore=<keystore location>
+#sign.storepass=<keystore password>
+#sign.keypass=<key password>
+
+#Arguments to send to the zip executable
+zipargs=
+
+#Arguments to send to the tar executable
+tarargs=
+
+#Control the creation of a file containing the version included in each 
configuration - on by default 
+#generateVersionsLists=false
+
+############## BUILD NAMING CONTROL ################
+# The directory into which the build elements are fetched and where
+# the build takes place.
+buildDirectory=${user.home}/eclipse.build
+
+# Type of build.  Used in naming the build output.  Typically this value is
+# one of I, N, M, S, ...
+buildType=I
+
+# ID of the build.  Used in naming the build output.
+buildId=TestBuild
+
+# Label for the build.  Used in naming the build output
+buildLabel=${buildType}.${buildId}
+
+# Timestamp for the build.  Used in naming the build output
+timestamp=007
+
+#The value to be used for the qualifier of a plugin or feature when you want 
to override the value computed by pde.
+#The value will only be applied to plugin or features indicating 
build.properties, qualifier = context 
+#forceContextQualifier=<the value for the qualifier>
+
+#Enable / disable the generation of a suffix for the features that use 
.qualifier. 
+#The generated suffix is computed according to the content of the feature   
+#generateFeatureVersionSuffix=true
+
+############# BASE CONTROL #############
+# Settings for the base Eclipse components and Java class libraries 
+# against which you are building.
+# Base location for anything the build needs to compile against.  For example,
+# in most RCP app or a plug-in,  the baseLocation should be the location of a 
previously
+# installed Eclipse against which the application or plug-in code will be 
compiled and the RCP delta pack.
+
+base=<path/to/parent/of/eclipse>
+baseLocation=${base}/eclipse
+
+#Folder containing repositories whose content is needed to compile against
+#repoBaseLocation=${base}/repos
+#Folder where the content of the repositories from ${repoBaseLocation} will be 
made available as a form suitable to be compiled against
+#transformedRepoLocation=${base}/transformedRepos
+
+#Os/Ws/Arch/nl of the eclipse specified by baseLocation
+baseos=win32
+basews=win32
+basearch=x86
+
+#this property indicates whether you want the set of plug-ins and features to 
be considered during the build to be limited to the ones reachable from the 
features / plugins being built
+filteredDependencyCheck=false
+
+#this property indicates whether the resolution should be done in development 
mode (i.e. ignore multiple bundles with singletons)
+resolution.devMode=false
+
+#pluginPath is a list of locations in which to find plugins and features.  
This list is separated by the platform file separator (; or :)
+#a location is one of:  
+#- the location of the jar or folder that is the plugin or feature : 
/path/to/foo.jar or /path/to/foo
+#- a directory that contains a /plugins or /features subdirectory
+#- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or 
fragment.xml
+#pluginPath=
+
+skipBase=true
+eclipseURL=<url for eclipse download site>
+eclipseBuildId=<Id of Eclipse build to get>
+eclipseBaseURL=${eclipseURL}/eclipse-platform-${eclipseBuildId}-win32.zip
+
+
+############# MAP FILE CONTROL ################
+# This section defines CVS tags to use when fetching the map files from the 
repository.
+# If you want to fetch the map file from repository / location, change the 
getMapFiles target in the customTargets.xml
+
+skipMaps=true
+mapsRepo=:pserver:[email protected]/path/to/repo
+mapsRoot=path/to/maps
+mapsCheckoutTag=HEAD
+
+#tagMaps=true
+mapsTagTag=v${buildId}
+
+
+############ REPOSITORY CONTROL ###############
+# This section defines properties parameterizing the repositories where 
plugins, fragments
+# bundles and features are being obtained from. 
+
+# The tags to use when fetching elements to build.
+# By default thebuilder will use whatever is in the maps.  
+# This value takes the form of a comma separated list of repository identifier 
(like used in the map files) and the 
+# overriding value
+# For example fetchTag=CVS=HEAD, SVN=v20050101
+# fetchTag=HEAD
+skipFetch=true
+
+
+############# JAVA COMPILER OPTIONS ##############
+# The location of the Java jars to compile against.  Typically the rt.jar for 
your JDK/JRE
+#bootclasspath=${java.home}/lib/rt.jar
+
+# specific JRE locations to compile against. These values are used to compile 
bundles specifying a 
+# Bundle-RequiredExecutionEnvironment. Uncomment and set values for 
environments that you support
+#CDC-1.0/Foundation-1.0= /path/to/rt.jar
+#CDC-1.1/Foundation-1.1=
+#OSGi/Minimum-1.0=
+#OSGi/Minimum-1.1=
+#JRE-1.1=
+#J2SE-1.2=
+#J2SE-1.3=
+#J2SE-1.4=
+#J2SE-1.5=
+#JavaSE-1.6=
+#PersonalJava-1.1=
+#PersonalJava-1.2=
+#CDC-1.0/PersonalBasis-1.0=
+#CDC-1.0/PersonalJava-1.0=
+#CDC-1.1/PersonalBasis-1.1=
+#CDC-1.1/PersonalJava-1.1=
+
+# Specify the output format of the compiler log when eclipse jdt is used
+logExtension=.log
+
+# Whether or not to include debug info in the output jars
+javacDebugInfo=false 
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=true
+
+# Enable or disable verbose mode of the compiler
+javacVerbose=true
+
+# Extra arguments for the compiler. These are specific to the java compiler 
being used.
+#compilerArg=
+
+# 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.3
+
+# Default value for the version of the byte code targeted. This value is used 
when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment 
or set javacTarget in build.properties.
+#javacTarget=1.1
+
+

Added: 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.xml
===================================================================
--- 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.xml
                              (rev 0)
+++ 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build.xml
      2009-07-09 16:24:00 UTC (rev 17285)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Build cytoscape feature" default="feature-build">
+
+       <!-- Location of coniguration files -->
+       <property name="builder" location="." />
+       <!-- Identifier for the feature being built-->
+       <property name="base" location="c:/eclipse35" />
+       <!-- parent of base location-->
+       <property name="baseLocation" location="${base}/eclipse" />
+       <property name="buildDirectory" location="${builder}/build" />
+
+
+       <pathconvert property="equinoxLauncher">
+               <path>
+                       <fileset dir="${baseLocation}/plugins" 
includes="**/*.jar" />
+               </path>
+               <regexpmapper 
from="(org\.eclipse\.equinox\.launcher)(_)(.*)\.jar" to="\0" />
+       </pathconvert>
+
+
+       <pathconvert property="pdeBuild">
+               <path>
+                       <fileset dir="${baseLocation}/plugins" 
includes="**/*productBuild.xml" />
+               </path>
+               <regexpmapper from="(org\.eclipse\.pde\.build)(_)(.*)" to="\0" 
/>
+       </pathconvert>
+
+       <!--
+               This target actually executes the PDE Build process by 
launching the 
+               Eclipse antRunner application.
+       -->
+       <target name="feature-build">   
+
+               <java classname="org.eclipse.equinox.launcher.Main" fork="true" 
failonerror="true" >
+                       <arg value="-application" />
+                       <arg value="org.eclipse.ant.core.antRunner" />
+                       <arg value="-buildfile" />
+                       <arg value="build_cy3_feature.xml" />
+                       <classpath>
+                               <pathelement 
location="${baseLocation}/plugins/${equinoxLauncher}" />
+                       </classpath>
+
+               </java> 
+       </target>
+
+</project>
\ No newline at end of file

Added: 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build_cy3_feature.xml
===================================================================
--- 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build_cy3_feature.xml
                          (rev 0)
+++ 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/build_cy3_feature.xml
  2009-07-09 16:24:00 UTC (rev 17285)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Build cytoscape feature" default="runBuild">
+
+       <!-- Define the location of Eclipse -->
+       <property name="base" location="c:/eclipse35" />
+       <property name="baseLocation" location="${base}/eclipse" />
+       
+       <!-- Define the location of cytoscape bundles and rootfiles --> 
+       <property name="cy3bundleDirectory" location="./cy3bundles" />
+       <property name="rootfilesDirectory" location="./rootfiles" />
+
+       
+       <!-- Do not change the following settings -->
+       <property name="builder" location="." />
+       <property name="buildDirectory" location="${builder}/build_feature" />
+
+       <!-- Identifier for the feature being built-->
+       <property name="topLevelElementId" value="cytoscape_product_feature" /> 
+       <property name="archivePrefix" value="cytoscape" />
+
+       <pathconvert property="pdeBuild">
+       <path>
+         <fileset dir="${baseLocation}/plugins" includes="**/*build.xml" /> 
+         </path>
+         <regexpmapper from="(org\.eclipse\.pde\.build)(_)(.*)" to="\0" /> 
+       </pathconvert>  
+
+       
+       <import file= "${baseLocation}/plugins/${pdeBuild}"/>
+       
+       <target name="runBuild" depends="init,main" />
+       
+       <target name="init">
+       
+               <delete dir="${buildDirectory}" />
+               <mkdir dir="${buildDirectory}" />
+               
+               <record name="${buildDirectory}/${topLevelElementId}-build.log"
+                       loglevel="verbose" />
+               <echoproperties />
+
+               <mkdir 
dir="${buildDirectory}/features/cytoscape_product_feature" />
+               <copy 
todir="${buildDirectory}/features/cytoscape_product_feature" file="feature.xml" 
/>
+               <copyfile src="feature_build.properties" 
dest="${buildDirectory}/features/cytoscape_product_feature/build.properties"  />
+                       
+               <mkdir dir="${buildDirectory}/plugins" />
+               <copy todir="${buildDirectory}/plugins" >
+                       <fileset dir="${cy3bundleDirectory}">
+                               <include name="**" />
+                       </fileset>
+               </copy>
+               
+               <mkdir dir="${buildDirectory}/rootfiles" />
+               <copy todir="${buildDirectory}/rootfiles" >
+                       <fileset dir="${rootfilesDirectory}">
+                               <include name="**" />
+                       </fileset>
+               </copy>
+               
+       </target>
+       
+</project>
\ No newline at end of file

Added: 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature.xml
===================================================================
--- 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature.xml
                            (rev 0)
+++ 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature.xml
    2009-07-09 16:24:00 UTC (rev 17285)
@@ -0,0 +1,314 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="cytoscape_product_feature"
+      label="Cytoscape_product_feature"
+      version="3.0.0"
+      provider-name="UCSD">
+
+   <description url="http://www.example.com/description";>
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright";>
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license";>
+      [Enter License Description here.]
+   </license>
+
+   <url>
+      <update label="Cytoscape releases" 
url="http://chianti.ucsd.edu/cy3/update"/>
+   </url>
+
+   <plugin
+         id="org.eclipse.core.contenttype"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.core.jobs"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.core.runtime"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.ecf"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.ecf.filetransfer"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.ecf.provider.filetransfer"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.app"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.common"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.frameworkadmin"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.frameworkadmin.equinox"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.launcher"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.artifact.repository"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.director"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.director.app"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.engine"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.exemplarysetup"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.garbagecollector"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.jarprocessor"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.metadata"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.repository"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.touchpoint.eclipse"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.preferences"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.security"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.simpleconfigurator"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.simpleconfigurator.manipulator"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.osgi"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.osgi.services"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.pde.build"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+   <plugin
+         id="org.sat4j.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.sat4j.pb"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.registry"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.ecf.identity"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.ant.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.metadata.repository"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.core.variables"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.equinox.p2.console"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.ibm.icu"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <data
+         id="rootfiles/docs/INSTALL.txt"
+         download-size="0"
+         install-size="0"/>
+
+   <data
+         id="rootfiles/LICENSE.txt"
+         download-size="0"
+         install-size="0"/>
+
+   <data
+         id="rootfiles/myLaunch.bat"
+         download-size="0"
+         install-size="0"/>
+
+   <data
+         id="rootfiles/sampleData/galFiltered.nodeAttrs1"
+         download-size="0"
+         install-size="0"/>
+
+   <data
+         id="rootfiles/sampleData/galFiltered.sif"
+         download-size="0"
+         install-size="0"/>
+
+</feature>

Added: 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature_build.properties
===================================================================
--- 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature_build.properties
                               (rev 0)
+++ 
csplugins/trunk/ucsd/pwang/cyprovision/headless_build/headless_build_feature/feature_build.properties
       2009-07-09 16:24:00 UTC (rev 17285)
@@ -0,0 +1 @@
+bin.includes = feature.xml


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to