[Title] Modify build property files
authortaeyoung2.son <taeyoung2.son@samsung.com>
Thu, 17 Nov 2011 10:16:06 +0000 (19:16 +0900)
committertaeyoung2.son <taeyoung2.son@samsung.com>
Thu, 17 Nov 2011 10:16:06 +0000 (19:16 +0900)
[Type] Feature
[Module] Main
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

builder/build.properties.clean
builder/customTargets.xml

index 698eb8d..59a6940 100644 (file)
@@ -24,14 +24,14 @@ topLevelElementType=feature
 topLevelElementId=com.samsung.slp.common.feature
 
 ############# PRODUCT/PACKAGING CONTROL #############
-#product=/com.samsung.freshide/SLPSDK.product
-#runPackager=true
+product=/com.samsung.slp.common.branding/common_native_wac.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=common_plugins
+archivePrefix=SLPIDE
 
 # The location underwhich all of the build output will be collected.
 collectingFolder=${archivePrefix}
@@ -102,6 +102,8 @@ allowBinaryCycles=true
 #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
+jarProcessor.unsign=true
+signJars=true
 #signJars=false
 #sign.alias=<alias>
 #sign.keystore=<keystore location>
@@ -210,7 +212,7 @@ skipFetch=true
 
 
 ############# P2 OPTIONS ##############
-#p2.gathering = true
+p2.gathering = true
 #p2.compress=true
 
 ############# JAVA COMPILER OPTIONS ##############
index 50065bf..c1414fd 100644 (file)
                        <property name="type" value="feature"/>
                        <property name="id" value="com.samsung.slp.common.feature"/>
                </ant>
-       </target>
+               <ant antfile="${genericTargets}" target="${target}">
+                       <property name="type" value="feature"/>
+                       <property name="id" value="com.samsung.slp.nativeide.feature"/>
+               </ant>
+               <ant antfile="${genericTargets}" target="${target}">
+                       <property name="type" value="feature"/>
+                       <property name="id" value="com.samsung.slp.slpunittest"/>
+               </ant>
+               <ant antfile="${genericTargets}" target="${target}">
+                       <property name="type" value="feature"/>
+                       <property name="id" value="com.samsung.dynamicanalyzer.workbench.feature"/>
+               </ant>
+                       <ant antfile="${genericTargets}" target="${target}">
+                       <property name="type" value="feature"/>
+                       <property name="id" value="com.samsung.slp.guibuilder.feature"/>
+               </ant>
 
-       <target
+</target>
+
+       <!-- target
                name="assemble.com.samsung.slp.common.feature.linux.gtk.x86">
                <ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
        </target>
@@ -23,7 +40,7 @@
                name="assemble.com.samsung.slp.common.feature.win32.win32.x86">
                <ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
        </target>
-       
+       -->     
        <!-- ===================================================================== -->
        <!-- ===================================================================== -->
        <target name="getBaseComponents" depends="checkLocalBase" unless="skipBase">