Author: fthomas
Date: Fri Nov 23 17:01:12 2012
New Revision: 1412974
URL: http://svn.apache.org/viewvc?rev=1412974&view=rev
Log:
- Customized the descriptor file
- Rebuilt the certificate (TODO: hide the password in settings.xml and generate
the certificate via maven ant)
Added:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/resources/sign.p12
- copied unchanged from r1412745,
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/sign.p12
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/ (props
changed)
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/descriptor.xml
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/sign.p12
Propchange: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Nov 23 17:01:12 2012
@@ -0,0 +1,2 @@
+*.iml
+.idea
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml?rev=1412974&r1=1412973&r2=1412974&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/pom.xml
Fri Nov 23 17:01:12 2012
@@ -22,7 +22,7 @@
<artifactId>flexmojos-maven-plugin</artifactId>
<version>${flexmojos.version}</version>
<configuration>
- <storepass>flexmojos</storepass>
+ <storepass>39#wnetx3tl</storepass>
</configuration>
</plugin>
</plugins>
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/descriptor.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/descriptor.xml?rev=1412974&r1=1412973&r2=1412974&view=diff
==============================================================================
---
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/descriptor.xml
(original)
+++
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/descriptor.xml
Fri Nov 23 17:01:12 2012
@@ -15,10 +15,10 @@
-->
<!-- The application identifier string, unique to this application.
Required. -->
- <id>com.apache.flex.utilities.developerToolSuite</id>
+ <id>developerToolSuite</id>
<!-- Used as the filename for the application. Required. -->
- <filename>Main</filename>
+ <filename>Apache Flex SDK Developer Tool Suite</filename>
<!-- The name that is displayed in the AIR application installer.
Optional. -->
<name>Apache Flex SDK Developer Tool Suite</name>
@@ -36,7 +36,7 @@
<initialWindow>
<!-- The Main SWF or HTML file of the application. Required. -->
<!-- Note: In Flex Builder, the SWF reference is set automatically. -->
- <content>${output}</content>
+
<content>org.apache.flex.utilities.developerToolSuite.host-swf-1.0-SNAPSHOT.swf</content>
<!-- The title of the Main window. Optional. -->
<!-- <title></title> -->
@@ -79,10 +79,10 @@
</initialWindow>
<!-- The subpath of the standard default installation location to use.
Optional. -->
- <!-- <installFolder></installFolder> -->
+ <installFolder>apache/flex/utilities</installFolder>
<!-- The subpath of the Windows Start/Programs menu to use. Optional. -->
- <!-- <programMenuFolder></programMenuFolder> -->
+ <programMenuFolder>apache/flex/utilities</programMenuFolder>
<!-- The icon the system uses for the application. For at least one
resolution,
specify the path to a PNG file included in the AIR package.
Optional. -->
Modified:
incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/sign.p12
URL:
http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.air/src/main/resources/sign.p12?rev=1412974&r1=1412973&r2=1412974&view=diff
==============================================================================
Binary files - no diff available.