Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-04-22 20:29:48 +0000
committerRyan D. Brooks2011-04-22 20:29:48 +0000
commit38b1ff989eadb3229fd4c0421102e7a60a4c1554 (patch)
tree4b470b77fcecf4744ae2eb8c623b7c146a4fe22d /plugins/org.eclipse.osee.support.build/support
parent87a439a142dad13c554519329ebec4da3b406f42 (diff)
downloadorg.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.tar.gz
org.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.tar.xz
org.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.zip
refactor: Introduce end-of-line normalization
Diffstat (limited to 'plugins/org.eclipse.osee.support.build/support')
-rw-r--r--plugins/org.eclipse.osee.support.build/support/build.properties480
-rw-r--r--plugins/org.eclipse.osee.support.build/support/client_category.xml86
-rw-r--r--plugins/org.eclipse.osee.support.build/support/customTargets.xml360
-rw-r--r--plugins/org.eclipse.osee.support.build/support/orbit.map44
-rw-r--r--plugins/org.eclipse.osee.support.build/support/osee.map198
-rw-r--r--plugins/org.eclipse.osee.support.build/support/osee_client_build.xml24
-rw-r--r--plugins/org.eclipse.osee.support.build/support/osee_common_build.xml136
-rw-r--r--plugins/org.eclipse.osee.support.build/support/osee_server_build.xml62
8 files changed, 695 insertions, 695 deletions
diff --git a/plugins/org.eclipse.osee.support.build/support/build.properties b/plugins/org.eclipse.osee.support.build/support/build.properties
index 61b524605c3..b87dd49cf4c 100644
--- a/plugins/org.eclipse.osee.support.build/support/build.properties
+++ b/plugins/org.eclipse.osee.support.build/support/build.properties
@@ -1,240 +1,240 @@
-###############################################################################
-# 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 = ${master.feature} *** Set in top level ant script ****
-
-############# 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=osee
-
-# The location under which all of the build output will be collected. Must be equal to archivePrefix due to a bug in the eclipse build scripts
-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 & \
-# linux, gtk, ppc &\
-# linux, gtk, x86 & \
-# linux, gtk, x86_64 & \
-# linux, motif, x86 & \
-# solaris, motif, sparc & \
-# solaris, gtk, sparc & \
-# aix, motif, ppc & \
-# hpux, motif, PA_RISC & \
-# macosx, carbon, ppc
-
-# 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
-
-#Set to true if you want the output to be ready for an update jar (no site.xml generated)
-outputUpdateJars = true
-
-#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>
-
-#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=true
-
-############## BUILD NAMING CONTROL ################
-# The directory into which the build elements are fetched and where
-# the build takes place.
-# buildDirectory=${basedir}/sandbox
-
-# Type of build. Used in naming the build output. Typically this value is
-# one of I, N, M, S, ...
-buildType=M
-
-# ID of the build. Used in naming the build output.
-# this is set in the ant build files
-#buildId=
-
-# 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=${DSTAMP}${TSTAMP}
-
-#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=false
-
-############# 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.
-# baseLocation is a java system property set earlier
-
-#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=true
-
-#this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
-resolution.devMode=true
-
-#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:anonymous@example.com/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=true
-
-# Whether or not to fail the build if there are compiler errors
-javacFailOnError=true
-
-# Enable or disable verbose mode of the compiler
-javacVerbose=false
-
-# Extra arguments for the compiler. These are specific to the java compiler being used.
-compilerArg= -nowarn -g
-
-# 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
-
-# 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.6
-
-buildingOSGi=true
-recursiveGeneration=true
-generate.p2.metadata=true
-p2.metadata.repo=file:${buildDirectory}/repository
-p2.artifact.repo=file:${buildDirectory}/repository
-p2.metadata.repo.name=OSEE Update Site
-p2.artifact.repo.name=OSEE Update Site - artifacts
-p2.publish.artifacts=true
-p2.flavor=tooling
-p2.gathering = true
+###############################################################################
+# 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 = ${master.feature} *** Set in top level ant script ****
+
+############# 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=osee
+
+# The location under which all of the build output will be collected. Must be equal to archivePrefix due to a bug in the eclipse build scripts
+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 & \
+# linux, gtk, ppc &\
+# linux, gtk, x86 & \
+# linux, gtk, x86_64 & \
+# linux, motif, x86 & \
+# solaris, motif, sparc & \
+# solaris, gtk, sparc & \
+# aix, motif, ppc & \
+# hpux, motif, PA_RISC & \
+# macosx, carbon, ppc
+
+# 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
+
+#Set to true if you want the output to be ready for an update jar (no site.xml generated)
+outputUpdateJars = true
+
+#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>
+
+#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=true
+
+############## BUILD NAMING CONTROL ################
+# The directory into which the build elements are fetched and where
+# the build takes place.
+# buildDirectory=${basedir}/sandbox
+
+# Type of build. Used in naming the build output. Typically this value is
+# one of I, N, M, S, ...
+buildType=M
+
+# ID of the build. Used in naming the build output.
+# this is set in the ant build files
+#buildId=
+
+# 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=${DSTAMP}${TSTAMP}
+
+#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=false
+
+############# 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.
+# baseLocation is a java system property set earlier
+
+#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=true
+
+#this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
+resolution.devMode=true
+
+#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:anonymous@example.com/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=true
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=true
+
+# Enable or disable verbose mode of the compiler
+javacVerbose=false
+
+# Extra arguments for the compiler. These are specific to the java compiler being used.
+compilerArg= -nowarn -g
+
+# 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
+
+# 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.6
+
+buildingOSGi=true
+recursiveGeneration=true
+generate.p2.metadata=true
+p2.metadata.repo=file:${buildDirectory}/repository
+p2.artifact.repo=file:${buildDirectory}/repository
+p2.metadata.repo.name=OSEE Update Site
+p2.artifact.repo.name=OSEE Update Site - artifacts
+p2.publish.artifacts=true
+p2.flavor=tooling
+p2.gathering = true
diff --git a/plugins/org.eclipse.osee.support.build/support/client_category.xml b/plugins/org.eclipse.osee.support.build/support/client_category.xml
index 759557b167b..e328e99d283 100644
--- a/plugins/org.eclipse.osee.support.build/support/client_category.xml
+++ b/plugins/org.eclipse.osee.support.build/support/client_category.xml
@@ -1,43 +1,43 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.osee.ats.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.ats.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.client.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.client.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.define.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.define.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.demo.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.demo.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.external.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.external.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.framework.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.framework.ui.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.ui.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.ote.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.ote.feature" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.ats.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.ats.feature.source" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.define.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.define.feature.source" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.framework.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.feature.source" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.framework.ui.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.ui.feature.source" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <feature url="features/org.eclipse.osee.ote.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.ote.feature.source" version="0.9.3.qualifier">
- <category name="osee"/>
- </feature>
- <category-def name="osee" label="Open System Engineering Environment"/>
-</site>
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.eclipse.osee.ats.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.ats.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.client.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.client.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.define.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.define.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.demo.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.demo.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.external.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.external.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.framework.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.framework.ui.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.ui.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.ote.feature_0.9.2.qualifier.jar" id="org.eclipse.osee.ote.feature" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.ats.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.ats.feature.source" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.define.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.define.feature.source" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.framework.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.feature.source" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.framework.ui.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.framework.ui.feature.source" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <feature url="features/org.eclipse.osee.ote.feature.source_0.9.2.qualifier.jar" id="org.eclipse.osee.ote.feature.source" version="0.9.3.qualifier">
+ <category name="osee"/>
+ </feature>
+ <category-def name="osee" label="Open System Engineering Environment"/>
+</site>
diff --git a/plugins/org.eclipse.osee.support.build/support/customTargets.xml b/plugins/org.eclipse.osee.support.build/support/customTargets.xml
index 2f97c5500b2..5f80a231dee 100644
--- a/plugins/org.eclipse.osee.support.build/support/customTargets.xml
+++ b/plugins/org.eclipse.osee.support.build/support/customTargets.xml
@@ -1,180 +1,180 @@
-<project name="Build specific targets and properties" default="noDefault">
-
- <!-- ===================================================================== -->
- <!-- Run a given ${target} on all elements being built -->
- <!-- Add on <ant> task for each top level element being built. -->
- <!-- ===================================================================== -->
- <available property="allElementsFile" file="${builder}/allElements.xml" value="${builder}/allElements.xml"/>
- <property name="allElementsFile" location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
-
- <import file="${allElementsFile}" />
- <target name="allElements">
- <antcall target="allElementsDelegator" />
- </target>
-
- <!-- ===================================================================== -->
- <!-- ===================================================================== -->
- <target name="getBaseComponents" depends="checkLocalBase" unless="skipBase">
- <get src="${eclipseBaseURL}" dest="${buildDirectory}/../temp-base.zip" />
- <unzip dest="${base}" overwrite="true" src="${buildDirectory}/../temp-base.zip" />
- </target>
-
- <target name="checkLocalBase">
- <available file="${base}" property="skipBase" />
- </target>
-
- <!-- ===================================================================== -->
- <!-- Check out map files from correct repository -->
- <!-- Replace values for mapsCheckoutTag as desired. -->
- <!-- ===================================================================== -->
- <target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
- <property name="mapsCheckoutTag" value="HEAD" />
- <cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
- </target>
-
- <target name="checkLocalMaps">
- <available property="skipMaps" file="${buildDirectory}/maps" />
- </target>
-
- <target name="tagMapFiles" if="tagMaps">
- <cvs dest="${buildDirectory}/maps/${mapsRoot}" command="tag ${mapsTagTag}" />
- </target>
-
- <!-- ===================================================================== -->
-
- <target name="clean" unless="noclean">
- <antcall target="allElements">
- <param name="target" value="cleanElement" />
- </antcall>
- </target>
-
- <target name="gatherLogs">
- <mkdir dir="${buildDirectory}/${buildLabel}/compilelogs" />
- <antcall target="allElements">
- <param name="target" value="gatherLogs" />
- </antcall>
- <unzip dest="${buildDirectory}/${buildLabel}/compilelogs" overwrite="true">
- <fileset dir="${buildDirectory}/features">
- <include name="**/*.log.zip" />
- </fileset>
- </unzip>
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do before setup -->
- <!-- ===================================================================== -->
- <target name="preSetup">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after setup but before starting the build proper -->
- <!-- ===================================================================== -->
- <target name="postSetup">
- <antcall target="getBaseComponents" />
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do before fetching the build elements -->
- <!-- ===================================================================== -->
- <target name="preFetch">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after fetching the build elements -->
- <!-- ===================================================================== -->
- <target name="postFetch">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do before the repositories are being processed -->
- <!-- ===================================================================== -->
- <target name="preProcessRepos">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after the repositories have been processed -->
- <!-- ===================================================================== -->
- <target name="postProcessRepos">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do before generating the build scripts. -->
- <!-- ===================================================================== -->
- <target name="preGenerate">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after generating the build scripts. -->
- <!-- ===================================================================== -->
- <target name="postGenerate">
- <antcall target="clean" />
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do before running the build.xmls for the elements being built. -->
- <!-- ===================================================================== -->
- <target name="preProcess">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after running the build.xmls for the elements being built. -->
- <!-- ===================================================================== -->
- <target name="postProcess" if="buildHelp">
- <ant dir="${buildDirectory}/plugins/org.eclipse.osee.framework.help.ui" antfile="build-helper.xml" target="all" />
- <ant dir="${buildDirectory}/plugins/org.eclipse.osee.framework.dev.help.ui" antfile="build-helper.xml" target="all" />
- <ant dir="${buildDirectory}/plugins/org.eclipse.osee.ats.help.ui" antfile="build-helper.xml" target="all" />
- <ant dir="${buildDirectory}/plugins/org.eclipse.osee.define.help.ui" antfile="build-helper.xml" target="all" />
- <ant dir="${buildDirectory}/plugins/org.eclipse.osee.coverage.help.ui" antfile="build-helper.xml" target="all" />
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do before running assemble. -->
- <!-- ===================================================================== -->
- <target name="preAssemble">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after running assemble. -->
- <!-- ===================================================================== -->
- <target name="postAssemble">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do before running package. -->
- <!-- ===================================================================== -->
- <target name="prePackage">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after running package. -->
- <!-- ===================================================================== -->
- <target name="postPackage">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do after the build is done. -->
- <!-- ===================================================================== -->
- <target name="postBuild">
- <antcall target="gatherLogs" />
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do to test the build results -->
- <!-- ===================================================================== -->
- <target name="test">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Steps to do to publish the build results -->
- <!-- ===================================================================== -->
- <target name="publish">
- </target>
-
- <!-- ===================================================================== -->
- <!-- Default target -->
- <!-- ===================================================================== -->
- <target name="noDefault">
- <echo message="You must specify a target when invoking this file" />
- </target>
-
-</project>
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Run a given ${target} on all elements being built -->
+ <!-- Add on <ant> task for each top level element being built. -->
+ <!-- ===================================================================== -->
+ <available property="allElementsFile" file="${builder}/allElements.xml" value="${builder}/allElements.xml"/>
+ <property name="allElementsFile" location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
+
+ <import file="${allElementsFile}" />
+ <target name="allElements">
+ <antcall target="allElementsDelegator" />
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- ===================================================================== -->
+ <target name="getBaseComponents" depends="checkLocalBase" unless="skipBase">
+ <get src="${eclipseBaseURL}" dest="${buildDirectory}/../temp-base.zip" />
+ <unzip dest="${base}" overwrite="true" src="${buildDirectory}/../temp-base.zip" />
+ </target>
+
+ <target name="checkLocalBase">
+ <available file="${base}" property="skipBase" />
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Check out map files from correct repository -->
+ <!-- Replace values for mapsCheckoutTag as desired. -->
+ <!-- ===================================================================== -->
+ <target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
+ <property name="mapsCheckoutTag" value="HEAD" />
+ <cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
+ </target>
+
+ <target name="checkLocalMaps">
+ <available property="skipMaps" file="${buildDirectory}/maps" />
+ </target>
+
+ <target name="tagMapFiles" if="tagMaps">
+ <cvs dest="${buildDirectory}/maps/${mapsRoot}" command="tag ${mapsTagTag}" />
+ </target>
+
+ <!-- ===================================================================== -->
+
+ <target name="clean" unless="noclean">
+ <antcall target="allElements">
+ <param name="target" value="cleanElement" />
+ </antcall>
+ </target>
+
+ <target name="gatherLogs">
+ <mkdir dir="${buildDirectory}/${buildLabel}/compilelogs" />
+ <antcall target="allElements">
+ <param name="target" value="gatherLogs" />
+ </antcall>
+ <unzip dest="${buildDirectory}/${buildLabel}/compilelogs" overwrite="true">
+ <fileset dir="${buildDirectory}/features">
+ <include name="**/*.log.zip" />
+ </fileset>
+ </unzip>
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before setup -->
+ <!-- ===================================================================== -->
+ <target name="preSetup">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after setup but before starting the build proper -->
+ <!-- ===================================================================== -->
+ <target name="postSetup">
+ <antcall target="getBaseComponents" />
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before fetching the build elements -->
+ <!-- ===================================================================== -->
+ <target name="preFetch">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after fetching the build elements -->
+ <!-- ===================================================================== -->
+ <target name="postFetch">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the repositories are being processed -->
+ <!-- ===================================================================== -->
+ <target name="preProcessRepos">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the repositories have been processed -->
+ <!-- ===================================================================== -->
+ <target name="postProcessRepos">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before generating the build scripts. -->
+ <!-- ===================================================================== -->
+ <target name="preGenerate">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after generating the build scripts. -->
+ <!-- ===================================================================== -->
+ <target name="postGenerate">
+ <antcall target="clean" />
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before running the build.xmls for the elements being built. -->
+ <!-- ===================================================================== -->
+ <target name="preProcess">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after running the build.xmls for the elements being built. -->
+ <!-- ===================================================================== -->
+ <target name="postProcess" if="buildHelp">
+ <ant dir="${buildDirectory}/plugins/org.eclipse.osee.framework.help.ui" antfile="build-helper.xml" target="all" />
+ <ant dir="${buildDirectory}/plugins/org.eclipse.osee.framework.dev.help.ui" antfile="build-helper.xml" target="all" />
+ <ant dir="${buildDirectory}/plugins/org.eclipse.osee.ats.help.ui" antfile="build-helper.xml" target="all" />
+ <ant dir="${buildDirectory}/plugins/org.eclipse.osee.define.help.ui" antfile="build-helper.xml" target="all" />
+ <ant dir="${buildDirectory}/plugins/org.eclipse.osee.coverage.help.ui" antfile="build-helper.xml" target="all" />
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before running assemble. -->
+ <!-- ===================================================================== -->
+ <target name="preAssemble">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after running assemble. -->
+ <!-- ===================================================================== -->
+ <target name="postAssemble">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before running package. -->
+ <!-- ===================================================================== -->
+ <target name="prePackage">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after running package. -->
+ <!-- ===================================================================== -->
+ <target name="postPackage">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the build is done. -->
+ <!-- ===================================================================== -->
+ <target name="postBuild">
+ <antcall target="gatherLogs" />
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do to test the build results -->
+ <!-- ===================================================================== -->
+ <target name="test">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do to publish the build results -->
+ <!-- ===================================================================== -->
+ <target name="publish">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="You must specify a target when invoking this file" />
+ </target>
+
+</project>
diff --git a/plugins/org.eclipse.osee.support.build/support/orbit.map b/plugins/org.eclipse.osee.support.build/support/orbit.map
index 510228fc69e..bf9a32b29a0 100644
--- a/plugins/org.eclipse.osee.support.build/support/orbit.map
+++ b/plugins/org.eclipse.osee.support.build/support/orbit.map
@@ -1,23 +1,23 @@
-plugin@com.lowagie.text,2.1.7=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20100508202910/bundles/com.lowagie.text_2.1.7.v201004222200.jar
-plugin@javax.activation,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/javax.activation_1.1.0.v200905021805.jar
-plugin@javax.mail.glassfish,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/javax.mail.glassfish_1.4.1.v200808130215.jar
-plugin@javax.servlet,2.5.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/javax.servlet_2.5.0.v200806031605.jar
-plugin@javax.xml,1.3.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/javax.xml_1.3.4.v200902170245.jar
-plugin@org.apache.commons.codec,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.commons.codec_1.3.0.v20080530-1600.jar
-plugin@org.apache.commons.httpclient,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar
-plugin@org.apache.commons.lang,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.commons.lang_2.4.0.v20081016-1030.jar
-plugin@org.apache.commons.logging,1.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.commons.logging_1.1.1.v200904062255.jar
-plugin@org.apache.commons.net,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.commons.net_1.4.1.v200905122237.jar
-plugin@org.apache.derby,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091203150826/bundles/org.apache.derby_10.5.1.1_200912031533.jar
-plugin@org.apache.oro,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.oro_2.0.8.v200903061218.jar
-plugin@org.apache.xerces,2.9.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.xerces_2.9.0.v200909240008.jar
-plugin@org.apache.xml.resolver,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.xml.resolver_1.2.0.v200902170519.jar
-plugin@org.apache.xml.serializer,2.7.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.xml.serializer_2.7.1.v200902170519.jar
-plugin@org.eclipse.nebula.cwt=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.nebula.cwt_0.9.0.HEAD.jar
-plugin@org.eclipse.nebula.widgets.calendarcombo=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.nebula.widgets.calendarcombo_1.0.0.jar
-plugin@org.eclipse.nebula.widgets.cdatetime=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.nebula.widgets.cdatetime_0.14.0.HEAD.jar
-plugin@org.eclipse.team.svn.core=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.team.svn.core_0.7.8.I20091023-1300.jar
-plugin@org.eclipse.team.svn.ui=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.team.svn.ui_0.7.8.I20091023-1300.jar
-plugin@org.eclipse.team.svn=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.team.svn_0.7.8.I20091023-1300.jar
-plugin@org.mortbay.jetty.server,6.1.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.mortbay.jetty.server_6.1.15.v200905151201.jar
+plugin@com.lowagie.text,2.1.7=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20100508202910/bundles/com.lowagie.text_2.1.7.v201004222200.jar
+plugin@javax.activation,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/javax.activation_1.1.0.v200905021805.jar
+plugin@javax.mail.glassfish,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/javax.mail.glassfish_1.4.1.v200808130215.jar
+plugin@javax.servlet,2.5.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/javax.servlet_2.5.0.v200806031605.jar
+plugin@javax.xml,1.3.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/javax.xml_1.3.4.v200902170245.jar
+plugin@org.apache.commons.codec,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.commons.codec_1.3.0.v20080530-1600.jar
+plugin@org.apache.commons.httpclient,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar
+plugin@org.apache.commons.lang,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.commons.lang_2.4.0.v20081016-1030.jar
+plugin@org.apache.commons.logging,1.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.commons.logging_1.1.1.v200904062255.jar
+plugin@org.apache.commons.net,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.commons.net_1.4.1.v200905122237.jar
+plugin@org.apache.derby,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091203150826/bundles/org.apache.derby_10.5.1.1_200912031533.jar
+plugin@org.apache.oro,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.apache.oro_2.0.8.v200903061218.jar
+plugin@org.apache.xerces,2.9.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.xerces_2.9.0.v200909240008.jar
+plugin@org.apache.xml.resolver,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.xml.resolver_1.2.0.v200902170519.jar
+plugin@org.apache.xml.serializer,2.7.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/org.apache.xml.serializer_2.7.1.v200902170519.jar
+plugin@org.eclipse.nebula.cwt=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.nebula.cwt_0.9.0.HEAD.jar
+plugin@org.eclipse.nebula.widgets.calendarcombo=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.nebula.widgets.calendarcombo_1.0.0.jar
+plugin@org.eclipse.nebula.widgets.cdatetime=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.nebula.widgets.cdatetime_0.14.0.HEAD.jar
+plugin@org.eclipse.team.svn.core=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.team.svn.core_0.7.8.I20091023-1300.jar
+plugin@org.eclipse.team.svn.ui=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.team.svn.ui_0.7.8.I20091023-1300.jar
+plugin@org.eclipse.team.svn=GET,https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/org.eclipse.osee.support.build/support/org.eclipse.team.svn_0.7.8.I20091023-1300.jar
+plugin@org.mortbay.jetty.server,6.1.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.mortbay.jetty.server_6.1.15.v200905151201.jar
plugin@org.mortbay.jetty.util,6.1.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/org.mortbay.jetty.util_6.1.15.v200905182336.jar \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.support.build/support/osee.map b/plugins/org.eclipse.osee.support.build/support/osee.map
index b3ebefc4ba3..0cab8ee7ec2 100644
--- a/plugins/org.eclipse.osee.support.build/support/osee.map
+++ b/plugins/org.eclipse.osee.support.build/support/osee.map
@@ -1,99 +1,99 @@
-feature@org.eclipse.osee.client.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.client.feature
-
-feature@org.eclipse.osee.framework.server.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.server.feature
-plugin@org.eclipse.osee.framework.branch.management=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.branch.management
-plugin@org.eclipse.osee.framework.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core
-plugin@org.eclipse.osee.framework.resource.locator.attribute=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.resource.locator.attribute
-plugin@org.eclipse.osee.framework.resource.management=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.resource.management
-plugin@org.eclipse.osee.framework.resource.provider.attribute=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.resource.provider.attribute
-plugin@org.eclipse.osee.framework.search.engine=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.search.engine
-plugin@org.eclipse.osee.framework.server.admin=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.server.admin
-plugin@org.eclipse.osee.framework.core.server=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.server
-plugin@org.eclipse.osee.framework.jdk.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jdk.core
-plugin@org.eclipse.osee.framework.logging=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.logging
-plugin@org.eclipse.osee.framework.manager.servlet=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.manager.servlet
-
-feature@org.eclipse.osee.master.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.master.feature
-feature@org.eclipse.osee.framework.server.external.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.server.external.feature
-feature@org.eclipse.osee.external.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.external.feature
-
-feature@org.eclipse.osee.framework.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.feature
-plugin@net.jini=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/net.jini
-plugin@jms.activemq.launch=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/jms.activemq.launch
-plugin@jms.libraries=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/jms.libraries
-
-plugin@org.eclipse.osee.framework.derby=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.derby
-plugin@org.eclipse.osee.framework.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core
-plugin@org.eclipse.osee.framework.core.client=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.client
-plugin@org.eclipse.osee.framework.core.server=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.server
-plugin@org.eclipse.osee.framework.database=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.database
-plugin@org.eclipse.osee.framework.jdbcodbc=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jdbcodbc
-plugin@org.eclipse.osee.framework.jdk.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jdk.core
-plugin@org.eclipse.osee.framework.jini=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jini
-plugin@org.eclipse.osee.framework.logging=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.logging
-plugin@org.eclipse.osee.framework.messaging=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.messaging
-plugin@org.eclipse.osee.framework.messaging.event.res=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.messaging.event.res
-plugin@org.eclipse.osee.framework.messaging.event.skynet=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.messaging.event.skynet
-plugin@org.eclipse.osee.framework.oracle=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.oracle
-plugin@org.eclipse.osee.framework.plugin.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.plugin.core
-plugin@org.eclipse.osee.framework.postgresql=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.postgresql
-plugin@org.eclipse.osee.framework.skynet.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.skynet.core
-plugin@org.eclipse.osee.framework.svn=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.svn
-plugin@org.eclipse.osee.framework.templates=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.templates
-plugin@org.eclipse.osee.framework.updater=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.updater
-plugin@org.eclipse.osee.framework.database.init=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.database.init
-plugin@org.eclipse.osee.framework.core.dsl=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl
-plugin@org.eclipse.osee.framework.core.dsl.edit=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.edit
-plugin@org.eclipse.osee.framework.core.dsl.integration=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.integration
-
-feature@org.eclipse.osee.framework.ui.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.ui.feature
-plugin@org.eclipse.nebula.widgets.xviewer=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.nebula.widgets.xviewer
-plugin@org.eclipse.osee.framework.ui.admin=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.admin
-plugin@org.eclipse.osee.framework.ui.branch.graph=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.branch.graph
-plugin@org.eclipse.osee.framework.ui.data.model.editor=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.data.model.editor
-plugin@org.eclipse.osee.framework.ui.jdk=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.jdk
-plugin@org.eclipse.osee.framework.ui.plugin=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.plugin
-plugin@org.eclipse.osee.framework.ui.product=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.product
-plugin@org.eclipse.osee.framework.ui.service.control=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.service.control
-plugin@org.eclipse.osee.framework.ui.skynet=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.skynet
-plugin@org.eclipse.osee.framework.ui.swt=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.swt
-plugin@org.eclipse.osee.framework.ui.workspacebundleloader=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.workspacebundleloader
-plugin@org.eclipse.osee.framework.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.help.ui
-plugin@org.eclipse.osee.framework.dev.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.dev.help.ui
-plugin@org.eclipse.osee.framework.core.dsl.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.ui
-plugin@org.eclipse.osee.framework.core.dsl.ui.integration=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.ui.integration
-plugin@org.eclipse.osee.framework.ui.ws=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.ws
-
-feature@org.eclipse.osee.define.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.define.feature
-plugin@org.eclipse.osee.define=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.define
-plugin@org.eclipse.osee.define.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.define.help.ui
-plugin@org.eclipse.osee.coverage=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.coverage
-plugin@org.eclipse.osee.coverage.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.coverage.help.ui
-
-feature@org.eclipse.osee.ats.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.ats.feature
-plugin@org.eclipse.osee.ats=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ats
-plugin@org.eclipse.osee.ats.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ats.help.ui
-
-feature@org.eclipse.osee.demo.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.demo.feature
-plugin@org.eclipse.osee.ats.config.demo=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ats.config.demo
-plugin@org.eclipse.osee.demo.db.connection=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.demo.db.connection
-plugin@org.eclipse.osee.support.test.util=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.support.test.util
-
-feature@org.eclipse.osee.ote.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.ote.feature
-plugin@org.eclipse.osee.ote.client=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.client
-plugin@org.eclipse.osee.ote.client.msg=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.client.msg
-plugin@org.eclipse.osee.ote.connection.jini=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.connection.jini
-plugin@org.eclipse.osee.ote.connection.service=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.connection.service
-plugin@org.eclipse.osee.ote.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.core
-plugin@org.eclipse.osee.ote.define=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.define
-plugin@org.eclipse.osee.ote.message=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.message
-plugin@org.eclipse.osee.ote.messaging.dds=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.messaging.dds
-plugin@org.eclipse.osee.ote.runtimeManager=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.runtimeManager
-plugin@org.eclipse.osee.ote.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui
-plugin@org.eclipse.osee.ote.ui.define=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.define
-plugin@org.eclipse.osee.ote.ui.host.cmd=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.host.cmd
-plugin@org.eclipse.osee.ote.ui.markers=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.markers
-plugin@org.eclipse.osee.ote.ui.mux=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.mux
-plugin@org.eclipse.osee.ote.ui.test.manager=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.test.manager
-
-feature@org.eclipse.osee.external.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.external.feature
+feature@org.eclipse.osee.client.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.client.feature
+
+feature@org.eclipse.osee.framework.server.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.server.feature
+plugin@org.eclipse.osee.framework.branch.management=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.branch.management
+plugin@org.eclipse.osee.framework.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core
+plugin@org.eclipse.osee.framework.resource.locator.attribute=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.resource.locator.attribute
+plugin@org.eclipse.osee.framework.resource.management=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.resource.management
+plugin@org.eclipse.osee.framework.resource.provider.attribute=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.resource.provider.attribute
+plugin@org.eclipse.osee.framework.search.engine=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.search.engine
+plugin@org.eclipse.osee.framework.server.admin=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.server.admin
+plugin@org.eclipse.osee.framework.core.server=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.server
+plugin@org.eclipse.osee.framework.jdk.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jdk.core
+plugin@org.eclipse.osee.framework.logging=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.logging
+plugin@org.eclipse.osee.framework.manager.servlet=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.manager.servlet
+
+feature@org.eclipse.osee.master.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.master.feature
+feature@org.eclipse.osee.framework.server.external.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.server.external.feature
+feature@org.eclipse.osee.external.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.external.feature
+
+feature@org.eclipse.osee.framework.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.feature
+plugin@net.jini=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/net.jini
+plugin@jms.activemq.launch=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/jms.activemq.launch
+plugin@jms.libraries=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/jms.libraries
+
+plugin@org.eclipse.osee.framework.derby=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.derby
+plugin@org.eclipse.osee.framework.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core
+plugin@org.eclipse.osee.framework.core.client=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.client
+plugin@org.eclipse.osee.framework.core.server=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.server
+plugin@org.eclipse.osee.framework.database=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.database
+plugin@org.eclipse.osee.framework.jdbcodbc=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jdbcodbc
+plugin@org.eclipse.osee.framework.jdk.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jdk.core
+plugin@org.eclipse.osee.framework.jini=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.jini
+plugin@org.eclipse.osee.framework.logging=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.logging
+plugin@org.eclipse.osee.framework.messaging=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.messaging
+plugin@org.eclipse.osee.framework.messaging.event.res=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.messaging.event.res
+plugin@org.eclipse.osee.framework.messaging.event.skynet=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.messaging.event.skynet
+plugin@org.eclipse.osee.framework.oracle=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.oracle
+plugin@org.eclipse.osee.framework.plugin.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.plugin.core
+plugin@org.eclipse.osee.framework.postgresql=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.postgresql
+plugin@org.eclipse.osee.framework.skynet.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.skynet.core
+plugin@org.eclipse.osee.framework.svn=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.svn
+plugin@org.eclipse.osee.framework.templates=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.templates
+plugin@org.eclipse.osee.framework.updater=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.updater
+plugin@org.eclipse.osee.framework.database.init=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.database.init
+plugin@org.eclipse.osee.framework.core.dsl=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl
+plugin@org.eclipse.osee.framework.core.dsl.edit=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.edit
+plugin@org.eclipse.osee.framework.core.dsl.integration=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.integration
+
+feature@org.eclipse.osee.framework.ui.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.framework.ui.feature
+plugin@org.eclipse.nebula.widgets.xviewer=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.nebula.widgets.xviewer
+plugin@org.eclipse.osee.framework.ui.admin=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.admin
+plugin@org.eclipse.osee.framework.ui.branch.graph=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.branch.graph
+plugin@org.eclipse.osee.framework.ui.data.model.editor=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.data.model.editor
+plugin@org.eclipse.osee.framework.ui.jdk=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.jdk
+plugin@org.eclipse.osee.framework.ui.plugin=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.plugin
+plugin@org.eclipse.osee.framework.ui.product=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.product
+plugin@org.eclipse.osee.framework.ui.service.control=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.service.control
+plugin@org.eclipse.osee.framework.ui.skynet=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.skynet
+plugin@org.eclipse.osee.framework.ui.swt=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.swt
+plugin@org.eclipse.osee.framework.ui.workspacebundleloader=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.workspacebundleloader
+plugin@org.eclipse.osee.framework.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.help.ui
+plugin@org.eclipse.osee.framework.dev.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.dev.help.ui
+plugin@org.eclipse.osee.framework.core.dsl.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.ui
+plugin@org.eclipse.osee.framework.core.dsl.ui.integration=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.core.dsl.ui.integration
+plugin@org.eclipse.osee.framework.ui.ws=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.framework.ui.ws
+
+feature@org.eclipse.osee.define.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.define.feature
+plugin@org.eclipse.osee.define=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.define
+plugin@org.eclipse.osee.define.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.define.help.ui
+plugin@org.eclipse.osee.coverage=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.coverage
+plugin@org.eclipse.osee.coverage.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.coverage.help.ui
+
+feature@org.eclipse.osee.ats.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.ats.feature
+plugin@org.eclipse.osee.ats=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ats
+plugin@org.eclipse.osee.ats.help.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ats.help.ui
+
+feature@org.eclipse.osee.demo.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.demo.feature
+plugin@org.eclipse.osee.ats.config.demo=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ats.config.demo
+plugin@org.eclipse.osee.demo.db.connection=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.demo.db.connection
+plugin@org.eclipse.osee.support.test.util=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.support.test.util
+
+feature@org.eclipse.osee.ote.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.ote.feature
+plugin@org.eclipse.osee.ote.client=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.client
+plugin@org.eclipse.osee.ote.client.msg=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.client.msg
+plugin@org.eclipse.osee.ote.connection.jini=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.connection.jini
+plugin@org.eclipse.osee.ote.connection.service=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.connection.service
+plugin@org.eclipse.osee.ote.core=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.core
+plugin@org.eclipse.osee.ote.define=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.define
+plugin@org.eclipse.osee.ote.message=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.message
+plugin@org.eclipse.osee.ote.messaging.dds=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.messaging.dds
+plugin@org.eclipse.osee.ote.runtimeManager=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.runtimeManager
+plugin@org.eclipse.osee.ote.ui=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui
+plugin@org.eclipse.osee.ote.ui.define=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.define
+plugin@org.eclipse.osee.ote.ui.host.cmd=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.host.cmd
+plugin@org.eclipse.osee.ote.ui.markers=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.markers
+plugin@org.eclipse.osee.ote.ui.mux=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.mux
+plugin@org.eclipse.osee.ote.ui.test.manager=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=plugins/org.eclipse.osee.ote.ui.test.manager
+
+feature@org.eclipse.osee.external.feature=SVN,url=https://dev.eclipse.org/svnroot/technology/org.eclipse.osee,tag=trunk,path=features/org.eclipse.osee.external.feature
diff --git a/plugins/org.eclipse.osee.support.build/support/osee_client_build.xml b/plugins/org.eclipse.osee.support.build/support/osee_client_build.xml
index 9ad944e817d..f9748c0b397 100644
--- a/plugins/org.eclipse.osee.support.build/support/osee_client_build.xml
+++ b/plugins/org.eclipse.osee.support.build/support/osee_client_build.xml
@@ -1,13 +1,13 @@
-<project name="Osee Client Build" default="build" basedir=".">
- <!-- since this ant file is assumed to be located at <workspace>\org.eclipse.osee.buildsupport\support, basedir will be the same -->
- <import file="${basedir}/osee_common_build.xml" />
-
- <target name="build">
- <property name="buildId" value="oseeClient" />
- <property name="topLevelElementId" value="org.eclipse.osee.client.feature" />
- <property name="filteredDependencyCheck" value="false" />
- <property name="p2.category.definition" value="file:${basedir}/client_category.xml" />
-
- <antcall target="PdeBuild" />
- </target>
+<project name="Osee Client Build" default="build" basedir=".">
+ <!-- since this ant file is assumed to be located at <workspace>\org.eclipse.osee.buildsupport\support, basedir will be the same -->
+ <import file="${basedir}/osee_common_build.xml" />
+
+ <target name="build">
+ <property name="buildId" value="oseeClient" />
+ <property name="topLevelElementId" value="org.eclipse.osee.client.feature" />
+ <property name="filteredDependencyCheck" value="false" />
+ <property name="p2.category.definition" value="file:${basedir}/client_category.xml" />
+
+ <antcall target="PdeBuild" />
+ </target>
</project> \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.support.build/support/osee_common_build.xml b/plugins/org.eclipse.osee.support.build/support/osee_common_build.xml
index 973311a4948..f4df9eae2e1 100644
--- a/plugins/org.eclipse.osee.support.build/support/osee_common_build.xml
+++ b/plugins/org.eclipse.osee.support.build/support/osee_common_build.xml
@@ -1,69 +1,69 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="Osee Common Build Tasks" default="PdeBuild" basedir=".">
- <!-- this ant file is assumed to be located at <workspace>\org.eclipse.osee.support.build\support, basedir will be the same -->
-
- <target name="PdeBuild">
- <tstamp />
- <!-- if behind a firewall then uncomment the following properties:
- <property name="proxy_host" value="www-my-proxy.domain.com" />
- <property name="proxy_port" value="12345" />
- -->
- <property name="topLevelElementType" value="feature" />
- <property name="builder" value="${basedir}" />
- <dirname property="baseLocation" file="${eclipse.launcher}" />
- <dirname property="workspaceLocationSub" file="${basedir}" />
- <dirname property="workspaceLocation" file="${workspaceLocationSub}" />
- <property name="buildDirectory" value="${workspaceLocation}/sandbox" />
- <property name="pdeTarget" value="main" />
-
- <antcall target="set-proxy" />
-
- <delete verbose="true" quiet="true" includeEmptyDirs="true">
- <fileset dir="${buildDirectory}" excludes="plugins/**/*" />
- </delete>
-
- <copy todir="${buildDirectory}/maps">
- <fileset file="${basedir}/osee.map" />
- </copy>
-
- <antcall target="copyOrbitMapFile" />
- <antcall target="copySupplementalMapFile" />
-
- <ant antfile="${eclipse.pdebuild.scripts}/build.xml" target="${pdeTarget}" />
-
- <antcall target="internalPostBuild" />
-
- <antcall target="copyToUpdatesite" />
- </target>
-
- <target name="set-proxy" if="proxy_host">
- <echo message="Setting proxy to ${proxy_host}:${proxy_port}" />
- <setproxy proxyhost="${proxy_host}" proxyport="${proxy_port}" />
- </target>
-
- <target name="internalPostBuild" if="postBuildFile">
- <ant antfile="${postBuildFile}" target="${postBuildTarget}" />
- </target>
-
- <target name="copyToUpdatesite" if="update.site">
- <delete failonerror="false">
- <fileset dir="${update.site}" includes="**/*" defaultexcludes="false" />
- </delete>
-
- <copy todir="${update.site}">
- <fileset dir="${buildDirectory}/repository" />
- </copy>
- </target>
-
- <target name="copySupplementalMapFile" if="mapFile">
- <copy todir="${buildDirectory}/maps">
- <fileset file="${mapFile}" />
- </copy>
- </target>
-
- <target name="copyOrbitMapFile" if="downloadOrbitPlugins">
- <copy todir="${buildDirectory}/maps">
- <fileset file="${basedir}/orbit.map" />
- </copy>
- </target>
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Osee Common Build Tasks" default="PdeBuild" basedir=".">
+ <!-- this ant file is assumed to be located at <workspace>\org.eclipse.osee.support.build\support, basedir will be the same -->
+
+ <target name="PdeBuild">
+ <tstamp />
+ <!-- if behind a firewall then uncomment the following properties:
+ <property name="proxy_host" value="www-my-proxy.domain.com" />
+ <property name="proxy_port" value="12345" />
+ -->
+ <property name="topLevelElementType" value="feature" />
+ <property name="builder" value="${basedir}" />
+ <dirname property="baseLocation" file="${eclipse.launcher}" />
+ <dirname property="workspaceLocationSub" file="${basedir}" />
+ <dirname property="workspaceLocation" file="${workspaceLocationSub}" />
+ <property name="buildDirectory" value="${workspaceLocation}/sandbox" />
+ <property name="pdeTarget" value="main" />
+
+ <antcall target="set-proxy" />
+
+ <delete verbose="true" quiet="true" includeEmptyDirs="true">
+ <fileset dir="${buildDirectory}" excludes="plugins/**/*" />
+ </delete>
+
+ <copy todir="${buildDirectory}/maps">
+ <fileset file="${basedir}/osee.map" />
+ </copy>
+
+ <antcall target="copyOrbitMapFile" />
+ <antcall target="copySupplementalMapFile" />
+
+ <ant antfile="${eclipse.pdebuild.scripts}/build.xml" target="${pdeTarget}" />
+
+ <antcall target="internalPostBuild" />
+
+ <antcall target="copyToUpdatesite" />
+ </target>
+
+ <target name="set-proxy" if="proxy_host">
+ <echo message="Setting proxy to ${proxy_host}:${proxy_port}" />
+ <setproxy proxyhost="${proxy_host}" proxyport="${proxy_port}" />
+ </target>
+
+ <target name="internalPostBuild" if="postBuildFile">
+ <ant antfile="${postBuildFile}" target="${postBuildTarget}" />
+ </target>
+
+ <target name="copyToUpdatesite" if="update.site">
+ <delete failonerror="false">
+ <fileset dir="${update.site}" includes="**/*" defaultexcludes="false" />
+ </delete>
+
+ <copy todir="${update.site}">
+ <fileset dir="${buildDirectory}/repository" />
+ </copy>
+ </target>
+
+ <target name="copySupplementalMapFile" if="mapFile">
+ <copy todir="${buildDirectory}/maps">
+ <fileset file="${mapFile}" />
+ </copy>
+ </target>
+
+ <target name="copyOrbitMapFile" if="downloadOrbitPlugins">
+ <copy todir="${buildDirectory}/maps">
+ <fileset file="${basedir}/orbit.map" />
+ </copy>
+ </target>
</project> \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.support.build/support/osee_server_build.xml b/plugins/org.eclipse.osee.support.build/support/osee_server_build.xml
index f88c4940cf1..5757176c122 100644
--- a/plugins/org.eclipse.osee.support.build/support/osee_server_build.xml
+++ b/plugins/org.eclipse.osee.support.build/support/osee_server_build.xml
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="Osee Server Build Tasks" default="build" basedir=".">
- <!-- this ant file is assumed to be located at <workspace>\org.eclipse.osee.support.build\support, basedir will be the same -->
-
- <import file="${basedir}/osee_common_build.xml" />
-
- <target name="build">
- <property name="buildId" value="oseeServer" />
- <property name="forceContextQualifier" value="201001041027" />
- <property name="filteredDependencyCheck" value="true" />
- <property name="topLevelElementId" value="org.eclipse.osee.framework.server.feature" />
- <property name="postBuildFile" value="${ant.file}" />
- <property name="postBuildTarget" value="postBuild" />
-
- <antcall target="PdeBuild" />
- </target>
-
- <target name="postBuild">
- <copy file="${basedir}/config.ini" todir="${buildDirectory}/buildRepo/configuration/" />
- <copy file="${basedir}/start_osee_app_server" tofile="${buildDirectory}/buildRepo/start_osee_app_server${execext}"/>
-
- <move tofile="${buildDirectory}/buildRepo/org.eclipse.osgi.jar">
- <fileset dir="${buildDirectory}/buildRepo/plugins/">
- <include name="org.eclipse.osgi_*.jar"/>
- </fileset>
- </move>
- </target>
-</project>
-
-<!--
-eclipsec -application org.eclipse.ant.core.antRunner -buildfile c:\UserData\workspace\org.eclipse.osee.support.build\support\osee_server_build.xml
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Osee Server Build Tasks" default="build" basedir=".">
+ <!-- this ant file is assumed to be located at <workspace>\org.eclipse.osee.support.build\support, basedir will be the same -->
+
+ <import file="${basedir}/osee_common_build.xml" />
+
+ <target name="build">
+ <property name="buildId" value="oseeServer" />
+ <property name="forceContextQualifier" value="201001041027" />
+ <property name="filteredDependencyCheck" value="true" />
+ <property name="topLevelElementId" value="org.eclipse.osee.framework.server.feature" />
+ <property name="postBuildFile" value="${ant.file}" />
+ <property name="postBuildTarget" value="postBuild" />
+
+ <antcall target="PdeBuild" />
+ </target>
+
+ <target name="postBuild">
+ <copy file="${basedir}/config.ini" todir="${buildDirectory}/buildRepo/configuration/" />
+ <copy file="${basedir}/start_osee_app_server" tofile="${buildDirectory}/buildRepo/start_osee_app_server${execext}"/>
+
+ <move tofile="${buildDirectory}/buildRepo/org.eclipse.osgi.jar">
+ <fileset dir="${buildDirectory}/buildRepo/plugins/">
+ <include name="org.eclipse.osgi_*.jar"/>
+ </fileset>
+ </move>
+ </target>
+</project>
+
+<!--
+eclipsec -application org.eclipse.ant.core.antRunner -buildfile c:\UserData\workspace\org.eclipse.osee.support.build\support\osee_server_build.xml
--> \ No newline at end of file

Back to the top