upload for Hudson build
authorsungmin82.ha <sungmin82.ha@samsung.com>
Wed, 22 Jun 2011 16:25:49 +0000 (01:25 +0900)
committersungmin82.ha <sungmin82.ha@samsung.com>
Wed, 22 Jun 2011 16:25:49 +0000 (01:25 +0900)
builder/build.properties.clean
builder/customTargets.xml
com.samsung.eventinjector.feature/.project [new file with mode: 0644]
com.samsung.eventinjector.feature/build.properties [new file with mode: 0644]
com.samsung.eventinjector.feature/feature.xml [new file with mode: 0644]

index 2491e86..2486732 100644 (file)
@@ -19,9 +19,9 @@
 # them on the command line (e.g., -DbaseLocation=d:/eclipse
 
 #The type of the top level element we are building,  generally "feature"
-topLevelElementType=EventInjector
+topLevelElementType=feature
 #The id of the top level element we are building
-topLevelElementId=com.samsung.freshide.slpunittest.feature
+topLevelElementId=com.samsung.eventinjector.feature
 
 ############# PRODUCT/PACKAGING CONTROL #############
 #product=/com.samsung.freshide/SLPSDK.product
@@ -31,7 +31,7 @@ topLevelElementId=com.samsung.freshide.slpunittest.feature
 #archiveNamePrefix=
 
 # The prefix that will be used in the generated archive.
-archivePrefix=EventInjector
+archivePrefix=eventinjector
 
 # The location underwhich all of the build output will be collected.
 collectingFolder=${archivePrefix}
index e6f5180..70634bf 100644 (file)
        <target name="allElements">
                <ant antfile="${genericTargets}" target="${target}">
                        <property name="type" value="feature"/>
-                       <property name="id" value="EventInjector"/>
+                       <property name="id" value="com.samsung.eventinjector.feature"/>
                </ant>
        </target>
 
        <target
-               name="assemble.EventInjector.linux.gtk.x86">
+               name="assemble.com.samsung.eventinjector.feature.linux.gtk.x86">
                <ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
        </target>
        <target
-               name="assemble.EventInjector.win32.win32.x86">
+               name="assemble.com.samsung.eventinjector.feature.win32.win32.x86">
                <ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
        </target>
        
diff --git a/com.samsung.eventinjector.feature/.project b/com.samsung.eventinjector.feature/.project
new file mode 100644 (file)
index 0000000..eff667d
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>com.samsung.eventinjector.feature</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/com.samsung.eventinjector.feature/build.properties b/com.samsung.eventinjector.feature/build.properties
new file mode 100644 (file)
index 0000000..64f93a9
--- /dev/null
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/com.samsung.eventinjector.feature/feature.xml b/com.samsung.eventinjector.feature/feature.xml
new file mode 100644 (file)
index 0000000..6a3fc92
--- /dev/null
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="com.samsung.eventinjector.feature"
+      label="Feature"
+      version="1.1.0.qualifier"
+      provider-name="SAMSUNG">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <plugin
+         id="com.samsung.linuxplatform.injector"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.location.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.location.log"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.location.manual"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.location.map"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.sensor.accelerometer"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.sensor.light"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.sensor.proximity"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.telephony.call"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="com.samsung.linuxplatform.telephony.sms"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>