Skip to content

Commit

Permalink
RF-13608: Renamed "framework" to "core"
Browse files Browse the repository at this point in the history
  • Loading branch information
bleathem committed May 7, 2014
1 parent 6ede93f commit 1372eb7
Show file tree
Hide file tree
Showing 949 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
This product includes Apache licensed software

framework/src/main/java/org/richfaces/base64/DecoderException.java
framework/src/main/java/org/richfaces/base64/URLCodec.java
framework/src/main/java/org/richfaces/base64/Decoder.java
framework/src/main/java/org/richfaces/base64/Encoder.java
framework/src/main/java/org/richfaces/base64/EncoderException.java
framework/src/main/java/org/richfaces/base64/URL64Codec.java
framework/src/main/java/org/richfaces/base64/BinaryEncoder.java
framework/src/main/java/org/richfaces/base64/BinaryDecoder.java
core/src/main/java/org/richfaces/base64/DecoderException.java
core/src/main/java/org/richfaces/base64/URLCodec.java
core/src/main/java/org/richfaces/base64/Decoder.java
core/src/main/java/org/richfaces/base64/Encoder.java
core/src/main/java/org/richfaces/base64/EncoderException.java
core/src/main/java/org/richfaces/base64/URL64Codec.java
core/src/main/java/org/richfaces/base64/BinaryEncoder.java
core/src/main/java/org/richfaces/base64/BinaryDecoder.java
contains source code from http://commons.apache.org/proper/commons-codec/
Copyright (C) 2002-2004 The Apache Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Running particular framework test (on Chrome) from console:
java -jar selenium-server-standalone-${VERSION}.jar -Dwebdriver.chrome.driver=/opt/google/chrome/chromedriver

// console 3: run a test
cd richfaces/framework/
cd richfaces/core/
mvn verify -Dintegration=wildfly80-remote -Dbrowser=chrome -Dreusable -DskipTests=true -Dtest=IT_RF12765

You can also add following parameters to skip CDK build and/or Resource Optimization and/or disable unit tests:
Expand Down
File renamed without changes.
Loading

0 comments on commit 1372eb7

Please sign in to comment.