You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/02/26 00:28:31 UTC

[1/24] git commit: ISIS-162: Editing the config to let the IDE launcher at least launch

ISIS-162: Editing the config to let the IDE launcher at least launch


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/65d18239
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/65d18239
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/65d18239

Branch: refs/heads/dan/ISIS-233-ro
Commit: 65d182393507f0800f386efb421af9b1d403fdd5
Parents: a1a7317
Author: Kevin Meyer <ke...@apache.org>
Authored: Sun Feb 17 20:38:24 2013 +0100
Committer: Kevin Meyer <ke...@apache.org>
Committed: Sun Feb 17 20:38:24 2013 +0100

----------------------------------------------------------------------
 .../webapp/WEB-INF/authentication_file.passwords   |   20 +++++++++++++++
 .../main/webapp/WEB-INF/security_file.passwords    |   20 ---------------
 .../eclipse/launch/quickstart-viewer-scimpi.launch |    3 +-
 .../src/main/webapp/WEB-INF/isis.properties        |    2 +-
 4 files changed, 23 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/65d18239/example/application/claims/viewer-html/src/main/webapp/WEB-INF/authentication_file.passwords
----------------------------------------------------------------------
diff --git a/example/application/claims/viewer-html/src/main/webapp/WEB-INF/authentication_file.passwords b/example/application/claims/viewer-html/src/main/webapp/WEB-INF/authentication_file.passwords
new file mode 100644
index 0000000..7f07af5
--- /dev/null
+++ b/example/application/claims/viewer-html/src/main/webapp/WEB-INF/authentication_file.passwords
@@ -0,0 +1,20 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you 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.
+sven:pass
+dick:pass
+bob:pass
+joe:pass

http://git-wip-us.apache.org/repos/asf/isis/blob/65d18239/example/application/claims/viewer-html/src/main/webapp/WEB-INF/security_file.passwords
----------------------------------------------------------------------
diff --git a/example/application/claims/viewer-html/src/main/webapp/WEB-INF/security_file.passwords b/example/application/claims/viewer-html/src/main/webapp/WEB-INF/security_file.passwords
deleted file mode 100644
index 7f07af5..0000000
--- a/example/application/claims/viewer-html/src/main/webapp/WEB-INF/security_file.passwords
+++ /dev/null
@@ -1,20 +0,0 @@
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you 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.
-sven:pass
-dick:pass
-bob:pass
-joe:pass

http://git-wip-us.apache.org/repos/asf/isis/blob/65d18239/example/application/quickstart_scimpi_nosql/viewer-scimpi/ide/eclipse/launch/quickstart-viewer-scimpi.launch
----------------------------------------------------------------------
diff --git a/example/application/quickstart_scimpi_nosql/viewer-scimpi/ide/eclipse/launch/quickstart-viewer-scimpi.launch b/example/application/quickstart_scimpi_nosql/viewer-scimpi/ide/eclipse/launch/quickstart-viewer-scimpi.launch
index dad3dee..53f6647 100644
--- a/example/application/quickstart_scimpi_nosql/viewer-scimpi/ide/eclipse/launch/quickstart-viewer-scimpi.launch
+++ b/example/application/quickstart_scimpi_nosql/viewer-scimpi/ide/eclipse/launch/quickstart-viewer-scimpi.launch
@@ -12,7 +12,8 @@
 </mapAttribute>
 <stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
 <booleanAttribute key="org.eclipse.jdt.debug.ui.INCLUDE_EXTERNAL_JARS" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.isis.WebServer"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="quickstart_scimpi_nosql-viewer-scimpi"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--type server_exploration"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="quickstart-viewer-scimpi"/>
 </launchConfiguration>

http://git-wip-us.apache.org/repos/asf/isis/blob/65d18239/example/application/quickstart_scimpi_nosql/viewer-scimpi/src/main/webapp/WEB-INF/isis.properties
----------------------------------------------------------------------
diff --git a/example/application/quickstart_scimpi_nosql/viewer-scimpi/src/main/webapp/WEB-INF/isis.properties b/example/application/quickstart_scimpi_nosql/viewer-scimpi/src/main/webapp/WEB-INF/isis.properties
index a6350d5..4717a3f 100644
--- a/example/application/quickstart_scimpi_nosql/viewer-scimpi/src/main/webapp/WEB-INF/isis.properties
+++ b/example/application/quickstart_scimpi_nosql/viewer-scimpi/src/main/webapp/WEB-INF/isis.properties
@@ -75,7 +75,7 @@ isis.persistor=in-memory
 #
  
 # default is file in SERVER mode, none in SERVER_EXPLORATION.  Configure in web.xml 
-isis.authentication=file
+#isis.authentication=file
 
 
 #