Author: adietish
Date: 2012-01-09 11:50:46 -0500 (Mon, 09 Jan 2012)
New Revision: 37725
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/AddToExistingProjectOperation.java
Log:
[JBIDE-10479] added javadoc
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/AddToExistingProjectOperation.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/AddToExistingProjectOperation.java 2012-01-09
16:07:16 UTC (rev 37724)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/AddToExistingProjectOperation.java 2012-01-09
16:50:46 UTC (rev 37725)
@@ -103,7 +103,14 @@
/**
* Copies the openshift configuration from the given source folder to the
- * given project.
+ * given project. Copies
+ * <ul>
+ * <li>.git</li>
+ * <li>.openshift</li>
+ * <li>deployments</li>
+ * <li>pom.xml</li>
+ * </ul>
+ * to the project in the workspace
*
* @param sourceFolder
* the source to copy the openshift config from
Show replies by date