wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Invalid flexlib namespace in build.xml #260

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Flexlib docs suggest the name is http://code.google.com/p/flexlib, whereas
build.xml suggests http://flexlib.googlecode.com/?

Steps:-

1) Open build/build.xml - lines: 108, 109

Actual: 

 <arg line="-namespace http://flexlib.googlecode.com/
${src.dir}/manifest.xml" />
109                         <arg line="-include-namespaces
http://flexlib.googlecode.com/" />

Expected:

 <arg line="-namespace http://code.google.com/p/flexlib/
${src.dir}/manifest.xml" />
109                         <arg line="-include-namespaces
http://code.google.com/p/flexlib/" /> 

Original issue reported on code.google.com by abdul.qa...@gmail.com on 13 Nov 2009 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by olarivain@gmail.com on 29 Mar 2010 at 8:20