[Phoenix-commits] rev 13478 - in public/phoenix: . trunk/phoenix
trunk/phoenix/product trunk/phoenix/prototypes/prototype1/pkg
trunk/phoenix/prototypes/prototype1/src
andi at wyona.com
andi at wyona.com
Mon May 22 16:52:16 CEST 2006
Author: andi
Date: 2006-05-22 16:51:59 +0200 (Mon, 22 May 2006)
New Revision: 13478
Added:
public/phoenix/download/
public/phoenix/trunk/phoenix/product/
public/phoenix/trunk/phoenix/product/bin/
public/phoenix/trunk/phoenix/product/pkg/
public/phoenix/trunk/phoenix/product/src/
Removed:
public/phoenix/trunk/phoenix/bin/
public/phoenix/trunk/phoenix/pkg/
public/phoenix/trunk/phoenix/src/
Modified:
public/phoenix/trunk/phoenix/prototypes/prototype1/pkg/update.rdf
public/phoenix/trunk/phoenix/prototypes/prototype1/src/Makefile
public/phoenix/trunk/phoenix/prototypes/prototype1/src/install.rdf
Log:
New directory structure part III.
Copied: public/phoenix/trunk/phoenix/product/bin (from rev 13474, public/phoenix/trunk/phoenix/bin)
Copied: public/phoenix/trunk/phoenix/product/pkg (from rev 13474, public/phoenix/trunk/phoenix/pkg)
Copied: public/phoenix/trunk/phoenix/product/src (from rev 13474, public/phoenix/trunk/phoenix/src)
Modified: public/phoenix/trunk/phoenix/prototypes/prototype1/pkg/update.rdf
===================================================================
--- public/phoenix/trunk/phoenix/prototypes/prototype1/pkg/update.rdf 2006-05-22 14:48:02 UTC (rev 13477)
+++ public/phoenix/trunk/phoenix/prototypes/prototype1/pkg/update.rdf 2006-05-22 14:51:59 UTC (rev 13478)
@@ -1,15 +1,15 @@
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
- <Description about="urn:mozilla:extension:phoenix at wyona.com">
+ <Description about="urn:mozilla:extension:phoenix-prototype-1 at wyona.com">
<em:updates>
<Seq>
- <li resource="urn:mozilla:extension:phoenix at wyona.com:0.1.0"/>
+ <li resource="urn:mozilla:extension:phoenix-prototype-1 at wyona.com:0.1.0"/>
</Seq>
</em:updates>
</Description>
- <Description about="urn:mozilla:extension:phoenix at wyona.com:0.1.0">
+ <Description about="urn:mozilla:extension:phoenix-prototype-1 at wyona.com:0.1.0">
<em:version>0.1.0</em:version>
<!-- Target application is Mozilla Firefox 1.5.0.* -->
<em:targetApplication>
@@ -17,7 +17,7 @@
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5.0</em:minVersion>
<em:maxVersion>1.5.0.*</em:maxVersion>
- <em:updateLink>http://www.wyona.org/osr-101/clients/phoenix/download/phoenix-0.1.0.xpi</em:updateLink>
+ <em:updateLink>http://www.wyona.org/osr-101/clients/phoenix/download/phoenix-prototype-1-0.1.0.xpi</em:updateLink>
</Description>
</em:targetApplication>
<!-- Target application is Mozilla Suite 1.7.* -->
@@ -26,7 +26,7 @@
<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
<em:minVersion>1.7</em:minVersion>
<em:maxVersion>1.7.*</em:maxVersion>
- <em:updateLink>http://www.wyona.org/osr-101/clients/phoenix/download/phoenix-0.1.0.xpi</em:updateLink>
+ <em:updateLink>http://www.wyona.org/osr-101/clients/phoenix/download/phoenix-prototype-1-0.1.0.xpi</em:updateLink>
</Description>
</em:targetApplication>
<!-- Target application is Mozilla SeaMonkey 1.0.* -->
@@ -35,7 +35,7 @@
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.0.*</em:maxVersion>
- <em:updateLink>http://www.wyona.org/osr-101/clients/phoenix/download/phoenix-0.1.0.xpi</em:updateLink>
+ <em:updateLink>http://www.wyona.org/osr-101/clients/phoenix/download/phoenix-prototype-1-0.1.0.xpi</em:updateLink>
</Description>
</em:targetApplication>
</Description>
Modified: public/phoenix/trunk/phoenix/prototypes/prototype1/src/Makefile
===================================================================
--- public/phoenix/trunk/phoenix/prototypes/prototype1/src/Makefile 2006-05-22 14:48:02 UTC (rev 13477)
+++ public/phoenix/trunk/phoenix/prototypes/prototype1/src/Makefile 2006-05-22 14:51:59 UTC (rev 13478)
@@ -1,6 +1,7 @@
-all:
+pkg:
# extract latest version number from install.rdf
VERSION=`grep -e '<em:version>.*</em:version>' install.rdf | sed -e 's/^[ \t]*<em:version>\(.*\)<\/em:version>[ \t]*$/\1/'`
+ @echo "Package version is $(VERSION)\n"
# construct package name from version number
# create new package directory in pkg
Modified: public/phoenix/trunk/phoenix/prototypes/prototype1/src/install.rdf
===================================================================
--- public/phoenix/trunk/phoenix/prototypes/prototype1/src/install.rdf 2006-05-22 14:48:02 UTC (rev 13477)
+++ public/phoenix/trunk/phoenix/prototypes/prototype1/src/install.rdf 2006-05-22 14:51:59 UTC (rev 13478)
@@ -27,7 +27,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
- <em:id>phoenix at wyona.com</em:id>
+ <em:id>phoenix-prototype-1 at wyona.com</em:id>
<em:version>0.1.0</em:version>
<em:type>2</em:type>
More information about the Phoenix-commits
mailing list