Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
fegorama committed Oct 7, 2015
1 parent 6a3a816 commit f0f4050
Show file tree
Hide file tree
Showing 51 changed files with 256 additions and 339 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.2-SNAPSHOT</version>
<version>1.3.3-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
38 changes: 0 additions & 38 deletions alfviral-share/src/main/java/org/alfresco/demoamp/Demo.java

This file was deleted.

This file was deleted.

This file was deleted.

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.2.1506111829
module.version=1.3.3.1510021359

# 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.2.1506111829
# 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.2-SNAPSHOT or later
# module.depends.net.sf.myproject.module.SupportModuleA=1.3.2-SNAPSHOT-*
# Depends on net.sf.myproject.module.SupportModuleA version 1.3.2-SNAPSHOT to 2.0
# module.depends.net.sf.myproject.module.SupportModuleB=1.3.2-SNAPSHOT-2.0
# 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.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=/Users/fegor/Documents/workspace/alfviral/alfviral-share/target/share.log
log4j.appender.File.File=G:\\FegorWorkspace\\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
Binary file not shown.
Binary file not shown.
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
#Thu Jun 11 18:29:24 CEST 2015
version=1.3.2-SNAPSHOT
#Fri Oct 02 13:59:23 CEST 2015
version=1.3.3-SNAPSHOT
groupId=com.fegor.alfresco
artifactId=alfviral-share

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
/Users/fegor/Documents/workspace/alfviral/alfviral-share/src/main/java/org/alfresco/demoamp/Demo.java
/Users/fegor/Documents/workspace/alfviral/alfviral-share/src/main/java/org/alfresco/demoamp/DemoComponent.java
4 changes: 2 additions & 2 deletions alfviral/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</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.3-SNAPSHOT</version>
<name>Alfviral AMP project</name>
<packaging>amp</packaging>
<description>Manages the lifecycle of the alfviral AMP (Alfresco Module Package)</description>
Expand Down Expand Up @@ -71,7 +71,7 @@
<version>4.2.e</version>
<classifier>classes</classifier>
<scope>system</scope>
<systemPath>/data/maven_repo/org/alfresco/alfresco-web-client/4.2.e/alfresco-web-client-4.2.e.jar</systemPath>
<systemPath>G:/maven_repo/org/alfresco/alfresco-web-client/4.2.e/alfresco-web-client-4.2.e.jar</systemPath>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
/*
* alfviral is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
/*
* Copyright 2015 Fernando González ([email protected])
*
* alfviral is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
*/
package com.fegor.alfresco.action;

Expand All @@ -32,8 +34,8 @@
/**
* VirusScan Action
*
* @author fegor
*
* @author Fernando González (fegor@fegor.com)
*
*/
public class VirusScanAction extends ActionExecuterAbstractBase {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
/*
* alfviral is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* Copyright 2015 Fernando González ([email protected])
*
* alfviral is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
*/
package com.fegor.alfresco.behavior;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2015 Fernando González ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package com.fegor.alfresco.evaluator;

import org.alfresco.web.action.evaluator.BaseActionEvaluator;
Expand Down
16 changes: 16 additions & 0 deletions alfviral/src/main/java/com/fegor/alfresco/model/AlfviralModel.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2015 Fernando González ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package com.fegor.alfresco.model;

import org.alfresco.service.namespace.QName;
Expand Down
Loading

0 comments on commit f0f4050

Please sign in to comment.