You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/11/24 10:53:14 UTC

[10/50] [abbrv] aries-jax-rs-whiteboard git commit: follow maven source structure

follow maven source structure


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/c567e39c
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/c567e39c
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/c567e39c

Branch: refs/heads/master
Commit: c567e39ce27e3783e716cf324a8f4a47e797d117
Parents: e399753
Author: Raymond Auge <ra...@liferay.com>
Authored: Tue Aug 2 15:52:07 2016 -0400
Committer: Raymond Auge <ra...@liferay.com>
Committed: Tue Oct 11 13:21:20 2016 -0400

----------------------------------------------------------------------
 .../src/com/liferay/cxf/TestApplication.java    | 22 --------------------
 .../java/com/liferay/cxf/TestApplication.java   | 22 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c567e39c/test-cxf/src/com/liferay/cxf/TestApplication.java
----------------------------------------------------------------------
diff --git a/test-cxf/src/com/liferay/cxf/TestApplication.java b/test-cxf/src/com/liferay/cxf/TestApplication.java
deleted file mode 100644
index bcae956..0000000
--- a/test-cxf/src/com/liferay/cxf/TestApplication.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
- * <p/>
- * This library 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 2.1 of the License, or (at your option)
- * any later version.
- * <p/>
- * This library 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.
- */
-
-package com.liferay.cxf;
-
-/**
- * @author Carlos Sierra Andr�s
- */
-public class TestApplication extends javax.ws.rs.core.Application {
-
-}

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c567e39c/test-cxf/src/main/java/com/liferay/cxf/TestApplication.java
----------------------------------------------------------------------
diff --git a/test-cxf/src/main/java/com/liferay/cxf/TestApplication.java b/test-cxf/src/main/java/com/liferay/cxf/TestApplication.java
new file mode 100644
index 0000000..bcae956
--- /dev/null
+++ b/test-cxf/src/main/java/com/liferay/cxf/TestApplication.java
@@ -0,0 +1,22 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ * <p/>
+ * This library 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 2.1 of the License, or (at your option)
+ * any later version.
+ * <p/>
+ * This library 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.
+ */
+
+package com.liferay.cxf;
+
+/**
+ * @author Carlos Sierra Andr�s
+ */
+public class TestApplication extends javax.ws.rs.core.Application {
+
+}