Author: timotei
Date: Thu Aug  4 21:12:57 2011
New Revision: 50596

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50596&view=rev
Log:
eclipse plugin: Remove unused properties

Modified:
    trunk/utils/umc_dev/build/build.properties

Modified: trunk/utils/umc_dev/build/build.properties
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/build/build.properties?rev=50596&r1=50595&r2=50596&view=diff
==============================================================================
--- trunk/utils/umc_dev/build/build.properties (original)
+++ trunk/utils/umc_dev/build/build.properties Thu Aug  4 21:12:57 2011
@@ -66,10 +66,6 @@
 # The directory into which the build elements are fetched and where
 # the build takes place.
 
-# Type of build.  Used in naming the build output.  Typically this value is
-# one of I, N, M, S, ...
-buildType=N
-
 # ID of the build. Used in naming the build output.
 buildId=wesnoth_umc_dev
 
@@ -79,71 +75,18 @@
 # Timestamp for the build.  Used in naming the build output
 timestamp=007
 
-############# 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.
-
-#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
+# we support just Java 1.6 or greater
 JavaSE-1.6=${java.home}/lib/rt.jar
 
 # Specify the output format of the compiler log when eclipse jdt is used


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to