Author: [email protected]
Date: Tue Mar 15 13:49:23 2011
New Revision: 884

Log:
AMDATU-138 removed hardcoded version number from resource

Modified:
   trunk/src/main/resources/conf/amdatu-minimal.properties

Modified: trunk/src/main/resources/conf/amdatu-minimal.properties
==============================================================================
--- trunk/src/main/resources/conf/amdatu-minimal.properties     (original)
+++ trunk/src/main/resources/conf/amdatu-minimal.properties     Tue Mar 15 
13:49:23 2011
@@ -96,12 +96,12 @@
                     reference:file:amdatu-system/pax-swissbox-core-1.3.0.jar \
                     reference:file:amdatu-system/ops4j-base-lang-1.2.2.jar \
                     
reference:file:amdatu-system/org.apache.felix.scr-1.6.0.jar \
-                    
reference:file:amdatu-core/org.amdatu.core.loghandler-0.2.0-SNAPSHOT.jar \
-                    
reference:file:amdatu-core/org.amdatu.core.tenant-0.2.0-SNAPSHOT.jar \
-                    
reference:file:amdatu-core/org.amdatu.core.tenantstore-fs-0.2.0-SNAPSHOT.jar \
-                    
reference:file:amdatu-core/org.amdatu.core.config.templates-0.2.0-SNAPSHOT.jar \
-                    
reference:file:amdatu-core/org.amdatu.core.useradminstore-fs-0.2.0-SNAPSHOT.jar 
\
-                    
reference:file:amdatu-core/org.amdatu.core.useradmincache-0.2.0-SNAPSHOT.jar
+                    
reference:file:amdatu-core/org.amdatu.core.loghandler-${project.version}.jar \
+                    
reference:file:amdatu-core/org.amdatu.core.tenant-${project.version}.jar \
+                    
reference:file:amdatu-core/org.amdatu.core.tenantstore-fs-${project.version}.jar
 \
+                    
reference:file:amdatu-core/org.amdatu.core.config.templates-${project.version}.jar
 \
+                    
reference:file:amdatu-core/org.amdatu.core.useradminstore-fs-${project.version}.jar
 \
+                    
reference:file:amdatu-core/org.amdatu.core.useradmincache-${project.version}.jar
 
 # Sets the initial start level of the framework upon startup.
 #org.osgi.framework.startlevel.beginning=1
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to