Author: hughesj Date: Tue Dec 12 09:03:32 2006 New Revision: 486235 URL: http://svn.apache.org/viewvc?view=rev&rev=486235 Log: WODEN-109: changed jar name scheme to include "incubating" in the name and to be more consistent with other Incubator podlings by putting <version>-incubating-<milestone> in the name which facilitates posting the jars to a maven repository. So the jar names are now: woden-1.0-incubating-M6.jar woden-api-1.0-incubating-M6.jar woden-ant-1.0-incubating-M6.jar woden-test-1.0-incubating-M6.jar
Modified: incubator/woden/trunk/java/build.properties Modified: incubator/woden/trunk/java/build.properties URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/build.properties?view=diff&rev=486235&r1=486234&r2=486235 ============================================================================== --- incubator/woden/trunk/java/build.properties (original) +++ incubator/woden/trunk/java/build.properties Tue Dec 12 09:03:32 2006 @@ -47,7 +47,7 @@ ! The version of Woden to build -version = 1.0.0 +version = 1.0 ! The current milestone id milestone = 6 @@ -56,10 +56,10 @@ buildType = M ! Woden library names -impl.name = woden -test.name = woden-test -api.name = woden-api -ant.name = woden-ant +impl.name = woden-${version}-incubating-${buildType}${milestone} +test.name = woden-test-${version}-incubating-${buildType}${milestone} +api.name = woden-api-${version}-incubating-${buildType}${milestone} +ant.name = woden-ant-${version}-incubating-${buildType}${milestone} ! Woden Archive name archive.name = apache-woden-incubating --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]