Skip to content

Commit

Permalink
Fixes and refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando González authored and Fernando González committed Feb 3, 2017
1 parent f0f4050 commit 1123aa3
Show file tree
Hide file tree
Showing 45 changed files with 100 additions and 572 deletions.
2 changes: 1 addition & 1 deletion alfviral-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.fegor.alfresco</groupId>
<artifactId>alfviral-share</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.4-SNAPSHOT</version>
<name>Alfviral-share AMP project</name>
<packaging>amp</packaging>
<description>Manages the lifecycle of the alfviral-share AMP (Alfresco Module Package)</description>
Expand Down
Binary file modified alfviral-share/target/alfviral-share.amp
Binary file not shown.
Binary file modified alfviral-share/target/alfviral-share/lib/alfviral-share.jar
Binary file not shown.
10 changes: 5 additions & 5 deletions alfviral-share/target/alfviral-share/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.id=alfviral-share
#module.aliases=myModule-123, my-module
module.title=Alfviral-share AMP project
module.description=Manages the lifecycle of the alfviral-share AMP (Alfresco Module Package)
module.version=1.3.3.1510021359
module.version=1.3.4.1702031434

# The following optional properties can be used to prevent the module from being added
# to inappropriate versions of the WAR file.
Expand All @@ -34,10 +34,10 @@ module.version=1.3.3.1510021359
# FIXME: This dependencies should come out of mvn dependencies on amp

# The following describe dependencies on other modules
# Depends on net.sf.myproject.module.SupportModuleA version 1.3.3-SNAPSHOT or later
# module.depends.net.sf.myproject.module.SupportModuleA=1.3.3-SNAPSHOT-*
# Depends on net.sf.myproject.module.SupportModuleA version 1.3.3-SNAPSHOT to 2.0
# module.depends.net.sf.myproject.module.SupportModuleB=1.3.3-SNAPSHOT-2.0
# Depends on net.sf.myproject.module.SupportModuleA version 1.3.4-SNAPSHOT or later
# module.depends.net.sf.myproject.module.SupportModuleA=1.3.4-SNAPSHOT-*
# Depends on net.sf.myproject.module.SupportModuleA version 1.3.4-SNAPSHOT to 2.0
# module.depends.net.sf.myproject.module.SupportModuleB=1.3.4-SNAPSHOT-2.0
# Depends on net.sf.myproject.module.SupportModuleC - any version
# module.depends.net.sf.myproject.module.SupportModuleB=*

Expand Down
2 changes: 1 addition & 1 deletion alfviral-share/target/classes/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log4j.appender.Console.layout.ConversionPattern=%d{ISO8601} %x %-5p [%c{3}] [%t]

###### File appender definition #######
log4j.appender.File=org.apache.log4j.DailyRollingFileAppender
log4j.appender.File.File=G:\\FegorWorkspace\\alfviral\\alfviral-share\\target/share.log
log4j.appender.File.File=D:\\Users\\fegor\\workspace\\alfviral\\alfviral-share\\target/share.log
log4j.appender.File.Append=true
log4j.appender.File.DatePattern='.'yyyy-MM-dd
log4j.appender.File.layout=org.apache.log4j.PatternLayout
Expand Down
4 changes: 2 additions & 2 deletions alfviral-share/target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Fri Oct 02 13:59:23 CEST 2015
version=1.3.3-SNAPSHOT
#Fri Feb 03 14:34:24 CET 2017
version=1.3.4-SNAPSHOT
groupId=com.fegor.alfresco
artifactId=alfviral-share

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1123aa3

Please sign in to comment.